SOURCES: postfix-conf.patch (NEW) - proper path for postfix and bsmtp

glen glen at pld-linux.org
Tue Jul 25 12:41:55 CEST 2006


Author: glen                         Date: Tue Jul 25 10:41:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper path for postfix and bsmtp

---- Files affected:
SOURCES:
   postfix-conf.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/postfix-conf.patch
diff -u /dev/null SOURCES/postfix-conf.patch:1.1
--- /dev/null	Tue Jul 25 12:41:55 2006
+++ SOURCES/postfix-conf.patch	Tue Jul 25 12:41:50 2006
@@ -0,0 +1,17 @@
+--- postfix-2.3.0/conf/master.cf~	2006-07-25 13:36:17.245609587 +0300
++++ postfix-2.3.0/conf/master.cf	2006-07-25 13:37:53.847756797 +0300
+@@ -55,7 +55,7 @@
+ # Also specify in main.cf: maildrop_destination_recipient_limit=1
+ #
+ maildrop  unix  -       n       n       -       -       pipe
+-  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
++  flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
+ #
+ # The Cyrus deliver program has changed incompatibly, multiple times.
+ #
+@@ -76,4 +76,4 @@
+ ifmail    unix  -       n       n       -       -       pipe
+   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
+ bsmtp     unix  -       n       n       -       -       pipe
+-  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
++  flags=Fq. user=foo argv=/usr/sbin/bsmtp -f $sender $nexthop $recipient
================================================================


More information about the pld-cvs-commit mailing list