One of the newest features of Outlook 2007SP1 combined with Exchange 2007 is the ability for Outlook to automatically configure itself to an Exchange 2007 server.  The main benefit is for remote users to use Outlook on the Internet as if it was connected on the LAN – this is called Outlook Anywhere or Outlook RPC over HTTP.  This is very easily accomplished by having a specific DNS record available for the domain.

Unfortunately most documentation provided uses the assumption that you are serving DNS from a Microsoft DNS server – good try Microsoft.  There is an easy way to serve the same record from BIND under Linux/UNIX.  Create the DNS record as follows:

_autodiscover._tcp.domain.com. SRV 0 0 443 webmail.domain.com.

Where ‘webmail’ specifies the external address of the Exchange 2007 server.

To test the Autodiscover feature of Outlook 2007SP1, start Outlook and while holding the Control key, right-click the Outlook icon and there will be an option to “Test E-Mail Autoconfiguration”.

No related posts.

2 Responses to “Creating an Outlook 2007SP1 Autodiscover DNS Record with BIND”
  1. Dale says:

    I think you may be missing the “IN”:

    _autodiscover._tcp.domain.com. IN SRV 0 0 443 webmail.domain.com.

    Reply to this comment

  2. Mark Valpreda says:

    Try
    _autodiscover._tcp SRV 0 100 443 webmail.domain.com.

    Reply to this comment

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>