mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
75 lines
2.5 KiB
Plaintext
75 lines
2.5 KiB
Plaintext
*** 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!!/libexec/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
|
|
#
|