freebsd-ports/mail/postfix/files/patch-aa
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

69 lines
1.6 KiB
Text

*** ./conf/main.cf.orig Fri Jan 28 09:44:47 2000
--- ./conf/main.cf Thu Jun 1 22:01:21 2000
***************
*** 19,21 ****
#
! command_directory = /usr/sbin
--- 19,21 ----
#
! command_directory = !!PREFIX!!/sbin
***************
*** 26,28 ****
#
! daemon_directory = /usr/libexec/postfix
--- 26,28 ----
#
! daemon_directory = !!PREFIX!!/libexec/postfix
***************
*** 43,45 ****
#
! #default_privs = nobody
--- 43,45 ----
#
! default_privs = nobody
***************
*** 180,182 ****
#alias_database = dbm:/etc/aliases
! #alias_database = dbm:/etc/mail/aliases
#alias_database = hash:/etc/aliases
--- 180,182 ----
#alias_database = dbm:/etc/aliases
! #alias_database = dbm:/etc/aliases
#alias_database = hash:/etc/aliases
***************
*** 199,202 ****
# mailbox file relative to a user's home directory. The default
! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify
! # "Maildir/" for qmail-style delivery (the / is required).
#
--- 199,202 ----
# mailbox file relative to a user's home directory. The default
! # mailbox file is /var/mail/user. Specify "Maildir/" for
! # qmail-style delivery (the / is required).
#
***************
*** 209,211 ****
#
! # mail_spool_directory = /var/mail
# mail_spool_directory = /var/spool/mail
--- 209,211 ----
#
! mail_spool_directory = /var/mail
# mail_spool_directory = /var/spool/mail
***************
*** 274,277 ****
#
! #header_checks = regexp:/etc/postfix/filename
! #header_checks = pcre:/etc/postfix/filename
--- 274,277 ----
#
! #header_checks = regexp:!!PREFIX!!/etc/postfix/filename
! #header_checks = pcre:!!PREFIX!!/etc/postfix/filename