Fixed ipv6 issue
This commit is contained in:
@@ -3,7 +3,7 @@ inet_protocols = all
|
||||
myhostname = %hostname
|
||||
myorigin = $myhostname
|
||||
mydestination = $myhostname
|
||||
mynetworks = 127.0.0.0/8
|
||||
mynetworks = 127.0.0.0/8 [::1]/128
|
||||
smtpd_banner = $myhostname ESMTP
|
||||
biff = no
|
||||
unknown_local_recipient_reject_code = 550
|
||||
|
||||
Reference in New Issue
Block a user