diff options
author | sahil <sahil@FreeBSD.org> | 2011-10-18 09:50:43 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-10-18 09:50:43 +0800 |
commit | a928fe2fcc87dfb6190239759b0d62e5b65ebfa6 (patch) | |
tree | bf3cafc3aac12939664ac7b8d6fd07ba641d6dca /UPDATING | |
parent | 0b596158f7d957d7c217a1bfbe59133d8d8e75af (diff) | |
download | freebsd-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-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |