Changes

Jump to: navigation, search

Thunderbird:Autoconfiguration:ConfigFileFormat

68 bytes removed, 12:30, 2 April 2010
XML: Some updates to auth etc.
-->
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication> <!-- "plainpassword-cleartext" (deprecated), "password-cleartextplain"(deprecated):
Send password in the clear
(dangerous, if SSL isn't used either).
AUTH PLAIN, LOGIN etc.or protocol-native login. "password-encrypted", "secure" (deprecated): Auto-negotiate a A secure encrypted password mechanism.
Can be CRAM-MD5 or DIGEST-MD5. Not NTLM.
"NTLM":
Use Kerberos / GSSAPI,
a single-signon mechanism used for big sites.
"secure" (deprecated):
Auto-negotiate a secure auth mechanism.
Can be CRAM-MD5, DIGEST-MD5,
KerberosV4, GSSAPI (Kerberos v5) etc..
"client-ip-based":
The server recognizes this user based on the IP address.
No authentication
Compatibility note: Thunderbird 3.0 accepts only "plain" and "secure". It will ignore the whole XML file, if other values are given.
<authentication>password-cleartext</authentication>
<pop3>
<!-- remove the following and leave to client/user? -->
<socketType>STARTTLS</socketType> <!-- see above -->
<username>%EMAILLOCALPART%</username> <!-- if smtp-auth -->
<authentication>plain</authentication>
<!-- smtp-auth (RFC 2554, 4954) or other auth mechanism.
For values, see incoming.
It will ignore the whole XML file, if other values are given.
-->
<authentication>password-cleartext</authentication>
<!-- remove the following and leave to client/user? -->
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>true</useGlobalPreferredServer>
</identity>
<!-- see description . Not yet supported. -->
<inputField key="USERNAME" label="Screen name"></inputField>
<inputField key="GRANDMA" label="Grandma">Elise Bauer</inputField>
Confirm
596
edits

Navigation menu