diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-17 15:48:01 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-17 15:48:01 +0000 |
commit | c3349661434034a001517ef88304df1a121b45a4 (patch) | |
tree | 151d0a273d01dbb23539728521d88bd648f5c07c /mail/postfix-current/files/patch-aa | |
parent | add primer3 0.9 (diff) |
Update to latest snapshot
Add SASL2 support
PR: 42751
Submitted by: maintainer, Marc G. Fournier
Notes
Notes:
svn path=/head/; revision=66515
Diffstat (limited to 'mail/postfix-current/files/patch-aa')
-rw-r--r-- | mail/postfix-current/files/patch-aa | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/mail/postfix-current/files/patch-aa b/mail/postfix-current/files/patch-aa index 51b40396bd5e..fa5398945dd7 100644 --- a/mail/postfix-current/files/patch-aa +++ b/mail/postfix-current/files/patch-aa @@ -1,38 +1,40 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 +*** ./conf/main.cf.orig Thu Aug 22 03:17:14 2002 +--- ./conf/main.cf Thu Aug 29 19:56:21 2002 *************** -*** 31,44 **** +*** 29,43 **** + queue_directory = /var/spool/postfix + # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. + # postXXX commands. # ! command_directory = /usr/sbin # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. + # daemon programs (i.e. programs listed in the master.cf file). This + # directory must be owned by root. # ! daemon_directory = /usr/libexec/postfix # QUEUE AND PROCESS OWNERSHIP # ---- 31,44 ---- +--- 29,43 ---- + queue_directory = /var/spool/postfix + # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. + # postXXX commands. # ! command_directory = !!PREFIX!!/sbin # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. + # daemon programs (i.e. programs listed in the master.cf file). This + # directory must be owned by root. # ! daemon_directory = !!PREFIX!!/libexec/postfix # QUEUE AND PROCESS OWNERSHIP # *************** -*** 325,332 **** +*** 326,333 **** # # The home_mailbox parameter specifies the optional pathname of a # mailbox file relative to a user's home directory. The default @@ -41,7 +43,7 @@ # #home_mailbox = Mailbox #home_mailbox = Maildir/ ---- 325,332 ---- +--- 326,333 ---- # # The home_mailbox parameter specifies the optional pathname of a # mailbox file relative to a user's home directory. The default @@ -51,7 +53,7 @@ #home_mailbox = Mailbox #home_mailbox = Maildir/ *************** -*** 424,430 **** +*** 444,450 **** # # See also the body_checks example in the sample-filter.cf file. # @@ -59,7 +61,7 @@ # FAST ETRN SERVICE # ---- 424,430 ---- +--- 444,450 ---- # # See also the body_checks example in the sample-filter.cf file. # @@ -68,19 +70,19 @@ # FAST ETRN SERVICE # *************** -*** 525,531 **** +*** 551,557 **** # commands. This must be a group name with a numerical group ID that # is not shared with other accounts, not even with the Postfix account. # ! setgid_group = - # manpage_path: The location of the Postfix on-line manual pages. + # manpage_directory: The location of the Postfix on-line manual pages. # ---- 525,531 ---- +--- 551,557 ---- # commands. This must be a group name with a numerical group ID that # is not shared with other accounts, not even with the Postfix account. # ! setgid_group = maildrop - # manpage_path: The location of the Postfix on-line manual pages. + # manpage_directory: The location of the Postfix on-line manual pages. # |