Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Thunderbird:Autoconfiguration - how do I debug this?

  • 1 wótegrono
  • 1 ma toś ten problem
  • 6 naglědow
  • Slědne wótegrono wót Matt

more options

I am trying to setup support for Thunderbird Autoconfiguration, to make it easier for people to configure the software.

I have read the documentation that I can find, Thunderbird makes a ton of requests to different URLs. I've tried to make it happy buy having as many of the different URL's it is contacting return the info.

https://autoconfig.example.com/mail/config-v1.1.xml?emailaddress=user%40example.com

I can see both from the website & the developer tools, it is getting the config file back. No error in the client, other than to say 'Thunderbird failed to find the settings for your email account'.

My question is, how can I debug the issue? It is clearly getting the config file back, but there must be an issue with the config file that is preventing it from using the data in the file.

I am trying to setup support for Thunderbird Autoconfiguration, to make it easier for people to configure the software. I have read the documentation that I can find, Thunderbird makes a ton of requests to different URLs. I've tried to make it happy buy having as many of the different URL's it is contacting return the info. https://autoconfig.example.com/mail/config-v1.1.xml?emailaddress=user%40example.com I can see both from the website & the developer tools, it is getting the config file back. No error in the client, other than to say 'Thunderbird failed to find the settings for your email account'. My question is, how can I debug the issue? It is clearly getting the config file back, but there must be an issue with the config file that is preventing it from using the data in the file.

Wšykne wótegrona (1)

more options

The idea is to have just one return valid data.

The issue is what scenario, small company domain host?

All I can suggest is the source for getting the configs. https://searchfox.org/comm-central/source/mail/components/accountcreation/FetchConfig.jsm which will provide definitive details on what is searched.

One thing that sometimes traps folk is the files must be Unicode text, not windows ANSI/ASCII which they often get from Microsoft products by default. (windows notepad has an explicit save as dialog option if you are unsure)

Then there is the general new account stuff https://searchfox.org/comm-central/source/mail/components/accountcreation