Merge pull request #101 from tokudan/mydestination

Avoid accepting mail to xyz@localhost from remote systems
This commit is contained in:
Robin Raymond
2018-04-08 15:25:48 +02:00
committed by GitHub

View File

@@ -100,7 +100,7 @@ in
extraConfig = extraConfig =
'' ''
# Extra Config # Extra Config
mydestination = localhost mydestination =
smtpd_banner = ${fqdn} ESMTP NO UCE smtpd_banner = ${fqdn} ESMTP NO UCE
disable_vrfy_command = yes disable_vrfy_command = yes