We implemented autodiscover for our Exchange 2013 SP1 server and it it almost working properly except for the fact that the settings being pushed to the clients set the server name at the root domain name (i.e. SERVER = domainname.com) instead of the
FQDN of the expected server name (i.e. SERVER = server.domainname.com).
The SSL certificate applied to the Exchange Server works fine and has domainname.com, autodiscover.domainname.com and server.domainname.com as acceptable entries
RCA test is finishing successfully and following entries are set into autodiscover.xml file:
<Server>
<Type>MobileSync</Type>
<Url>https://server.domainname.com/Microsoft-Server-ActiveSync</Url>
<Name>https://server.domainname.com/Microsoft-Server-ActiveSync</Name>
</Server>
What should be done in order to have returned server name (on IOS or android) being set to server.domainname.com instead of domainname.com ?
Many thanks for your help.
Cedric