Merge pull request 'Fix a small postfix non mailhost bug' (#19) from fix_postfix_non_mailhost into master
continuous-integration/drone/push Build is failing Details

Reviewed-on: Aurore/ansible#19
This commit is contained in:
otthorn 2021-02-16 13:17:11 +01:00
commit a761d0ea38
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 }}