aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2011-10-18 09:50:43 +0800
committersahil <sahil@FreeBSD.org>2011-10-18 09:50:43 +0800
commita928fe2fcc87dfb6190239759b0d62e5b65ebfa6 (patch)
treebf3cafc3aac12939664ac7b8d6fd07ba641d6dca /UPDATING
parent0b596158f7d957d7c217a1bfbe59133d8d8e75af (diff)
downloadfreebsd-ports-gnome-a928fe2fcc87dfb6190239759b0d62e5b65ebfa6.tar.gz
freebsd-ports-gnome-a928fe2fcc87dfb6190239759b0d62e5b65ebfa6.tar.zst
freebsd-ports-gnome-a928fe2fcc87dfb6190239759b0d62e5b65ebfa6.zip
Add entry about potential incompatibilities when upgrading
mail/postfix-current to 2.9-20111012.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ff6b29d84024..f9305f1be417 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20111018:
+ AFFECTS: users of mail/postfix-current
+ AUTHOR: Sahil Tandon <sahil@FreeBSD.org>
+
+ The default inet_protocols value is now "all" instead of "ipv4",
+ meaning use both IPv4 and IPv6. As a compatibility workaround
+ for sites without global IPv6 connectivity, please append
+ "inet_protocols = ipv4" to your main.cf if that parameter is not
+ already set.
+
+ The default smtp_address_preference value is now "any" instead
+ of "ipv6", meaning choose randomly between IPv6 and IPv4. With
+ this the Postfix SMTP client will have more success delivering
+ mail to sites that have problematic IPv6 configurations.
+
20111016:
AFFECTS: users of devel/p5-subversion-freebsd
AUTHOR: wxs@FreeBSD.org