Merge pull request '🐛 Final fix, should stop sending ill-formed mail from now on' (#21) from fix_postfix_non_mail_host_again into master
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: Aurore/ansible#21
This commit is contained in:
commit
5e784ff569
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ compatibility_level = 2
|
||||||
# Send mail as user@{{ ansible_fqdn }}
|
# Send mail as user@{{ ansible_fqdn }}
|
||||||
myhostname = {{ ansible_fqdn }}
|
myhostname = {{ ansible_fqdn }}
|
||||||
myorigin = $myhostname
|
myorigin = $myhostname
|
||||||
|
mydomain = $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 }}
|
||||||
|
|
Loading…
Reference in a new issue