On Mon, 22 Dec 2003, Ken Murchison wrote:

> Igor Brezac wrote:
>
> >
> > 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
>
> LOGIN and NTLM don't support proxying either.

I know.  I was trying to duplicate his setup minus cram-md5.

For this conversion he just needs
sasl_mech_list: plain

-- 
Igor

Reply via email to