mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
make it so ipv4 is used for iad2 systems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user