Merge pull request 'Fix a small postfix non mailhost bug' () from fix_postfix_non_mailhost into master

Reviewed-on: 
This commit is contained in:
otthorn 2021-02-16 13:17:11 +01:00
commit a761d0ea38

View file

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