Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix/dist/conf Comment out "inet_prot...



details:   https://anonhg.NetBSD.org/src/rev/4a01b9912c9a
branches:  trunk
changeset: 783739:4a01b9912c9a
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jan 06 13:58:24 2013 +0000

description:
Comment out "inet_protocols = ipv4" line which came from up-stream.
We want Postfix to support IPv6 out of the box.

Pointed out by Dieter Roelants on "current-users" mailing list.

diffstat:

 external/ibm-public/postfix/dist/conf/main.cf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 3424c3231d0f -r 4a01b9912c9a external/ibm-public/postfix/dist/conf/main.cf
--- a/external/ibm-public/postfix/dist/conf/main.cf     Sun Jan 06 11:31:39 2013 +0000
+++ b/external/ibm-public/postfix/dist/conf/main.cf     Sun Jan 06 13:58:24 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: main.cf,v 1.3 2013/01/02 19:18:30 tron Exp $
+#      $NetBSD: main.cf,v 1.4 2013/01/06 13:58:24 tron Exp $
 #
 # Global Postfix configuration file. This file lists only a subset
 # of all parameters. For the syntax, and for a complete parameter
@@ -664,4 +664,4 @@
 # readme_directory: The location of the Postfix README files.
 #
 readme_directory = /usr/share/examples/postfix
-inet_protocols = ipv4
+#inet_protocols = ipv4



Home | Main Index | Thread Index | Old Index