]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-conf.patch
- proper path for postfix and bsmtp
[packages/postfix.git] / postfix-conf.patch
1 --- postfix-2.3.0/conf/master.cf~       2006-07-25 13:36:17.245609587 +0300
2 +++ postfix-2.3.0/conf/master.cf        2006-07-25 13:37:53.847756797 +0300
3 @@ -55,7 +55,7 @@
4  # Also specify in main.cf: maildrop_destination_recipient_limit=1
5  #
6  maildrop  unix  -       n       n       -       -       pipe
7 -  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
8 +  flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
9  #
10  # The Cyrus deliver program has changed incompatibly, multiple times.
11  #
12 @@ -76,4 +76,4 @@
13  ifmail    unix  -       n       n       -       -       pipe
14    flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
15  bsmtp     unix  -       n       n       -       -       pipe
16 -  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
17 +  flags=Fq. user=foo argv=/usr/sbin/bsmtp -f $sender $nexthop $recipient
This page took 0.031386 seconds and 4 git commands to generate.