Add $myhostname to mydestination to allow local emails
This commit is contained in:
parent
20430faa4d
commit
1deee8ddfe
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ compatibility_level = 3.6
|
|||
myhostname = {{ ansible_hostname }}
|
||||
alias_maps = hash:/etc/aliases
|
||||
alias_database = hash:/etc/aliases
|
||||
mydestination = localhost
|
||||
mydestination = localhost $myhostname
|
||||
relayhost =
|
||||
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
|
||||
mailbox_size_limit = 0
|
||||
|
|
Loading…
Reference in a new issue