1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_exim4.git synced 2024-08-16 10:09:49 +02:00
ansible_role_exim4/defaults/main.yml
2021-02-18 17:16:14 +01:00

25 lines
761 B
YAML

---
exim4__state: present
# please set the smarthost you wnt to use to send mails
exim4__dc_smarthost: "{{ ansible_fqdn }}"
# do we really want mailx ti be installed?
exim4__install_mailx: true
# you can adjust the other exim4 settings, if you want
exim4__dc_eximconfig_configtype: 'satellite'
exim4__dc_other_hostnames: "{{ ansible_hostname }}"
exim4__dc_local_interfaces: '127.0.0.1 ; ::1'
exim4__dc_readhost: "{{ ansible_hostname }}"
exim4__dc_relay_domains: ''
exim4__dc_minimaldns: false
exim4__dc_relay_nets: ''
exim4__CFILEMODE: '644'
exim4__dc_use_split_config: 'false'
exim4__dc_hide_mailname: 'true'
exim4__dc_mailname_in_oh: 'true'
exim4__dc_localdelivery: 'mail_spool'
# should we do a version check? (recomended)
submodules_versioncheck: false