diff options
Diffstat (limited to 'mail/postfix25/files/patch-ab')
-rw-r--r-- | mail/postfix25/files/patch-ab | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/mail/postfix25/files/patch-ab b/mail/postfix25/files/patch-ab new file mode 100644 index 000000000000..6824371c251b --- /dev/null +++ b/mail/postfix25/files/patch-ab @@ -0,0 +1,74 @@ +*** conf/main.cf.orig Mon Mar 29 22:10:14 1999 +--- conf/main.cf Mon Mar 29 22:13:09 1999 +*************** +*** 18,36 **** + # Postfix support programs and daemons. This setting can be overruled + # with the command_directory and daemon_directory parameters. + # +! program_directory = /some/where/postfix/bin + + # The command_directory parameter specifies the location of all + # postXXX commands. The default value is $program_directory. + # +! #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_directory = /usr/libexec/postfix + + # QUEUE AND PROCESS OWNERSHIP + # +--- 18,36 ---- + # Postfix support programs and daemons. This setting can be overruled + # with the command_directory and daemon_directory parameters. + # +! program_directory = !!PREFIX!!/pbexec/postfix + + # The command_directory parameter specifies the location of all + # postXXX commands. The default value is $program_directory. + # +! 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_directory = !!PREFIX!!/libexec/postfix + + # QUEUE AND PROCESS OWNERSHIP + # +*************** +*** 40,53 **** + # OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular, + # don't specify nobody or daemon. PLEASE USE A DEDICATED USER. + # +! #mail_owner = postfix + + # The default_privs parameter specifies the default rights used by + # the local delivery agent for delivery to external file or command. + # These rights are used in the absence of a recipient user context. + # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER. + # +! #default_privs = nobody + + # INTERNET HOST AND DOMAIN NAMES + # +--- 40,53 ---- + # OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular, + # don't specify nobody or daemon. PLEASE USE A DEDICATED USER. + # +! mail_owner = postfix + + # The default_privs parameter specifies the default rights used by + # the local delivery agent for delivery to external file or command. + # These rights are used in the absence of a recipient user context. + # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER. + # +! default_privs = nobody + + # INTERNET HOST AND DOMAIN NAMES + # |