diff --git a/roles/base/files/postfix/main.cf/main.cf.iad2 b/roles/base/files/postfix/main.cf/main.cf.iad2 index 86120c904c..acb3f34cc0 100644 --- a/roles/base/files/postfix/main.cf/main.cf.iad2 +++ b/roles/base/files/postfix/main.cf/main.cf.iad2 @@ -1,4 +1,3 @@ -# "false" # Global Postfix configuration file. This file lists only a subset # of all parameters. For the syntax, and for a complete parameter # list, see the postconf(5) manual page (command: "man 5 postconf"). @@ -111,8 +110,6 @@ myorigin = fedoraproject.org #inet_interfaces = all #inet_interfaces = $myhostname #inet_interfaces = $myhostname, localhost -inet_interfaces = ipv4 -smtp_address_preference = ipv4 # The proxy_interfaces parameter specifies the network interface @@ -687,6 +684,8 @@ readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES message_size_limit = 20971520 inet_protocols = ipv4 +smtp_address_preference = ipv4 + # This has to be set in newer postfix 3.3.0 or later or it will refuse to # send any email. ;(