thomas: server/kolabd/kolabd/templates imapd.conf.template.in, 1.7, 1.8

cvs at kolab.org cvs at kolab.org
Thu Nov 9 19:17:07 CET 2006


Author: thomas

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

Modified Files:
	imapd.conf.template.in 
Log Message:
kolab/issue840: Changed imapd.conf template to use berkeley db
instead of skiplist for annotations.db and mailboxes.db as a workaround
and add documentation for this.


Index: imapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/imapd.conf.template.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- imapd.conf.template.in	12 Jul 2006 22:58:46 -0000	1.7
+++ imapd.conf.template.in	9 Nov 2006 18:17:05 -0000	1.8
@@ -77,3 +77,7 @@
 notifysocket: @imap_notify_socket@
 sievenotifier: mailto
 mailnotifier: mailto
+
+# use berkeley db backend instead of skiplist
+annotation_db: berkeley
+mboxlist_db: berkeley





More information about the commits mailing list