Re: db4 problems with cyrus 2.1.16

2005-10-22 Thread Huaqing Zheng
On 10/22/05, Febo Aristots <[EMAIL PROTECTED]> wrote: > > > >The BerkeleyDB code in cyrus-imapd has a number of issues that I've > >never been able to work out fully. I ended up switching to skiplist > >(despite of its performance penalty for random lookups) which pretty > >much solved all my

Fwd: db4 problems with cyrus 2.1.16

2005-10-22 Thread Febo Aristots
>The BerkeleyDB code in cyrus-imapd has a number of issues that I've >never been able to work out fully.  I ended up switching to skiplist >(despite of its performance penalty for random lookups) which pretty >much solved all my problems.  I'd recommend that you look at doing the >same. Is it pos

Re: db4 problems with cyrus 2.1.16

2005-10-17 Thread Huaqing Zheng
On 10/17/05, Febo Aristots <[EMAIL PROTECTED]> wrote: > > >From: Febo Aristots <[EMAIL PROTECTED]> > >Date: Oct 17, 2005 6:16 PM > >Subject: db4 problems with cyrus 2.1.16 > >To: info-cyrus@lists.andrew.cmu.edu > > >I have had a bad problem with a se

Fwd: db4 problems with cyrus 2.1.16

2005-10-17 Thread Febo Aristots
>From: Febo Aristots <[EMAIL PROTECTED]>>Date: Oct 17, 2005 6:16 PM>Subject: db4 problems with cyrus 2.1.16>To: info-cyrus@lists.andrew.cmu.edu>I have had a bad problem with a seemingly corrupted mailboxes.db with cyrus-imap 2.1.16  I seem to have solved the problem this w

db4 problems with cyrus 2.1.16

2005-10-17 Thread Febo Aristots
I have had a bad problem with a seemingly corrupted mailboxes.db with cyrus-imap 2.1.16 the problem started with this log entries: Oct 17 03:27:21 mail ctl_cyrusdb[9217]: DBERROR db4: DB_LOGC->get: log record ch ecksum mismatch Oct 17 03:27:21 mail ctl_cyrusdb[9217]: DBERROR db4: DB_LOGC->get: cat

Upgrade Cyrus 2.1.16 to 2.2.8 & Berkeley DB woes

2004-11-03 Thread bnies
Hi, The documentation at http://asg.web.cmu.edu/cyrus/download/imapd/install-upgrade.html says that one can use the command cvt_cyrusdb to convert Cyrus 2.1.x Berkeley database files to Cyrus 2.2.x skiplist files. Unfortunately this does not work if Cyrus 2.1.16 is linked against Berkeley DB

Cyrus 2.1.16

2004-05-19 Thread Daniel
I have read the list and seen that 2.1.16 is expected to be the final release of the 2.1.x series. But is there a patch planned to fix the problem where the flag status isn't syncronised between the cyrus process's? Or at least include a warning in the documentation about it. I have just migrat

sieveshell authentication with debian testing - cyrus 2.1.16

2004-03-13 Thread MacManitou
knows if this might be a problem with the debian cyrus 2.1.16 package? On the other hand it could be my fault and I am really to blind to see it ;). The authentication chain should be saslauthd (pam shadow) -> pam -> sasldb. The user cyrus exists in the shadow and also in the sasldb. If I onl

Re: Question on installing cyrus 2.1.16 on FreeBSD 4.9

2003-12-31 Thread Will Prater
Jason, I would check out the port and its patches as well as what dependencies it claims. This should help you. Regards On Dec 31, 2003, at 12:08 PM, Jason Williams wrote: Hello everyone. I was taking the advice suggested to me about getting started with cyrus-imapd. Im basically downloading

Re: Question on installing cyrus 2.1.16 on FreeBSD 4.9

2003-12-31 Thread Jason Williams
Ignore me...I had a major brain lapse or freeze or both. :) Figured out the initial problem, but now getting this when I run "make" gcc -c -I.. -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -Wall -g -O2 cyrusdb_db3.c cyrusdb_db3.c:88: syntax error before `*' cyrusdb_db3.c:88: warning: type def

Question on installing cyrus 2.1.16 on FreeBSD 4.9

2003-12-31 Thread Jason Williams
Hello everyone. I was taking the advice suggested to me about getting started with cyrus-imapd. Im basically downloading and compiling both cyrus-imapd and sasl by hand, so I can get a feel for everything and learn it all. Of course, I could use ports tree (which eventually I will) but that is

migrate from cyrus 1.6.22 to cyrus 2.1.16

2003-12-28 Thread Ronen Amity
i have installed the new cyrus on a new computer. is this the correct procedure to migrate all info ? 1) tar the /var/spool/imap to the new locations. 2)  Convert mailboxes file to Berkeley DB:     su cyrus     cd /var/imap     ctl_mboxlist -u < mailboxes     ctl_cyrusdb -c 3) r