put the right item into the postfix main.cf

This commit is contained in:
Stephen Smoogen 2020-06-09 14:16:22 -04:00
parent da3bb01bb8
commit 9fbe3df30b

View file

@ -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. ;(