搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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