Re: problems with authentication

2005-10-22 Thread Andreas Winkelmann
Am Saturday 22 October 2005 20:34 schrieb Andrzej Kwiatkowski: > I want to do authentication over PGSQL without pam. > > So, my imapd.conf looks like: > > configdirectory:/opt/mail/cyrus1/var/config > hashimapspool: 0 > > partition-default: /opt/mail/cyrus1/var/mailboxes > >

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

problems with authentication

2005-10-22 Thread Andrzej Kwiatkowski
Hello. I want to do authentication over PGSQL without pam. So, my imapd.conf looks like: configdirectory:/opt/mail/cyrus1/var/config hashimapspool: 0 partition-default: /opt/mail/cyrus1/var/mailboxes allowplaintext: 1 sasl_mech_list: plain login sasl_pwcheck_method: au

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