Exchange 2013 - DNS Records for Accepting Multiple Domains
Posted
by
William
on Server Fault
See other posts from Server Fault
or by William
Published on 2013-11-10T07:51:12Z
Indexed on
2013/11/10
9:58 UTC
Read the original article
Hit count: 311
I have an Exchange 2013 server accepting two domains: domain1.com and domain2.com.
All of the exchange services (OWA, ECP, POP3, SMTP, etc.) can be found via the address mail.domain1.com.
So, in the DNS records for domain1, I have the following entries:
MX Record mail.domain1.com
A Record mail.domain1.com -> (IP Address of Server)
CNAME Record autodiscover.domain1.com -> mail.domain1.com
Now, for domain2.com, how would I set up the DNS records? Would I have the autodiscover just be a cname for autodiscover.domain1.com? Would this allow me to leverage the certificates that I have installed for domain1?
© Server Fault or respective owner