diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-10-18 01:50:43 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-10-18 01:50:43 +0000 |
commit | 20ba59c76ac3b2f139e49edb5d8fe00be1766182 (patch) | |
tree | 618b6e7724ff2e4bf212ed14d01c032f14dc6fda /UPDATING | |
parent | 37a0b93267e6ab2734af946d83d99a344a8cc841 (diff) | |
download | ports-20ba59c76ac3b2f139e49edb5d8fe00be1766182.tar.gz ports-20ba59c76ac3b2f139e49edb5d8fe00be1766182.zip |
Add entry about potential incompatibilities when upgrading
mail/postfix-current to 2.9-20111012.
Notes
Notes:
svn path=/head/; revision=283726
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 |