We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

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