Fix a small postfix non mailhost bug #19

Merged
otthorn merged 1 commits from fix_postfix_non_mailhost into master 2021-02-16 13:17:12 +01:00
1 changed files with 1 additions and 1 deletions

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 }}