diff options
author | Sascha Wilde <wilde@intevation.de> | 2009-12-16 17:26:23 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2009-12-16 17:26:23 (GMT) |
commit | 2cb3ca9f8997468e944723583f45bb1b8a39d512 (patch) | |
tree | 2206a3325b3fbb28258145280c552d7d6585be13 | |
parent | 675dde7d86e4dca23c1e77d9b57c02e3b78e3b78 (diff) | |
download | kolab-conf-2cb3ca9f8997468e944723583f45bb1b8a39d512.tar.gz |
Changed default format for imapd databses back to skiplist. (kolab/issue840)
-rw-r--r-- | conf/templates/imapd.conf.template.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/templates/imapd.conf.template.in b/conf/templates/imapd.conf.template.in index 145dfc2..e2f7f8c 100644 --- a/conf/templates/imapd.conf.template.in +++ b/conf/templates/imapd.conf.template.in @@ -81,9 +81,9 @@ mailnotifier: mailto # 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 |