summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2011-10-18 01:50:41 +0000
committerSahil Tandon <sahil@FreeBSD.org>2011-10-18 01:50:41 +0000
commit37a0b93267e6ab2734af946d83d99a344a8cc841 (patch)
tree31b85f756ee11d4e341c080244b011de7a1f9109 /mail/postfix-current/files
parent- update to 0.1.2 (diff)
- Update to 2.9-20111012
Diffstat (limited to 'mail/postfix-current/files')
-rw-r--r--mail/postfix-current/files/patch-conf-post-install21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-conf-post-install b/mail/postfix-current/files/patch-conf-post-install
new file mode 100644
index 000000000000..3d7deabeff15
--- /dev/null
+++ b/mail/postfix-current/files/patch-conf-post-install
@@ -0,0 +1,21 @@
+--- conf/post-install.orig 2011-10-11 20:39:19.000000000 -0400
++++ conf/post-install 2011-10-11 20:41:58.000000000 -0400
+@@ -790,18 +790,6 @@
+ EOF
+ }
+
+- # Postfix 2.9.
+- # Safety net for incompatible changes in IPv6 defaults. This
+- # requires that the default is "inet_protocols = ipv4" when
+- # IPv6 support is not compiled in. See util/sys_defs.h.
+-
+- test "`$POSTCONF -dh inet_protocols`" = "ipv4" ||
+- test -n "`$POSTCONF -c $config_directory -nh inet_protocols`" || {
+- echo COMPATIBILITY: editing main.cf, setting inet_protocols=ipv4.
+- echo Specify inet_protocols explicitly if you want to enable IPv6.
+- echo In a future release IPv6 will be enabled by default.
+- $POSTCONF -c $config_directory inet_protocols=ipv4 || exit 1
+- }
+ }
+
+ # A reminder if this is the first time Postfix is being installed.