Also config hostname just in case

pull/17/head
otthorn 3 years ago
parent 1ca75ccfb0
commit ab3659adc2

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

Loading…
Cancel
Save