diff options
author | simonb <simonb> | 1999-09-12 00:14:52 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-09-12 00:14:52 +0000 |
commit | 08a523c4e38300bc9e155de7c40e6e0f1aed0e58 (patch) | |
tree | ce6a973eea357272cc0afb9125315b166fa49ef0 /mail/postfix/files | |
parent | 07ad1fe44a19c4579cdb6083226f973cec6bd4b9 (diff) | |
download | pkgsrc-08a523c4e38300bc9e155de7c40e6e0f1aed0e58.tar.gz |
Update to postfix 19990906-pl02. From the release notes:
Incompatible changes with postfix-19990906
==========================================
- On systems that use user.lock files to protect system mailboxes
against simultaneous updates, Postfix now uses /file/name.lock
files while delivering to files specified in aliases/forward/include
files. This is a no-op when the recipient lacks directory write
permission.
- The LDAP client code no longer looks up a name containing "*"
because it could be abused. See the LDAP_README file for how to
restore previous behavior.
- The Postfix to PCRE interface now expects PCRE version 2.08.
Postfix is no longer compatible with PCRE versions prior to 2.06.
Major changes with postfix-19990906
===================================
Several bugfixes, none related to security. See the HISTORY file
for a complete list of changes.
- Postfix is now distributed under IBM Public License Version 1.0
which does not carry the controversial termination clause. The new
license does have a requirement that contributors make source code
available.
- INSTALL.sh install/upgrade procedure that replaces existing
programs and shell scripts instead of overwriting them, and that
leaves existing queue files and configuration files alone.
- The ugly Delivered-To: header can now be turned off selectively.
The default setting is: "prepend_delivered_header = command, file,
forward". Turning off the Delivered-To: header when forwarding
mail is not recommended.
- mysql client support by Scott Cotton and Joshua Marcus, Internet
Consultants Group, Inc. See the file MYSQL_README for instructions.
- reject_unauth_destination SMTP recipient restriction that rejects
destinations not in $relay_domains. Unlike the check_relay_domains
restriction, reject_unauth_destination ignores the client hostname.
By Lamont Jones of Hewlett-Packard.
- reject_unauth_pipelining SMTP *anything* restriction to stop mail
from spammers that improperly use SMTP command pipelining to speed
up their deliveries.
- Postfix "sendmail" now issues a warning and drops privileges if
installed set-uid root.
- No more duplicate delivery when "postfix reload" is immediately
followed by "sendmail -q".
- No more "invalid argument" errors when a Postfix daemon opens a
DB/DBM file while some other process is changing the file.
- Portability to the Mac OS X Server, Reliant Unix, AIX 3.2.5 and
Ultrix 4.3.
Diffstat (limited to 'mail/postfix/files')
-rw-r--r-- | mail/postfix/files/md5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/files/md5 b/mail/postfix/files/md5 index d13d331fdcc..dab602dffae 100644 --- a/mail/postfix/files/md5 +++ b/mail/postfix/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1999/06/27 20:09:23 christos Exp $ +$NetBSD: md5,v 1.4 1999/09/12 00:14:53 simonb Exp $ -MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026 +MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be |