put the right item into the postfix main.cf
This commit is contained in:
parent
da3bb01bb8
commit
9fbe3df30b
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
# "false"
|
|
||||||
# Global Postfix configuration file. This file lists only a subset
|
# Global Postfix configuration file. This file lists only a subset
|
||||||
# of all parameters. For the syntax, and for a complete parameter
|
# of all parameters. For the syntax, and for a complete parameter
|
||||||
# list, see the postconf(5) manual page (command: "man 5 postconf").
|
# list, see the postconf(5) manual page (command: "man 5 postconf").
|
||||||
|
@ -111,8 +110,6 @@ myorigin = fedoraproject.org
|
||||||
#inet_interfaces = all
|
#inet_interfaces = all
|
||||||
#inet_interfaces = $myhostname
|
#inet_interfaces = $myhostname
|
||||||
#inet_interfaces = $myhostname, localhost
|
#inet_interfaces = $myhostname, localhost
|
||||||
inet_interfaces = ipv4
|
|
||||||
smtp_address_preference = ipv4
|
|
||||||
|
|
||||||
|
|
||||||
# The proxy_interfaces parameter specifies the network interface
|
# 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
|
message_size_limit = 20971520
|
||||||
inet_protocols = ipv4
|
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
|
# This has to be set in newer postfix 3.3.0 or later or it will refuse to
|
||||||
# send any email. ;(
|
# send any email. ;(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue