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!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

autoconfig applying

  • 4 trả lời
  • 1 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi slit8809

more options

Hi!

I have two domains: domain1.com and domain2.com.

Domain1.com binds to directory at host1, but mail server for domain1.com locates at host2 with domain2.com.

I place config-v1.1 for domain1.com at https:// autoconfig.domain2.com/mail/

Then I create CNAME DNS record autoconfig.domain2.com for autoconfig.domain1.com.

TB can't find settings...

What is wrong? What is propper way to set up config file in my case?

Hi! I have two domains: domain1.com and domain2.com. Domain1.com binds to directory at host1, but mail server for domain1.com locates at host2 with domain2.com. I place config-v1.1 for domain1.com at https:// autoconfig.domain2.com/mail/ Then I create CNAME DNS record autoconfig.domain2.com for autoconfig.domain1.com. TB can't find settings... What is wrong? What is propper way to set up config file in my case?

Tất cả các câu trả lời (4)

more options

I would guess if your email address contains @domain1.com then you should have the autoconfig at https:// autoconfig.domain1.com/mail/

Thunderbird basically learns where the domain is from the email address, so it is not going to be looking on a server with a different domain for the auto config. At least that is what I remember from about 10 years ago.

more options

But if I do not have opportunity to place *.xml exactly at https://autoconfig.domain1.com/mail/ ?

more options
more options

Of course, but I miss something...

1) I create CNAME record:

autoconfig.domain1.com CNAME autoconfig.domain2.com

2) I have apache2 in docker container on host2 with connection over https. So, I create then mail directory with config-v1.1.xml in apache root.

3) XML-file is successfuly obtained in browser but TB can't find settings...

P.S. I also tried to use hard redirect by .htaccess rule: RedirectMatch ^/$ /mail/ but nothing.