diff options
| author | Torsten Blum <torstenb@FreeBSD.org> | 1999-03-29 20:15:09 +0000 | 
|---|---|---|
| committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-03-29 20:15:09 +0000 | 
| commit | f7f54da77e43b5cc834e48482babbe81dc49f043 (patch) | |
| tree | 4060ca58c256e685793e7662b30bb8d26240e1af /mail/postfix23/files/patch-ab | |
| parent | Cleanup Makefile and pkg/DESCR (diff) | |
Port of Wietse Venema's postfix, yet another mail transport agent that tries to
replace sendmail.
Diffstat (limited to 'mail/postfix23/files/patch-ab')
| -rw-r--r-- | mail/postfix23/files/patch-ab | 74 | 
1 files changed, 74 insertions, 0 deletions
| diff --git a/mail/postfix23/files/patch-ab b/mail/postfix23/files/patch-ab new file mode 100644 index 000000000000..6824371c251b --- /dev/null +++ b/mail/postfix23/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 +  #  | 
