0350c7361c
Add entry about OPTIONS and SPF patch in mail/postfix * mail/Makefile Add postfix22 * mail/postfix [1] Update to 2.3.0 Use OPTIONS instead of scripts Add message about unsupported POSTFIX_OPTIONS Remove SPF patch since that's not apply clean Update pkg-descr Change rcNG to rc only Update CONFLICTS * mail/postfix-current Now postfix-current are called postfix-current instead of postfix. Update CONFLICTS Bump PORTREVISION Store OPTIONSFILE in another local to not conflict with mail/postfix Change rcNG to rc only * mail/postfix1 Update CONFLICTS * mail/postfix21 Update CONFLICTS Change rcNG to rc only * mail/postfix22 [2] Update CONFLICTS Change rcNG to rc only Approved by: maintainer [1] Repocopy by: marcus [2]
73 lines
2.2 KiB
CFEngine3
73 lines
2.2 KiB
CFEngine3
--- conf/main.cf.orig Mon Mar 27 15:58:38 2006
|
|
+++ conf/main.cf Mon Mar 27 15:59:02 2006
|
|
@@ -33,13 +33,13 @@
|
|
# The command_directory parameter specifies the location of all
|
|
# postXXX commands.
|
|
#
|
|
-command_directory = /usr/sbin
|
|
+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). This
|
|
# directory must be owned by root.
|
|
#
|
|
-daemon_directory = /usr/libexec/postfix
|
|
+daemon_directory = !!PREFIX!!/libexec/postfix
|
|
|
|
# QUEUE AND PROCESS OWNERSHIP
|
|
#
|
|
@@ -238,7 +238,7 @@
|
|
#
|
|
#mynetworks_style = class
|
|
#mynetworks_style = subnet
|
|
-#mynetworks_style = host
|
|
+mynetworks_style = host
|
|
|
|
# Alternatively, you can specify the mynetworks list by hand, in
|
|
# which case Postfix ignores the mynetworks_style setting.
|
|
@@ -609,37 +609,37 @@
|
|
# sendmail_path: The full pathname of the Postfix sendmail command.
|
|
# This is the Sendmail-compatible mail posting interface.
|
|
#
|
|
-sendmail_path =
|
|
+sendmail_path = !!PREFIX!!/sbin/sendmail
|
|
|
|
# newaliases_path: The full pathname of the Postfix newaliases command.
|
|
# This is the Sendmail-compatible command to build alias databases.
|
|
#
|
|
-newaliases_path =
|
|
+newaliases_path = !!PREFIX!!/bin/newaliases
|
|
|
|
# mailq_path: The full pathname of the Postfix mailq command. This
|
|
# is the Sendmail-compatible mail queue listing command.
|
|
#
|
|
-mailq_path =
|
|
+mailq_path = !!PREFIX!!/bin/mailq
|
|
|
|
# setgid_group: The group for mail submission and queue management
|
|
# 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 =
|
|
+setgid_group = maildrop
|
|
|
|
# html_directory: The location of the Postfix HTML documentation.
|
|
#
|
|
-html_directory =
|
|
+html_directory = no
|
|
|
|
# manpage_directory: The location of the Postfix on-line manual pages.
|
|
#
|
|
-manpage_directory =
|
|
+manpage_directory = !!PREFIX!!/man
|
|
|
|
# sample_directory: The location of the Postfix sample configuration files.
|
|
# This parameter is obsolete as of Postfix 2.1.
|
|
#
|
|
-sample_directory =
|
|
+sample_directory = !!PREFIX!!/etc/postfix
|
|
|
|
# readme_directory: The location of the Postfix README files.
|
|
#
|
|
-readme_directory =
|
|
+readme_directory = no
|