diff options
author | martti <martti@pkgsrc.org> | 2007-10-22 06:15:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-22 06:15:19 +0000 |
commit | 137a0dbe03cf131cc1ddf7bf017436b4ad119218 (patch) | |
tree | 0538be921677b88bba5ab57ac526ef0cd72ec56e /mail/postfix/Makefile | |
parent | e9c8dffc332a96fbd221489027dd77d5eb0cf954 (diff) | |
download | pkgsrc-137a0dbe03cf131cc1ddf7bf017436b4ad119218.tar.gz |
Updated mail/postfix to 2.4.6
- A remote SMTP client TLS certificate with an unparsable canonical
name triggered a panic error in the Postfix SMTP server (attempt
to allocate zero-length memory) while sending a request to an
SMTPD policy server.
- On backup MX servers where the queue file system is mounted with
"atime" (file read/execute access time) updates disabled, the
flush daemon would trigger mail delivery attempts once every 1000
seconds, thus rendering the maximal_backoff_time setting useless
for backup MX service.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 136a8794847..a154c38e7e9 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.207 2007/09/23 11:20:48 jlam Exp $ +# $NetBSD: Makefile,v 1.208 2007/10/22 06:15:19 martti Exp $ -DISTNAME= postfix-2.4.5 +DISTNAME= postfix-2.4.6 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ |