I'm getting this error when I try to login to my Mail Server (IMAP): "Clear text login is disabled and none of other supported authentication methods is accepted by the server"

Any idea?

asked 20 Jul '11, 20:40

chamorro's gravatar image

chamorro
15
accept rate: 0%


This means that the Exchange server has been configured to require a secure authentication method. To log in, you either have to:

1) Try authenticating using NTLM by caling Imap object's `Login(userName, password, ImapAuthentication.Ntlm). Please note that Rebex Mail 1.0.3588.0 and later attempts this automatically. In Rebex Mail 1.0.3723.0 and later, you can try GSSAPI/Kerberos as well (ImapAuthentication.GssApi).

2) Establish an SSL-protected connection to the server before authenticating (needs Rebex Secure Mail or Rebex Secure IMAP).

link

answered 21 Jul '11, 13:15

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×76

Asked: 20 Jul '11, 20:40

Seen: 595 times

Last updated: 21 Jul '11, 13:15