Confirmed users
528
edits
m (Add a link to the next steps.) |
m (Fix the missing links.) |
||
Line 85: | 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 [https://bugzilla.mozilla.org/show_bug.cgi?id=534722 bug 534722]. | ||
## 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 106: | 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] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=450710 Bug 450710] [https://bugzilla.mozilla.org/show_bug.cgi?id=422814 Bug 422814] [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] |