diff options
author | martti <martti@pkgsrc.org> | 2006-08-31 18:44:50 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-08-31 18:44:50 +0000 |
commit | 7920b8c87e0e66d797c98919104a8126bdf928cb (patch) | |
tree | 83161d731ad72b70beae593fa0780b8507db5594 /mail/postfix/Makefile | |
parent | 68ac4f1a0e0b6b413f848ec2135baeedf778a7fd (diff) | |
download | pkgsrc-7920b8c87e0e66d797c98919104a8126bdf928cb.tar.gz |
Updated mail/postfix-2.3.3
- File corruption while executing a Milter "header insert" action
with headers-only mail (found with dk-filter). Delivery agents
would go into an infinite loop because some queue file update
had been done in the wrong order. As a precaution, delivery
agents now detect such loops, and the queue manager now saves
such mail to the "corrupt" directory.
- Segmentation fault in the SMTP client while saving a cached
connection with unsent data. Postfix indexed some table with -1,
because some I/O cleanup had been done in the wrong order. The
same problem should exist in Postfix 2.2.
- Postfix no longer announces its name in delivery status notifications.
All other details of the default bounce text remain unchanged.
The reason for this change is that too many people believe that
Wietse provides a free helpdesk service that solves all their
email problems.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 6ff419b0f53..03d6dff843b 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.186 2006/08/11 12:34:24 taca Exp $ +# $NetBSD: Makefile,v 1.187 2006/08/31 18:44:50 martti Exp $ -DISTNAME= postfix-2.3.2 -PKGREVISION= 1 +DISTNAME= postfix-2.3.3 +#PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ |