thomas: server install-kolab.sh,1.18,1.19

cvs at kolab.org cvs at kolab.org
Fri Feb 1 19:20:00 CET 2008


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv24502

Modified Files:
	install-kolab.sh 
Log Message:
Add "-D imapd::with_kolab_nocaps" as a workaround for kolab/issue2443
(kontact aborts sieve when imapd sends capabilities after starttls)


Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- install-kolab.sh	12 Dec 2007 14:24:31 -0000	1.18
+++ install-kolab.sh	1 Feb 2008 18:19:58 -0000	1.19
@@ -2,7 +2,7 @@
 #
 # $Id$
 #
-# Copyright (C) 2007 by Intevation GmbH
+# Copyright (C) 2007, 2008 by Intevation GmbH
 # Copyright (C) 2007 by Gunnar Wrobel
 #
 # Authors:
@@ -21,7 +21,7 @@
 INSTALL=""
 
 PACKAGES="openpkg-tools openldap postfix kolabd kolab-filter kolab-freebusy kolab-webadmin"
-DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap"
+DEFINE="-D openldap::with_pth=no -D sasl::with_ldap -D sasl::with_login -D postfix::with_sasl -D postfix::with_ssl -D postfix::with_ldap -D imapd::with_kolab_nocaps"
 
 #Flags
 FLAG_BASE=""





More information about the commits mailing list