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
>
>
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
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
>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