make it so ipv4 is used for iad2 systems

This commit is contained in:
Stephen Smoogen 2020-06-09 13:36:35 -04:00
parent b7ebbdd6af
commit da3bb01bb8
2 changed files with 5 additions and 1 deletions

View file

@ -144,6 +144,8 @@ inet_interfaces = all
# Enable IPv4, and IPv6 if supported
#inet_protocols = all
inet_protocols = ipv4
smtp_address_preference = ipv4
# The proxy_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on by way of a

View file

@ -111,7 +111,9 @@ myorigin = fedoraproject.org
#inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
inet_interfaces = all
inet_interfaces = ipv4
smtp_address_preference = ipv4
# The proxy_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on by way of a