diff options
author | martti <martti> | 2007-04-03 07:27:50 +0000 |
---|---|---|
committer | martti <martti> | 2007-04-03 07:27:50 +0000 |
commit | f739aa2704434822c234afc103ff1fb20b74366c (patch) | |
tree | 9b307220a9eb9333d33a4271ba978258da8cf44c /mail/postfix/PLIST | |
parent | 522fd96d1d83d5c4e66e9e556892d0e0b55fc90d (diff) | |
download | pkgsrc-f739aa2704434822c234afc103ff1fb20b74366c.tar.gz |
Updated mail/postfix to 2.4.0
The footprint of new features with Postfix 2.4.0 is significantly
smaller than with earlier releases. And that is the whole point of
approaching completeness: fewer visible changes.
Below is a brief summary of what has changed. See the RELEASE_NOTES
file for more, including compatibility issues that may affect your
site. The HISTORY file gives a blow-by-blow account of what happened
over the past year.
Wietse
- Postfix can now manage thousands of connections without needing
special main.cf, master.cf, or compile-time tweaks, on systems with
BSD kqueue, Solaris /dev/poll, or Linux epoll support.
- Milter support for message body replacement. The resulting queue
files are backwards compatible with Postfix 2.3. The existing Milter
support for message header manipulations was revised and is now
implemented by much simpler code.
- Minor improvements in TLS session cache management and in the
implementation of certificate fingerprint based authentication. A
more extensive revision of TLS internals will appear first in Postfix
2.5 snapshots.
- Improvements in queue manager performance when deferring large
amounts of mail, or when delivering mail with lots of recipients.
- Workarounds for SMTP servers that reply and hang up prematurely,
for file system clocks that are out of sync, and for broken kernel
lock management in POP servers.
Diffstat (limited to 'mail/postfix/PLIST')
-rw-r--r-- | mail/postfix/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix/PLIST b/mail/postfix/PLIST index 47a9b66cbeb..a71c9ce8f42 100644 --- a/mail/postfix/PLIST +++ b/mail/postfix/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2006/07/13 09:57:51 martti Exp $ +@comment $NetBSD: PLIST,v 1.17 2007/04/03 07:27:51 martti Exp $ bin/mailq bin/newaliases libexec/postfix/anvil @@ -119,7 +119,6 @@ share/doc/postfix/INSTALL share/doc/postfix/IPV6_README share/doc/postfix/LDAP_README share/doc/postfix/LINUX_README -share/doc/postfix/LMTP_README share/doc/postfix/LOCAL_RECIPIENT_README share/doc/postfix/MAILDROP_README share/doc/postfix/MILTER_README @@ -129,7 +128,6 @@ share/doc/postfix/OVERVIEW share/doc/postfix/PACKAGE_README share/doc/postfix/PCRE_README share/doc/postfix/PGSQL_README -share/doc/postfix/QMQP_README share/doc/postfix/QSHAPE_README share/doc/postfix/RELEASE_NOTES share/doc/postfix/RESTRICTION_CLASS_README @@ -139,6 +137,7 @@ share/doc/postfix/SMTPD_ACCESS_README share/doc/postfix/SMTPD_POLICY_README share/doc/postfix/SMTPD_PROXY_README share/doc/postfix/STANDARD_CONFIGURATION_README +share/doc/postfix/TLS_LEGACY_README share/doc/postfix/TLS_README share/doc/postfix/TUNING_README share/doc/postfix/ULTRIX_README |