diff options
author | martti <martti@pkgsrc.org> | 2007-08-13 07:05:37 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-08-13 07:05:37 +0000 |
commit | 01f10b2b4f0c6ea80a5856fa902306fa64f88b3d (patch) | |
tree | 8740efc87f737c6842b1ea77889023aee76074c0 /mail/postfix | |
parent | 6c69f6b0d5589922abb99a402858135958578396 (diff) | |
download | pkgsrc-01f10b2b4f0c6ea80a5856fa902306fa64f88b3d.tar.gz |
Updated mail/postfix to 2.4.5
MILTER bugfix:
When a milter replied with ACCEPT at or before the first RCPT
command, the cleanup server would apply the non_smtpd_milters
setting as if the message was a local submission. Problem
reported by Jukka Salmi.
MILTER bugfix:
Problem with header updates after body updates. Reported by
Jose-Marcio Martins da Cruz.
MILTER robustness:
Assorted cleanups to harden error handling in the Postfix Milter
client.
SASL workaround for Postfix SMTP client:
Some non-Cyrus SASL SMTP servers require SASL login without
authzid (authoriZation ID), i.e. the client must send only the
authcid (authentiCation ID) + the authcid's password. This is
now the default Postfix SMTP client behavior.
Loopback TCP performance workaround:
Some systems exhibited poor SMTP and Milter performance with
loopback (127.0.0.1) connections. Problem reported by Mark
Martinec.
MILTER bugfix:
When a milter replied with ACCEPT at or before the first RCPT
command, the cleanup server would apply the non_smtpd_milters
setting as if the message was a local submission. Problem
reported by Jukka Salmi.
MILTER bugfix:
Problem with header updates after body updates. Reported by
Jose-Marcio Martins da Cruz.
MILTER robustness:
Assorted cleanups to harden error handling in the Postfix Milter
client.
SASL workaround for Postfix SMTP client:
Some non-Cyrus SASL SMTP servers require SASL login without
authzid (authoriZation ID), i.e. the client must send only the
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 61b289366b8..4e819010254 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.205 2007/06/01 03:34:06 martti Exp $ +# $NetBSD: Makefile,v 1.206 2007/08/13 07:05:37 martti Exp $ -DISTNAME= postfix-2.4.3 +DISTNAME= postfix-2.4.5 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 0e67872c33d..489e979ead8 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.112 2007/06/01 03:34:07 martti Exp $ +$NetBSD: distinfo,v 1.113 2007/08/13 07:05:38 martti Exp $ -SHA1 (postfix/postfix-2.4.3.tar.gz) = 7d3625332bb3e877e59ef01fad56b444ac59967b -RMD160 (postfix/postfix-2.4.3.tar.gz) = cf07bdabf1c468daaebc164cb8b048130f42ab4b -Size (postfix/postfix-2.4.3.tar.gz) = 2929905 bytes +SHA1 (postfix/postfix-2.4.5.tar.gz) = dc3616ffd441c23748273527b6693835f3502ad2 +RMD160 (postfix/postfix-2.4.5.tar.gz) = a6ffd6211f292c56558ebd2ebce8f09deea95ca1 +Size (postfix/postfix-2.4.5.tar.gz) = 2934634 bytes SHA1 (patch-aa) = b8f4e67ac18dcd1e5e3c56ad587b4552c539caa0 SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228 SHA1 (patch-ai) = 68201eac6b479ad733ba851741cc1cc2e56f7c9f |