Set mydestination to localhost
This commit is contained in:
parent
f9586ef4fa
commit
60efb8eb38
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 = $myhostname, mailserver-test, localhost.localdomain, , localhost
|
||||
mydestination = localhost
|
||||
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