Thunderbird:Autoconfiguration: Difference between revisions

→‎Implementation: Update fetch-from-isp URLs per bug 534722.
No edit summary
(→‎Implementation: Update fetch-from-isp URLs per bug 534722.)
Line 90: Line 90:
#* 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 [https://bugzilla.mozilla.org/show_bug.cgi?id=534722  bug 534722].
## Try to contact http://autoconfig.<i>emailaddressdomain</i>/mail/config-v1.xml?emailaddress=<i>emailaddress</i> , e.g. http://autoconfig.example.com/mail/config-v1.xml?emailaddress=fred@example.com and see whether that host/URL exists. The returned file must have the [[Thunderbird:Autoconfiguration:ConfigFileFormat|ConfigFileFormat]] as below. As fallback, try http://<i>emailaddressdomain</i>/.well-known/autoconfig/mail/config-v1.xml . 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..)
Confirmed users
591

edits