How can I force my Microsoft Outlook 2007 client to a particular autodiscovery server?
August 19, 2007
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:
MicrosoftAbout the Author
You May Also Like