How can I force my Microsoft Outlook 2007 client to a particular autodiscovery server?

John Savill

August 19, 2007

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. By default, Outlook 2007 clients try to discover their configuration automatically by searching for various DNS records based on the user’s email address. However, you can use an XML file to force Outlook to a particular address for a domain without using DNS records, or perhaps you want to override what might be configured in DNS.

First, create an XML file of the format below:

redirectUrl https://exchange.savilltech.com/autodiscover/autodiscover.xml Now, you need to link to the XML file in the registry. To do so, open your favorite registry editor (e.g., regedit.exe), and go to the HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookAutoDiscover subkey. From the Edit menu, select New, String Value. Enter the name of the domain (e.g., savilltech.com), set the value to the location of the XML file (e.g., D:autoautodiscover.xml), and click OK. Close the registry editor.Finally, open the computer’s Hosts file in the C:WindowsSystem32driversetc folder and add an autodiscover.(domain) record for the 127.0.0.1 address (loopback). For example,127.0.0.1 autodiscover.savilltech.comWhen you restart Outlook, the system will use the new autodiscover location.

Read more about:

Microsoft

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like