head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.8 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.6 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.2 pkgsrc-2011Q2-base:1.7 pkgsrc-2010Q4:1.6.0.18 pkgsrc-2010Q4-base:1.6 pkgsrc-2010Q3:1.6.0.16 pkgsrc-2010Q3-base:1.6 pkgsrc-2010Q2:1.6.0.14 pkgsrc-2010Q2-base:1.6 pkgsrc-2010Q1:1.6.0.12 pkgsrc-2010Q1-base:1.6 pkgsrc-2009Q4:1.6.0.10 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.6.0.8 pkgsrc-2009Q3-base:1.6 pkgsrc-2009Q2:1.6.0.6 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.4 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.2 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.1; locks; strict; comment @# @; 1.7 date 2011.02.26.08.59.00; author tron; state dead; branches; next 1.6; 1.6 date 2008.10.16.09.40.20; author martti; state Exp; branches; next 1.5; 1.5 date 2001.03.20.12.50.52; author hubertf; state dead; branches; next 1.4; 1.4 date 2000.04.27.01.05.07; author kim; state Exp; branches; next 1.3; 1.3 date 2000.04.10.00.19.17; author bad; state Exp; branches; next 1.2; 1.2 date 99.08.26.13.05.08; author mrg; state Exp; branches; next 1.1; 1.1 date 99.05.30.18.18.32; author tron; state Exp; branches; next ; desc @@ 1.7 log @Update "postfix" package to version 2.8.1. Changes since version 2.7.2: Postfix stable release 2.8.0 is available. This release continues the move towards improving code and documentation, and making the system better prepared for changes in the threat environment. The postscreen daemon (a zombie blocker in front of Postfix) is now included with the stable release. postscreen now supports TLS and can log the rejected sender, recipient and helo information. See the POSTSCREEN_README file for recommended usage scenarios. Support for DNS whitelisting (permit_rhswl_client), and for pattern matching to filter the responses from DNS white/blacklist servers (e.g., reject_rhsbl_client zen.spamhaus.org=127.0.0.[1..10]). Improved message tracking across SMTP-based content filters; the after-filter SMTP server can log the before-filter queue ID (the XCLIENT protocol was extended). Read-only support for sqlite databases. See sqlite_table(5) and SQLITE_README. Support for 'footers' that are appended to SMTP server "reject" responses. See "smtpd_reject_footer" in the postconf(5) manpage. This update was tested by Takahiro Kambe. @ text @$NetBSD: patch-av,v 1.6 2008/10/16 09:40:20 martti Exp $ Support for sqlite. --- src/global/mail_dict.c.orig 2008-01-08 22:07:47.000000000 +0100 +++ src/global/mail_dict.c @@@@ -36,6 +36,7 @@@@ #include #include #include +#include #include typedef struct { @@@@ -54,6 +55,9 @@@@ static const DICT_OPEN_INFO dict_open_in #ifdef HAS_PGSQL DICT_TYPE_PGSQL, dict_pgsql_open, #endif +#ifdef HAS_SQLITE + DICT_TYPE_SQLITE, dict_sqlite_open, +#endif 0, }; @ 1.6 log @Added support for SQLite (pkg/39745 by Sébastien BOCAHU. No existing binary packages are affected so I didn't bump the revision... @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Move files from postfix-current to postfix, as that's actually the latest release (it's also in the base src). Adresses PR 12426 by Martti Kuparinen @ text @d1 1 a1 1 $NetBSD: patch-av,v 1.4 2000/04/27 01:05:07 kim Exp $ d3 22 a24 23 --- postdrop/Makefile.orig Wed Apr 26 20:25:55 2000 +++ postdrop/Makefile Wed Apr 26 20:39:09 2000 @@@@ -0,0 +1,20 @@@@ +# $NetBSD: patch-av,v 1.4 2000/04/27 01:05:07 kim Exp $ +.include "../conf/main.cf" + +PROG= postdrop +BINDIR= ${command_directory} + +DPADD+= ${LIBPGLOBAL} ${LIBPUTIL} +LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS} + +# XXX +NOMAN=1 + +.include "bsd.own.mk" + +.if !POSTFIX_NOSETGID +BINGRP= maildrop +BINMODE=2555 +.endif + +.include @ 1.4 log @Add optional support for Perl Compatible Regular Expressions (POSTFIX_PCRE) and Variable Envelope Return Paths (POSTFIX_VERP). Handle MANINSTALL using separate PLIST.{catinstall,maninstall} files. Record the setting of all 3. @ text @d1 1 a1 1 $NetBSD: patch-av,v 1.3 2000/04/10 00:19:17 bad Exp $ d6 1 a6 1 +# $NetBSD: patch-av,v 1.3 2000/04/10 00:19:17 bad Exp $ @ 1.3 log @Some more changes besides the update to which Simon beat me: Create the /var/spool/postfix on install so that "postfix check" can create the directories below it. Create /etc/postfix/postfix-scrip on "make install". Make the library Makefiles DTRT on systems that don't understand MKXXX=no. Remover owner write permission from "maildrop" binary. Adjust offsets in a couple of patches. @ text @d1 1 a1 1 $NetBSD: patch-av,v 1.2 1999/08/26 13:05:08 mrg Exp $ d3 2 a4 2 --- postdrop/Makefile.orig Sun May 30 18:49:13 1999 +++ postdrop/Makefile Sun May 30 18:49:13 1999 d6 1 a6 1 +# $NetBSD: patch-av,v 1.2 1999/08/26 13:05:08 mrg Exp $ d13 1 a13 1 +LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} @ 1.2 log @actually make POSTFIX_NOSETGID work. @ text @d1 1 a1 1 $NetBSD: patch-av,v 1.1 1999/05/30 18:18:32 tron Exp $ d6 1 a6 1 +# $NetBSD: patch-av,v 1.1 1999/05/30 18:18:32 tron Exp $ d22 1 a22 1 +BINMODE=2755 @ 1.1 log @Patch one file per patch file. @ text @d1 1 a1 1 $NetBSD$ d5 2 a6 2 @@@@ -0,0 +1,15 @@@@ +# $NetBSD: patch-aa,v 1.1 1999/05/29 20:57:19 christos Exp $ a10 2 +BINGRP= maildrop +BINMODE=2755 d17 7 @