All.
I am nearing the completion of the setup of our Exchange Server. The process has been a challenge, but I have enjoyed learning new things.
What I am working on now is setting up the autodiscover.
I cannot find any good information on properly setting up the external.
Does the External URL have to reside on the Exchange Server, or can it be on the Web Server?
If it has to be on the Exchange Server, what port do I have to assign in my router for it, as the 443 is for the Web Server?
The internal link is this.
https://mail-03.domain1.local/EWS/Exchange.asmx
I found a script for creating the link.
Set-WebServicesVirtualDirectory -Identity Contoso\EWS(Default Web Site) -ExternalUrl
https://www.contoso.com/EWS/exchange.asmx -BasicAuthentication $true -InternalUrl
https://contoso.internal.com/EWS/exchange.asmx
I have many domains which will have an email for each in the Exchange Server.
So I am assuming I will need to set up the linkage for each domain.
Using Thunderbird Email Client, it looks for the
https://www.contoso.com/EWS/exchange.xml
not .asmx, so does that mean I will have to set up for both of them, and if so, how?
The files in the folder for the internal URL are config files.
Do I need to copy this folder to the External URL Folder and point the link at it?
I found this information about the DNS here SE/SF Autodiscover does not work - Exchange 2016
But he does not provide enough information in his write-up on the DNS.
Do I need to add the DNS entry in the
- DC Server DC DNS
- Web Server DNS
Thanks for any information you all can help me with. And if there has already been an explanation on SE for this information, by all means, please provide a link, as it did not show up in the suggestions for the title.
--UPDATE-- (I will post more as I continue reading)
I have many domains for all our different company sites.
I used LetsEncrypt for the SSL Cert for all the domains in a single Cert using the Wildcard method.
Within our IIS Server, each domain has an autodiscover.domain.com Binding.
In the SSL Cert, each domain shows that autodiscover. Subdomain binding.
Reading what "joyceshen" supplied in her post.
Http redirect: (With a cert with multiple domains, will I still have to use something like this?)
SRV autodiscover method: (This is the one I will test out first and see how it goes. I might use it if it works.)
--UPDATE DAY II--
I am making progress.
I am using the Redirect Method; with all DNS entries done, I could load Outlook with autodiscover.domain1.com.
I was able to load Outlook through the external domain because I followed the information on the DNS for the Internal DNS and created the two zones, Mail and Autodiscover.domain1.com, which is the reason I was able to load it. I still have not been able to load it through the actual external method yet for the redirect.
Thanks, Wayne