Postfix for non-mailhost #17

Merged
otthorn merged 9 commits from configure_postfix_for_non_mailhost into master 2021-02-16 02:51:21 +01:00
Showing only changes of commit ab3659adc2 - Show all commits

View file

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