]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-master.cf_cyrus.patch
- up for 2.1.0
[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 @@ -113,11 +113,11 @@
4  # The Cyrus deliver program has changed incompatibly, multiple times.
5  #
6  old-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  # Cyrus 2.1.5 (Amos Gouaux)
10  # Also specify in main.cf: cyrus_destination_recipient_limit=1
11  cyrus     unix  -       n       n       -       -       pipe
12 -  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
13 +  user=cyrus argv=/usr/lib/cyrus/deliver -e -r ${sender} -m ${extension} ${user}
14  uucp      unix  -       n       n       -       -       pipe
15    flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
16  ifmail    unix  -       n       n       -       -       pipe
This page took 0.039327 seconds and 4 git commands to generate.