make it so ipv4 is used for iad2 systems
This commit is contained in:
parent
b7ebbdd6af
commit
da3bb01bb8
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue