Update Postfix main.cf template to allow IPv6
setting inet_protocols to all allows Postfix to use IPv6 if available on a host fixes issue #344
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
inet_interfaces = all
|
||||
inet_protocols = ipv4
|
||||
inet_protocols = all
|
||||
myhostname = %hostname
|
||||
myorigin = $myhostname
|
||||
mydestination = $myhostname
|
||||
|
||||
Reference in New Issue
Block a user