Package: kolabd
Severity: important
Tags: patch
Hello,
when using the filter mentionned in the docs you should use /usr/bin/php4
because on etch /usr/bin/php point to php5
Thanks
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--
Benoit Mortier
CEO
www.opensides.be
Contributor to Gosa Project : http://gosa.gonicus.de/
Contributeur to Nagios Plugins : http://nagiosplug.sourceforge.net/
--- README.Debian 2006-12-02 10:49:32.000000000 +0100
+++ new.README.Debian 2006-12-06 09:51:16.000000000 +0100
@@ -286,7 +286,7 @@
Append the following:
--8<--
-kolabfilter unix - n n - - pipe user=nobody null_sender= argv=/usr/bin/php
+kolabfilter unix - n n - - pipe user=nobody null_sender= argv=/usr/bin/php4
-c /etc/php4/cli/php.ini
-f /usr/share/kolab-resource-handlers/kolabfilter.php
--
@@ -295,7 +295,7 @@
-r ${recipient}
-c ${client_address}
-kolabmailboxfilter unix - n n - - pipe user=nobody null_sender= argv=/usr/bin/php
+kolabmailboxfilter unix - n n - - pipe user=nobody null_sender= argv=/usr/bin/php4
-c /etc/php4/cli/php.ini
-f /usr/share/kolab-resource-handlers/kolabmailboxfilter.php
--