aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix28/files/patch-main.cf
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix28/files/patch-main.cf')
-rw-r--r--mail/postfix28/files/patch-main.cf58
1 files changed, 58 insertions, 0 deletions
diff --git a/mail/postfix28/files/patch-main.cf b/mail/postfix28/files/patch-main.cf
new file mode 100644
index 000000000000..95fb2feaca0a
--- /dev/null
+++ b/mail/postfix28/files/patch-main.cf
@@ -0,0 +1,58 @@
+--- ./conf/main.cf Wed Jan 8 22:11:52 2003
++++ ./conf/main.cf Wed Jan 8 22:11:53 2003
+@@ -31,13 +31,13 @@
+ # The command_directory parameter specifies the location of all
+ # postXXX commands.
+ #
+-command_directory = /usr/sbin
++command_directory = /usr/local/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 = /usr/local/libexec/postfix
+
+ # QUEUE AND PROCESS OWNERSHIP
+ #
+@@ -590,32 +590,32 @@
+ # sendmail_path: The full pathname of the Postfix sendmail command.
+ # This is the Sendmail-compatible mail posting interface.
+ #
+-sendmail_path =
++sendmail_path = /usr/local/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 = /usr/local/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 = /usr/local/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
+
+ # manpage_directory: The location of the Postfix on-line manual pages.
+ #
+-manpage_directory =
++manpage_directory = /usr/local/man
+
+ # sample_directory: The location of the Postfix sample configuration files.
+ #
+-sample_directory =
++sample_directory = /usr/local/etc/postfix
+
+ # readme_directory: The location of the Postfix README files.
+ #
+-readme_directory =
++readme_directory = no