Set mydestination setting to $myhostname.

This commit is contained in:
Antoine Nguyen
2017-12-03 13:48:14 +01:00
parent 18f1c85bcf
commit 111cb83b07

View File

@@ -2,7 +2,7 @@ inet_interfaces = all
inet_protocols = ipv4 inet_protocols = ipv4
myhostname = %hostname myhostname = %hostname
myorigin = $myhostname myorigin = $myhostname
mydestination = mydestination = $myhostname
mynetworks = 127.0.0.0/8 mynetworks = 127.0.0.0/8
smtpd_banner = $myhostname ESMTP smtpd_banner = $myhostname ESMTP
biff = no biff = no