steffen: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Wed Oct 25 04:29:53 CEST 2006


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv30337/kolabd/templates

Modified Files:
	freebusy.conf.template.in 
Log Message:
freebusy imap caching from Martin

Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- freebusy.conf.template.in	3 Apr 2006 18:18:39 -0000	1.2
+++ freebusy.conf.template.in	25 Oct 2006 02:29:51 -0000	1.3
@@ -87,3 +87,15 @@
 // What level of output should we log? Higher levels give more verbose output.
 // One of: RM_LOG_SILENT; RM_LOG_ERROR; RM_LOG_WARN; RM_LOG_INFO or RM_LOG_DEBUG.
 $params['log_level'] = RM_LOG_DEBUG;
+
+// IMAP options passed to imap_open
+//$params['imap_options'] = "/notls/secure/readonly";
+$params['imap_options'] = "/notls/readonly";
+
+$params['pfb_dbformat'] = "";          // default: gdbm
+
+// Location of the cache files
+$params['cache_dir'] = '/var/kolab/www/freebusy/cache';
+
+// don't change this if you don't have to
+//$params['ldap_classname_suffix'] = "_dummy";





More information about the commits mailing list