Link to home
Start Free TrialLog in
Avatar of gopher_49
gopher_49

asked on

how to enable Autodiscover in a multitenancy environment

I have autodiscover working in my environment, however, I want my multi-tenant users to be able to utilize it.  So..  Since all of my DNS records are for my domain how to do I add it to theirs?  I assume I create autodiscover.customerdomain.com to their public DNS records.. But..  what do I have to do on my end?
ASKER CERTIFIED SOLUTION
Avatar of Mohd_Shaikh
Mohd_Shaikh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gopher_49
gopher_49

ASKER

Simon,

I created a SRV record on GoDaddy... Everything seemed okay except what do I name it?  I know everything else.. Just not sure about the name field.

Below are the fields and what put in each field.. Just not sure about the name field.

service: _autodiscover
protocol: _tcp
priority: 0
weight: 0
port number: 443
target: autodiscover.mydomain.com
As long as you don't have autodiscover.example.com in the same domain (so you are putting the SRV records in to the other domains to point to the primary) then what you have is correct.

Simon.