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:
Sadiq Saif
2020-12-28 13:01:27 -05:00
committed by GitHub
parent 4d64618f58
commit becd427f6b

View File

@@ -1,5 +1,5 @@
inet_interfaces = all
inet_protocols = ipv4
inet_protocols = all
myhostname = %hostname
myorigin = $myhostname
mydestination = $myhostname