Also config hostname just in case
This commit is contained in:
parent
1ca75ccfb0
commit
ab3659adc2
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue