I'm curious how (mostly hosters) are dealing with the cPanel autodiscover conflict? The problem is it seems cPanel uses the same /Autodiscover/Autodiscover.xml setup as Exchange does. When Outlook does an autodiscover lookup it starts in this order:
- https://roodomain.com/autodiscover/autodiscover.xml
- https://autodiscover.rootdomain.com/autodiscover/autodiscover.xml
- http://autodiscover.rootdomain.com/autodiscover/autodiscover.xml
- _autodiscover._tcp.rootdomain.com SRV
So it is not uncommon for someone to have Office365 or another Exchange hosting provider for their email but have a separateweb hosting company for their website (most of the time the company that develops the website ends up hosting it in my case).
So the issue is since cPanel has autodiscover for the root domain Outlook tries configuring that instead of moving on to the CNAME for autodiscover using the redirect method (which is what Microsoft tells us hosters to do).
I don't see a way to disable this autodiscover in cPanel on a per domain level. Just wanted some ideas/inputs from you all