Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2008 14:39:21 -0500 (CDT)
From:      "Sean C. Farley" <scf@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ume@FreeBSD.org
Subject:   ports/122995: [PATCH] mail/cyrus-imapd: add statuscache_db option to imapd.conf
Message-ID:  <200804221939.m3MJdLSE001773@thor.farley.org>
Resent-Message-ID: <200804221940.m3MJe3Qa068376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122995
>Category:       ports
>Synopsis:       [PATCH] mail/cyrus-imapd: add statuscache_db option to imapd.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 22 19:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sean C. Farley
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Apr 18 12:42:50 CDT 2008
>Description:
This adds 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.

Port maintainer (ume@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cyrus-imapd-2.3.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/cyrus-imapd23.orig/files/imapd.conf /usr/ports/mail/cyrus-imapd23/files/imapd.conf
--- /usr/ports/mail/cyrus-imapd23.orig/files/imapd.conf	2004-11-22 02:15:15.000000000 -0600
+++ /usr/ports/mail/cyrus-imapd23/files/imapd.conf	2008-04-22 09:31:52.000000000 -0500
@@ -279,6 +279,12 @@
 #
 #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
 #
--- cyrus-imapd-2.3.12.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804221939.m3MJdLSE001773>