Confirmed users
528
edits
(Internet Draft) |
m (Add a link to the next steps.) |
||
Line 9: | Line 9: | ||
* [[Thunderbird:Autoconfiguration:Security|Security considerations]], [[Thunderbird:Autoconfiguration:Security_review_FetchConfigFromISP|Security review]] | * [[Thunderbird:Autoconfiguration:Security|Security considerations]], [[Thunderbird:Autoconfiguration:Security_review_FetchConfigFromISP|Security review]] | ||
* [[Thunderbird:Autoconfiguration:MozillaWebservicePublish|ISP configuration database]] | * [[Thunderbird:Autoconfiguration:MozillaWebservicePublish|ISP configuration database]] | ||
* [[Thunderbird:Autoconfiguration:NextSteps|Next Steps]] | |||
= Current situation = | = Current situation = | ||
Line 84: | Line 85: | ||
#* This is only for intranet deployments, we won't be shipping any configs by default anymore, in favor of the following alternatives. | #* This is only for intranet deployments, we won't be shipping any configs by default anymore, in favor of the following alternatives. | ||
# Try to get the configuration from the email provider (not yet implemented) | # Try to get the configuration from the email provider (not yet implemented) | ||
## Try to contact https://autoconfig.<i>emailaddressdomain</i>/mail/mozilla.xml?emailaddress=<i>emailaddress</i> , e.g. https://autoconfig.example.com/mail/mozilla.xml?emailaddress=fred@example.com and see whether that host/URL exists. The returned file must have the [[Thunderbird:Autoconfiguration:ConfigFileFormat|ConfigFileFormat]] as below. See [ | ## Try to contact https://autoconfig.<i>emailaddressdomain</i>/mail/mozilla.xml?emailaddress=<i>emailaddress</i> , e.g. https://autoconfig.example.com/mail/mozilla.xml?emailaddress=fred@example.com and see whether that host/URL exists. The returned file must have the [[Thunderbird:Autoconfiguration:ConfigFileFormat|ConfigFileFormat]] as below. See [ ]. | ||
## and/or, define a DNS TXT record on domain example.net (for my.account@example.net) which contains an URL like e.g. https://www.example.net/mozilla.xml , which also returns this file format. A similar, but slightly different proposal is described in detail on [[Thunderbird:Autoconfiguration:DNSBasedLookup|DNSBasedLookup]]. | ## and/or, define a DNS TXT record on domain example.net (for my.account@example.net) which contains an URL like e.g. https://www.example.net/mozilla.xml , which also returns this file format. A similar, but slightly different proposal is described in detail on [[Thunderbird:Autoconfiguration:DNSBasedLookup|DNSBasedLookup]]. | ||
## and/or use DNS SRV records _imap._tcp.example.com etc. (Problem: Doesn't provide username form etc..) | ## and/or use DNS SRV records _imap._tcp.example.com etc. (Problem: Doesn't provide username form etc..) | ||
Line 105: | Line 106: | ||
* The newsgroup discussion is at news://news.mozilla.org:119/mozilla.dev.apps.thunderbird (Subject: '''Proposal: Auto-configuration''', Date: 2008-03-04) | * The newsgroup discussion is at news://news.mozilla.org:119/mozilla.dev.apps.thunderbird (Subject: '''Proposal: Auto-configuration''', Date: 2008-03-04) | ||
* [ | * [ ] [ ] [https://hg.mozilla.org/users/dascher_mozilla.com/autoconfig/ hg branch] | ||
* [http://groups.google.com/group/ispdb Google discussion group about ISPDB] | * [http://groups.google.com/group/ispdb Google discussion group about ISPDB] | ||
* The old/current RDF file format is documented at [http://developer.mozilla.org/en/docs/Thunderbird_ISP_hooks Thunderbird ISP hooks] | * The old/current RDF file format is documented at [http://developer.mozilla.org/en/docs/Thunderbird_ISP_hooks Thunderbird ISP hooks] |