freebsd-ports/mail/postfix23/files/patch-bj
Will Andrews 6a1b37225e 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!)
2000-11-14 06:28:58 +00:00

42 lines
1.2 KiB
Text

*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999
--- ./html/uce.html Thu Jun 1 22:31:37 2000
***************
*** 126,130 ****
! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b>
! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b>
--- 126,130 ----
! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b>
! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b>
***************
*** 169,171 ****
! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access,
reject_maps_rbl</b>
--- 169,171 ----
! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access,
reject_maps_rbl</b>
***************
*** 474,476 ****
! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access,
reject_unknown_sender_domain</b>
--- 474,476 ----
! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access,
reject_unknown_sender_domain</b>
***************
*** 856,858 ****
<dd> <b>smtpd_etrn_restrictions = permit_mynetworks,
! hash:/etc/postfix/etrn_access, reject</b>
--- 856,858 ----
<dd> <b>smtpd_etrn_restrictions = permit_mynetworks,
! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b>