Converting mbox to cyrus maildir w/ seen state preservation
Igor Brezac
igor at ipass.net
Mon Dec 22 15:14:13 EST 2003
On Mon, 22 Dec 2003, Miham KEREKES wrote:
> Hi,
>
> > > I have the following capabilities:
> > > * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS
> > > NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND
> > > SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=NTLM
> > > AUTH=DIGEST-MD5 AUTH=CRAM-MD5 LISTEXT LIST-SUBSCRIBED ANNOTATEMORE
>
> > mailutil is picking CRAM-MD5 up which does not support proxy
> > authentication. Stop advertising CRAM-MD5 on the cyrus side. Add /tls
> > which will allow mailutil to use PLAIN. PLAIN is the only mech
> > implemented by c-client which support proxy auth.
> After I've sent my previous message, I found a similar advice in
> archive.
> However, I can't find anywhere in the config files where I could stop
> CRAM-MD5 from being advertised.
> I searched in /etc/cyrus.conf and /etc/imapd.conf, without any success.
>
> Any docs or help suggested?
Add
sasl_mech_list: plain login digest-md5 ntlm
to /etc/imapd.conf
--
Igor
More information about the Info-cyrus
mailing list