Our public-facing domain name changed last year, but active directory still uses the old domain name. This didn't pose a problem until we updated the SSL certificate in Exchange 2010. Now, even after changing AutoDiscoverServiceInternalUri
on the Client Access Server, and remapping all Virtual Directories, Outlook clients are still displaying a single stubborn certificate warning.
When running the Test Email AutoConfiguration Tool from the Outlook client, I noted that the EXCH
provider is referencing hostname.old-domain.com, while the EXPR
provider is correctly mapped to mail.new-domain.com, as EXCH
should be.
<Protocol>
<Type>EXCH</Type>
<Server>EXCH-1.old-domain.com</Server>
...
</Protocol>
<Protocol>
<Type>EXPR</Type>
<Server>mail.new-domain.com</Server>
...
</Protocol>
Is it possible to update this section of Autodiscover without changing the AD domain suffix?
Update: It seems that the error is only appearing for internally connected clients on LAN.