Cronmails: Fix rejected mails b/c of non FQDNs in sender

This commit is contained in:
Jannik Beyerstedt 2021-09-25 23:16:31 +02:00
parent 42a2bd8a60
commit d6fee609e4
5 changed files with 19 additions and 3 deletions

View file

@ -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=''