[pkg-kolab] r146 - trunk/kolabd/debian

Noel Koethe noel at costa.debian.org
Fri Jan 13 12:08:25 UTC 2006


Author: noel
Date: 2006-01-13 12:08:24 +0000 (Fri, 13 Jan 2006)
New Revision: 146

Modified:
   trunk/kolabd/debian/README.Debian
Log:
corrected postfix/master.cf entry

Modified: trunk/kolabd/debian/README.Debian
===================================================================
--- trunk/kolabd/debian/README.Debian	2006-01-13 11:56:39 UTC (rev 145)
+++ trunk/kolabd/debian/README.Debian	2006-01-13 12:08:24 UTC (rev 146)
@@ -213,25 +213,25 @@
 
 4. postfix
 
-add to /etc/postfix/master.cf
+append to /etc/postfix/master.cf
 --8<--
-labfilter     unix  -       n       n       -       -       pipe user=kolab-n flags=n argv=/kolab/bin/php
-    -c /kolab/etc/apache/php.ini
-    -f /kolab/etc/resmgr/kolabfilter.php
-    --
-    -h Kolab-Slave4
-    -s ${sender}
-    -r ${recipient}
-    -c ${client_address}
+kolabfilter     unix  -       n       n       -       -       pipe user=kolab-n flags=n argv=/usr/bin/php
+   -c /etc/php4/cli/php.ini
+   -f /usr/share/kolab-resource-handlers/kolabfilter.php
+   --
+   -h host
+   -s ${sender}
+   -r ${recipient}
+   -c ${client_address}
 
-kolabmailboxfilter     unix  -       n       n       -       -       pipe user=kolab-n flags=n argv=/kolab/bin/php
-    -c /kolab/etc/apache/php.ini
-    -f /kolab/etc/resmgr/kolabmailboxfilter.php
-    --
-    -h Kolab-Slave4
-    -s ${sender}
-    -r ${recipient}
-    -c ${client_address}
+kolabmailboxfilter     unix  -       n       n       -       -       pipe user=kolab-n flags=n argv=/usr/bin/php
+   -c /etc/php4/cli/php.ini
+   -f /usr/share/kolab-resource-handlers/kolabmailboxfilter.php
+   --
+   -h host
+   -s ${sender}
+   -r ${recipient}
+   -c ${client_address}
 --8<--
 
 




More information about the pkg-kolab-devel mailing list