Fix a small postfix non mailhost bug #19

Merged
otthorn merged 1 commit from fix_postfix_non_mailhost into master 2021-02-16 13:17:12 +01:00

View file

@ -19,7 +19,7 @@ compatibility_level = 2
# Send mail as user@{{ ansible_fqdn }} # Send mail as user@{{ ansible_fqdn }}
myhostname = {{ ansible_fqdn }} myhostname = {{ ansible_fqdn }}
myorigin = $myhostname # default configuration myorigin = $myhostname
# Specify the trusted networks # Specify the trusted networks
mynetworks = 127.0.0.0/8 {{ local_network }} mynetworks = 127.0.0.0/8 {{ local_network }}