diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2012-11-05 02:19:57 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2012-11-05 02:19:57 +0000 |
commit | 714053470acfd9200aa4371ec77fda6c8b60d7fb (patch) | |
tree | 7881e598d71e2a76b45e82737162b05a1fb0b743 /UPDATING | |
parent | a839221c71e1e9f22670e9e391c420ee66278c77 (diff) |
Update to Postfix 2.10 Snapshot 20121031 and document
incompatible changes in UPDATING. Also, revise the
PKGINSTALL script to distinguish upgrades from fresh
installs.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306992
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20121105: + AFFECTS: users of mail/postfix-current + AUTHOR: sahil@FreeBSD.org + + With this version of Postfix, the default master.cf now uses "unix" + instead of "fifo" for the pickup and qmgr services. In addition, a + new smtpd_relay_restrictions feature has been introduced for mail + relay control. For sites that do not define this parameter in + main.cf, the upgrade process will add an entry to main.cf. Please + read the RELEASE_NOTES to understand this new feature, how it may + affect your site, and backwards compatibility options. + 20121104: AFFECTS: users of lang/perl5.16 AUTHOR: az@FreeBSD.org |