Cronmails: Fix rejected mails b/c of non FQDNs in sender
This commit is contained in:
parent
42a2bd8a60
commit
d6fee609e4
5 changed files with 19 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
# This is a Debian specific file
|
||||
|
||||
dc_eximconfig_configtype='internet'
|
||||
dc_other_hostnames='{{ ansible_hostname }}, localhost.localdomain, localhost'
|
||||
dc_other_hostnames='{{ inventory_hostname }}, localhost.localdomain, localhost'
|
||||
dc_local_interfaces='127.0.0.1 ; ::1'
|
||||
dc_readhost=''
|
||||
dc_relay_domains=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue