Also config hostname just in case

This commit is contained in:
otthorn 2021-02-16 02:32:46 +01:00
parent 1ca75ccfb0
commit ab3659adc2
1 changed files with 2 additions and 1 deletions

View File

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