]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- proper path for postfix and bsmtp
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Jul 2006 10:41:50 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix-conf.patch -> 1.1

postfix-conf.patch [new file with mode: 0644]

diff --git a/postfix-conf.patch b/postfix-conf.patch
new file mode 100644 (file)
index 0000000..120b802
--- /dev/null
@@ -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
This page took 0.155941 seconds and 4 git commands to generate.