搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Thunderbird:Autoconfiguration - how do I debug this?

  • 1 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 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.

所有回覆 (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