aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2008-04-24 23:38:24 +0800
committerume <ume@FreeBSD.org>2008-04-24 23:38:24 +0800
commit255d525c504697df3a958010eb3398b2a9857ce5 (patch)
treeabccdfe5f627321dd3644881f2df1a39505daa23 /mail
parentdb79e7a35576b65edd8fc9511841265e0f57ecd4 (diff)
downloadfreebsd-ports-gnome-255d525c504697df3a958010eb3398b2a9857ce5.tar.gz
freebsd-ports-gnome-255d525c504697df3a958010eb3398b2a9857ce5.tar.zst
freebsd-ports-gnome-255d525c504697df3a958010eb3398b2a9857ce5.zip
Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,
this will need to be set to skiplist else messages such as the following will result: "Fatal error: cyrusdb backend berkeley-nosync not supported" This patch just makes it a bit easier to find. PR: ports/122995 Submitted by: scf
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd23/files/imapd.conf6
-rw-r--r--mail/cyrus-imapd24/files/imapd.conf6
2 files changed, 12 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/files/imapd.conf b/mail/cyrus-imapd23/files/imapd.conf
index d0f32d1bbe81..3c73402c12de 100644
--- a/mail/cyrus-imapd23/files/imapd.conf
+++ b/mail/cyrus-imapd23/files/imapd.conf
@@ -279,6 +279,12 @@ sievedir: /var/imap/sieve
#
#seenstate_db: skiplist
+# The cyrusdb backend to use for the imap status cache.
+# Allowed values: berkeley, berkeley-nosync, berkeley-hash,
+# berkeley-hash-nosync, skiplist
+#
+#statuscache_db: berkeley-nosync
+
# The cyrusdb backend to use for the subscriptions list.
# Allowed values: flat, berkeley, skiplist
#
diff --git a/mail/cyrus-imapd24/files/imapd.conf b/mail/cyrus-imapd24/files/imapd.conf
index d0f32d1bbe81..3c73402c12de 100644
--- a/mail/cyrus-imapd24/files/imapd.conf
+++ b/mail/cyrus-imapd24/files/imapd.conf
@@ -279,6 +279,12 @@ sievedir: /var/imap/sieve
#
#seenstate_db: skiplist
+# The cyrusdb backend to use for the imap status cache.
+# Allowed values: berkeley, berkeley-nosync, berkeley-hash,
+# berkeley-hash-nosync, skiplist
+#
+#statuscache_db: berkeley-nosync
+
# The cyrusdb backend to use for the subscriptions list.
# Allowed values: flat, berkeley, skiplist
#