I don't have AUTH=NTLM. This is strange. Is there something wrong with the mandrake 10 rpm's?
[EMAIL PROTECTED] imap]# telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
* OK cyrus.ambranet.com Cyrus IMAP4 v2.2.6 server ready
. CAPABILITY
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE STARTTLS
. OK Completed
Pascal Gienger wrote:
I have a Mandrake 10 distribution and the packages: libsasl2-plug-ntlm-2.1.15-10mdk.i586.rpm libsasl2 cyrus-sasl And I compiled cyrus-imapd-2.2.6.
When I try to login using SPA - The mail client(Outlook) says:
"General authentication failure. None of the authentication methods supported by your IMAP server(if any) are supported on this computer"
Try ". CAPABILITY" after doing a telnet to your IMAP Server, Port 143.
It should read something like this:
schnucki:~ pascal$ telnet localhost 143
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* OK schnucki Cyrus IMAP4 v2.2.3 server ready
. CAPABILITY
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE IDLE AUTH=OTP AUTH=NTLM AUTH=GSSAPI AUTH=DIGEST-MD5 AUTH=CRAM-MD5 SASL-IR
. OK Completed
You *MUST* see an "AUTH=NTLM".
Some people reported that some versions of Outlook Express and Outlook only accept NTLM if it's presented as the first choice. Since I don't use Windows and therefore does not have Outlook nor Outlook Express, others must confirm this.
Pascal
--- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html