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

Noel Koethe noel at costa.debian.org
Fri Jan 13 11:29:50 UTC 2006


Author: noel
Date: 2006-01-13 11:29:50 +0000 (Fri, 13 Jan 2006)
New Revision: 143

Modified:
   trunk/kolabd/debian/README.Debian
Log:
started postfix step

Modified: trunk/kolabd/debian/README.Debian
===================================================================
--- trunk/kolabd/debian/README.Debian	2006-01-13 10:55:18 UTC (rev 142)
+++ trunk/kolabd/debian/README.Debian	2006-01-13 11:29:50 UTC (rev 143)
@@ -213,8 +213,30 @@
 ldap_version: 3
 --8<--
 
+4. postfix
 
+add 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}
 
+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}
+--8<--
+
+
 There is a partly adjusted bootstrap for Debian but its not working 100%
 at /usr/share/kolabd/kolab_bootstrap
 Patches to make this bootstrap working 100% are very welcome!:)




More information about the pkg-kolab-devel mailing list