Skip to content

FloeDesignTechnologies/ansible-exim4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Ansbile role to install and configure Exim4 on Debian based system.

Role Variables

The following variables are used for the content of the /etc/exim4/update-exim4.conf.conf file

  • exim4_dc_eximconfig_configtype
  • exim4_dc_other_hostnames
  • exim4_dc_local_interfaces
  • exim4_dc_readhost
  • exim4_dc_relay_domains
  • exim4_dc_minimaldns
  • exim4_dc_relay_nets
  • exim4_dc_smarthost
  • exim4_CFILEMODE
  • exim4_dc_use_split_config
  • exim4_dc_hide_mailname
  • exim4_dc_mailname_in_oh
  • exim4_dc_localdelivery
  • exim4_catch_all_email
  • exim4_passwd_client: Account and password data for SMTP authentication when exim is authenticating as a client to some remote server as a list.
  • exim4_outgoing_headers: a list of headers to add to outgoing emails

Usage

  roles:
    - role: exim4
      exim4_dc_eximconfig_configtype: 'satellite'
      exim4_dc_use_split_config: 'false'
      exim4_dc_readhost: 'lacaisse.com'
      exim4_dc_smarthost: 'smtp.mandrillapp.com::587'
      exim4_dc_hide_mailname: 'true'
      exim4_passwd_client: ['*.mandrillapp.com:your-mandrill-username@yourdomain.com:{{ mandrill_api_key }}']
      exim4_outgoing_headers:
        - "X-MC-Subaccount: mandrill_subaccount_1"
        - "X-Test: True"

License

BSD

Author Information

About

Installs and configure exim4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published