From 6a1b37225e32c4289e7ee279b1dd4797d33d6790 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 14 Nov 2000 06:28:58 +0000 Subject: Update to postfix 19991231-pl10. Install LDAP_README and MYSQL_README along with documentation. Fix manpage generation. Consistently use INSTALL_* macros (from postfix-current). Modify packaging list using WITH_PCRE and WITH_LDAP PLIST_SUBs (as per postfix-current). Add knob to enable PCRE (again from postfix-current). Use better package description (postfix-current). Fix PLIST. Conditionally remove main.cf and master.cf when they are unmodified from default (postfix-current). Fully institute new maintainer as a real one. :-) PR: 17777, 19185, 20565, 21819, 22613 (also postfix-current) Submitted by: maintainer (THANKS!) --- mail/postfix1/files/patch-bj | 62 ++++++++++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 20 deletions(-) (limited to 'mail/postfix1/files/patch-bj') diff --git a/mail/postfix1/files/patch-bj b/mail/postfix1/files/patch-bj index 99c521341ca5..00e78d01ba5a 100644 --- a/mail/postfix1/files/patch-bj +++ b/mail/postfix1/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