Ken Winke wrote:
> 
> I've begun my first attempt to configure Cyrus as an IMAP server and have
> some trouble getting imtest to work correctly.  I've followed the install
> based on the README and the Install Cyrus HOW-TO and everything seems to work
> up to this point.
> 
> When launching imtest -m login SERVER, I get a similar response to what's
> listed, but my CAPABILITIY line displays no AUTH= mechanisms.
> 
> S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
> NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT
> THREAD=REFERENCES IDLE X-NETSCAPE

What AUTH mechanisms did you compile into SASL?  You can check to see
what is installed by looking in /usr/lib/sasl.  If all you have is PLAIN
and/or LOGIN, then it won't show up in the CAPABILITY list unless your
connection is protected by a security layer (TLS or SSL).  If you have
support for TLS/SSL configured, try 'imtest -t "" -m login SERVER' as
you should see AUTH=PLAIN.

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to