I built a new domain and a new exchange 2013 server. I have set the internal url and external url to be the same. I am having issues configuring DNS to access the internal url.
ex. domain name = ad.company.com
ex. exchange server name = mx1 - (fqdn=mx1.ad.company.com)
ex. internal and external url = mail.company.com
I am unsure of how to correctly setup dns so I can access the ecp by the following url
I can access ecp and owa from https://localhost/ecp and https://localhost/owa without issue.
Does it make sense to create a cname of:
alias = mail
fqdn = mail.ad.company.com
fqdn target host = mail.company.com
?