diff options
author | martti <martti@pkgsrc.org> | 2009-05-20 07:46:09 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-05-20 07:46:09 +0000 |
commit | 97c1b0434fdda149a7983b69272436605d7f068a (patch) | |
tree | 3cbe717dbdf1f9c2e8929102f37b7389574044e7 /mail/postfix/Makefile | |
parent | 57f0a57c023b962b19e38801ce1235577aced59b (diff) | |
download | pkgsrc-97c1b0434fdda149a7983b69272436605d7f068a.tar.gz |
Updated mail/postfix to 2.6.1
Postfix stable release 2.6.1 fixes one defect in Milter support.
This does not affect Postfix versions 2.5 and earlier.
- Queue file corruption under very specific conditions: (smtpd_milters
or non_smtpd_milters) enabled, AND delay_warning_time enabled,
AND mail delivery delays, AND short envelope sender addresses
(e.g., sendmail command-line submissions with bare usernames as
the sender, but not bounce messages).
The queue file would be corrupted when the delay_warning_time
record was marked as "done" after sending the "your mail is
delayed" notice. The defect was introduced with Postfix 2.3, but
it could not cause corruption before the change dated 20090427.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 61234898f71..ab55ffd2999 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.226 2009/05/19 08:59:22 wiz Exp $ +# $NetBSD: Makefile,v 1.227 2009/05/20 07:46:09 martti Exp $ -DISTNAME= postfix-2.6.0 -PKGREVISION= 1 +DISTNAME= postfix-2.6.1 +#PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ @@ -23,6 +23,9 @@ CHECK_HEADERS_SKIP+= src/global/mail_params.h .include "../../mk/bsd.prefs.mk" +SPECIAL_PERMS+= sbin/postdrop postfix maildrop 2555 +SPECIAL_PERMS+= sbin/postqueue postfix maildrop 2555 + # POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is # merely a default, and may be changed by setting "queue_directory" in # ${PKG_SYSCONFDIR}/main.cf. |