Postfix for non-mailhost #17
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue