From 6fe402670fb8b60a760d7b67d4d8741c8583ff31 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 13 Sep 2000 20:50:45 +0000 Subject: Update to the latest snapshot, plus add hooks for all the very spiffy plugins that postfix can use. Submitted by: Omanchu Oogali (new MAINTAINER) --- mail/postfix-current/files/patch-bj | 62 +++++++++++++++++++++++++------------ 1 file changed, 42 insertions(+), 20 deletions(-) (limited to 'mail/postfix-current/files/patch-bj') diff --git a/mail/postfix-current/files/patch-bj b/mail/postfix-current/files/patch-bj index 99c521341ca5..00e78d01ba5a 100644 --- a/mail/postfix-current/files/patch-bj +++ b/mail/postfix-current/files/patch-bj @@ -1,20 +1,42 @@ ---- makedefs.orig Sun Jan 23 03:04:27 2000 -+++ makedefs Mon Apr 3 08:59:17 2000 -@@ -89,6 +89,8 @@ - ;; - FreeBSD.4*) SYSTYPE=FREEBSD4 - ;; -+ FreeBSD.5*) SYSTYPE=FREEBSD5 -+ ;; - OpenBSD.2*) SYSTYPE=OPENBSD2 - ;; - NetBSD.1*) SYSTYPE=NETBSD1 -@@ -244,7 +246,7 @@ - *) : ${OPT='-O'};; - esac - --: ${CC='gcc $(WARN)'} ${OPT='-O'} ${DEBUG='-g'} ${AWK=awk} -+: ${CC='gcc $(WARN)'} ${OPT='-O'} ${AWK=awk} - - export SYSTYPE AR ARFL RANLIB SYSLIBS CC OPT DEBUG AWK OPTS - +*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 +--- ./html/uce.html Thu Jun 1 22:31:37 2000 +*************** +*** 126,130 **** + +!
header_checks = regexp:/etc/postfix/header_checks + +!
header_checks = pcre:/etc/postfix/header_checks + +--- 126,130 ---- + +!
header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks + +!
header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks + +*************** +*** 169,171 **** + +!
smtpd_client_restrictions = hash:/etc/postfix/access, + reject_maps_rbl +--- 169,171 ---- + +!
smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, + reject_maps_rbl +*************** +*** 474,476 **** + +!
smtpd_sender_restrictions = hash:/etc/postfix/access, + reject_unknown_sender_domain +--- 474,476 ---- + +!
smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, + reject_unknown_sender_domain +*************** +*** 856,858 **** +
smtpd_etrn_restrictions = permit_mynetworks, +! hash:/etc/postfix/etrn_access, reject + +--- 856,858 ---- +
smtpd_etrn_restrictions = permit_mynetworks, +! hash:!!PREFIX!!/etc/postfix/etrn_access, reject + -- cgit v1.2.3