🐛 Fix a small bug. Postfix does not accept trailing comments
This commit is contained in:
parent
96be03ca22
commit
f607a76ec8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ compatibility_level = 2
|
||||||
|
|
||||||
# Send mail as user@{{ ansible_fqdn }}
|
# Send mail as user@{{ ansible_fqdn }}
|
||||||
myhostname = {{ ansible_fqdn }}
|
myhostname = {{ ansible_fqdn }}
|
||||||
myorigin = $myhostname # default configuration
|
myorigin = $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