Confirmed users
591
edits
(→XML) |
(→XML: Fix auth values a bit) |
||
Line 33: | Line 33: | ||
Send password in the clear | Send password in the clear | ||
(dangerous, if SSL isn't used either). | (dangerous, if SSL isn't used either). | ||
PLAIN, LOGIN etc.. | |||
"password-encrypted": | "password-encrypted": | ||
Auto-negotiate a secure encrypted password mechanism. | Auto-negotiate a secure encrypted password mechanism. | ||
Can be CRAM-MD5 or DIGEST-MD5 | Can be CRAM-MD5 or DIGEST-MD5. Not NTLM. | ||
"NTLM": | "NTLM": | ||
Use NTLM (or NTLMv2 or successors), | Use NTLM (or NTLMv2 or successors), | ||
the Windows login mechanism. | the Windows login mechanism. | ||
" | "GSSAPI": | ||
Use Kerberos / GSSAPI, | Use Kerberos / GSSAPI, | ||
a single-signon mechanism used for big sites. | a single-signon mechanism used for big sites. | ||
Line 73: | Line 73: | ||
authenticate to incoming mail server first | authenticate to incoming mail server first | ||
before contacting the smtp server. | before contacting the smtp server. | ||
Compatibility note: Thunderbird 3.0 accepts only "plain", "secure", "none", and "smtp-after-pop". It will ignore the whole XML file, if other values are given. | Compatibility note: Thunderbird 3.0 accepts only "plain", | ||
"secure", "none", and "smtp-after-pop". | |||
It will ignore the whole XML file, if other values are given. | |||
--> | --> | ||
<addThisServer>true</addThisServer> | <addThisServer>true</addThisServer> |