wilde: server/kolabd/kolabd/templates imapd.conf.template.in, 1.18, 1.19

cvs at kolab.org cvs at kolab.org
Thu Dec 17 12:17:39 CET 2009


Author: wilde

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

Modified Files:
	imapd.conf.template.in 
Log Message:
Changed default format for imapd databses back to skiplist. (kolab/issue840)

Index: imapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/imapd.conf.template.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- imapd.conf.template.in	13 Dec 2009 18:04:37 -0000	1.18
+++ imapd.conf.template.in	17 Dec 2009 11:17:37 -0000	1.19
@@ -79,9 +79,9 @@
 # the sieve extensions that should be enabled on the server
 sieve_extensions: fileinto reject vacation imapflags notify include envelope body relational regex subaddress copy
 
-# use berkeley db backend instead of skiplist
-annotation_db: berkeley
-mboxlist_db: berkeley
+# Uncomment to use berkeley db backend instead of skiplist:
+#annotation_db: berkeley
+#mboxlist_db: berkeley
 
 # Don't discard emails with identical message-id header (enabled by default):
 duplicatesuppression: 0





More information about the commits mailing list