Avoid accepting mail to xyz@localhost. Local email should be aliased to another user anyway.
This commit is contained in:
parent
330cc73089
commit
f283b6750b
|
@ -104,7 +104,7 @@ in
|
|||
extraConfig =
|
||||
''
|
||||
# Extra Config
|
||||
mydestination = localhost
|
||||
mydestination =
|
||||
|
||||
smtpd_banner = ${fqdn} ESMTP NO UCE
|
||||
disable_vrfy_command = yes
|
||||
|
|
Loading…
Reference in New Issue