Remove the inet_protocols=ipv4 line from the bottom of Postfix's sample

main.cf; it was hiding a previously-set inet_protocols=all. (Ideally
we would remove both lines as "all" is the default, but Postfix upgrade
scripts re-add "ipv4"). Problem reported by krw@, ok brad@ (maintainer)
This commit is contained in:
sthen 2013-04-30 11:28:02 +00:00
parent c9efb7f92a
commit 10f1724211
4 changed files with 24 additions and 12 deletions

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.254 2013/04/14 00:33:55 brad Exp $
# $OpenBSD: Makefile,v 1.255 2013/04/30 11:28:02 sthen Exp $
VERSION= 2.11-20130405
REVISION= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}

View File

@ -1,13 +1,18 @@
$OpenBSD: patch-conf_main_cf,v 1.1 2011/03/09 10:47:31 sthen Exp $
--- conf/main.cf.orig Tue Dec 18 13:50:25 2007
+++ conf/main.cf Wed Mar 9 10:45:45 2011
$OpenBSD: patch-conf_main_cf,v 1.2 2013/04/30 11:28:02 sthen Exp $
--- conf/main.cf.orig Thu Nov 17 18:23:48 2011
+++ conf/main.cf Mon Apr 29 16:14:02 2013
@@ -114,6 +114,9 @@ mail_owner = postfix
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
+# OpenBSD is IPv6-capable - use all available address families.
+inet_protocols = all
+# OpenBSD is IPv6-capable - use all available address families.
+inet_protocols = all
+
# The proxy_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on by way of a
# proxy or network address translation unit. This setting extends
@@ -654,4 +657,3 @@ sample_directory =
# readme_directory: The location of the Postfix README files.
#
readme_directory =
-inet_protocols = ipv4

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.161 2013/03/02 20:47:28 brad Exp $
# $OpenBSD: Makefile,v 1.162 2013/04/30 11:28:02 sthen Exp $
VERSION= 2.10.0
REVISION= 0
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}

View File

@ -1,13 +1,18 @@
$OpenBSD: patch-conf_main_cf,v 1.4 2012/02/20 09:55:49 sthen Exp $
--- conf/main.cf.orig Tue Dec 18 13:50:25 2007
+++ conf/main.cf Wed Mar 9 10:45:45 2011
$OpenBSD: patch-conf_main_cf,v 1.5 2013/04/30 11:28:02 sthen Exp $
--- conf/main.cf.orig Thu Nov 17 18:23:48 2011
+++ conf/main.cf Mon Apr 29 16:09:56 2013
@@ -114,6 +114,9 @@ mail_owner = postfix
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
+# OpenBSD is IPv6-capable - use all available address families.
+inet_protocols = all
+# OpenBSD is IPv6-capable - use all available address families.
+inet_protocols = all
+
# The proxy_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on by way of a
# proxy or network address translation unit. This setting extends
@@ -654,4 +657,3 @@ sample_directory =
# readme_directory: The location of the Postfix README files.
#
readme_directory =
-inet_protocols = ipv4