diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-04-24 15:38:24 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2008-04-24 15:38:24 +0000 |
commit | 0c7436304c07d5cc256b5ec84a05e6ce18601748 (patch) | |
tree | eaf707e41c4335a8aa857faf3ebeac21dbad08e9 /mail | |
parent | Argh. The cURL build requires Perl. (diff) |
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
Notes
Notes:
svn path=/head/; revision=211889
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd23/files/imapd.conf | 6 | ||||
-rw-r--r-- | mail/cyrus-imapd24/files/imapd.conf | 6 |
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 # |