]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-master.cf_cyrus.patch
- Builds and seems to work. Needs testing.
[packages/postfix.git] / postfix-master.cf_cyrus.patch
1 diff -dur postfix-2.1.3.orig/conf/master.cf postfix-2.1.3/conf/master.cf
2 --- postfix-2.1.3.orig/conf/master.cf   2004-06-22 14:59:49.976722670 +0200
3 +++ postfix-2.1.3/conf/master.cf        2004-06-22 15:03:29.362874731 +0200
4 @@ -116,11 +116,11 @@
5  # The Cyrus deliver program has changed incompatibly, multiple times.
6  #
7  old-cyrus unix  -       n       n       -       -       pipe
8 -  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
9 +  flags=R user=cyrus argv=/usr/lib/cyrus/deliver -e -m ${extension} ${user}
10  # Cyrus 2.1.5 (Amos Gouaux)
11  # Also specify in main.cf: cyrus_destination_recipient_limit=1
12  cyrus     unix  -       n       n       -       -       pipe
13 -  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
14 +  user=cyrus argv=/usr/lib/cyrus/deliver -e -r ${sender} -m ${extension} ${user}
15  uucp      unix  -       n       n       -       -       pipe
16    flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
17  ifmail    unix  -       n       n       -       -       pipe
This page took 0.024058 seconds and 3 git commands to generate.