Internally it shouldn't matter unless you have clients who aren't on the domain. Outlook should pull the information that it needs from the Active Directory.
Simon.
Main Topics
Browse All TopicsI am trying to resolve a couple autodiscovery and OAB issues I am having with Exchange 2007. I found this link which talks about creating a SRV record for autodiscovery:
http://support.microsoft.c
My question is, we have a domain at the office which is the same as our external domain (mydomain.com). I have created this record on our internal DNS server with no effect. Do I need to have this record created externally?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I will check with my ISP on if they support SRV records. We plan to use Outlook Anywhere both internally for a couple clients, as well as externally.
I did create the SRV record in my forward lookup zone (mydomain.com).
Service: _autodiscover
Protocol: TCP
Port Number: 443
Host offering this service: mail.mydomain.com
When I run nslookup on my internal DNS server though it says it cant find autodiscover._tcp.mydomain
Business Accounts
Answer for Membership
by: Chris-DentPosted on 2007-11-13 at 12:12:25ID: 20274635
It depends where you wish to use it. If it's for external use then you must also add it to the external DNS server (if they support SRV Records).
If it's internally, exactly what have you added? It should resolve if you do:
nslookup
set type=srv
_autodiscover._tcp.mydomai
Under the Forward Lookup Zone in the DNS Console you should see mydomain.com, then _tcp (looks like a folder), then the _autodiscover record.
Chris