diff options
Diffstat (limited to 'mail/postfix27/files/patch-conf::main.cf')
-rw-r--r-- | mail/postfix27/files/patch-conf::main.cf | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/mail/postfix27/files/patch-conf::main.cf b/mail/postfix27/files/patch-conf::main.cf index a9cb3c360058..14976bcaa09c 100644 --- a/mail/postfix27/files/patch-conf::main.cf +++ b/mail/postfix27/files/patch-conf::main.cf @@ -1,6 +1,6 @@ ---- 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 @@ +--- conf/main.cf.orig 2007-12-18 11:50:25.000000000 -0200 ++++ conf/main.cf 2008-02-29 22:35:12.000000000 -0300 +@@ -33,19 +33,19 @@ # The command_directory parameter specifies the location of all # postXXX commands. # @@ -14,9 +14,16 @@ -daemon_directory = /usr/libexec/postfix +daemon_directory = !!PREFIX!!/libexec/postfix + # The data_directory parameter specifies the location of Postfix-writable + # data files (caches, random numbers). This directory must be owned + # by the mail_owner account (see below). + # +-data_directory = /var/lib/postfix ++data_directory = /var/db/postfix + # QUEUE AND PROCESS OWNERSHIP # -@@ -238,7 +238,7 @@ +@@ -244,7 +244,7 @@ # #mynetworks_style = class #mynetworks_style = subnet @@ -25,7 +32,7 @@ # Alternatively, you can specify the mynetworks list by hand, in # which case Postfix ignores the mynetworks_style setting. -@@ -609,37 +609,37 @@ +@@ -615,37 +615,37 @@ # sendmail_path: The full pathname of the Postfix sendmail command. # This is the Sendmail-compatible mail posting interface. # |