]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-master.cf_cyrus.patch
- fix cyrus deliver path in master.cf (must be /usr/lib/cyrus/deliver)
[packages/postfix.git] / postfix-master.cf_cyrus.patch
1 --- postfix-1.1.2/conf/master.cf.old    2002-03-02 20:13:56.000000000 -0300
2 +++ postfix-1.1.2/conf/master.cf        2002-05-02 21:44:39.000000000 -0300
3 @@ -90,7 +90,7 @@
4  # The Cyrus deliver program has changed incompatibly.
5  #
6  cyrus    unix  -       n       n       -       -       pipe
7 -  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
8 +  flags=R user=cyrus argv=/usr/lib/cyrus/deliver -e -m ${extension} ${user}
9  uucp     unix  -       n       n       -       -       pipe
10    flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
11  ifmail    unix  -       n       n       -       -       pipe
This page took 0.031598 seconds and 4 git commands to generate.