Note: the feature only works with Outlook 2007 /w SP1
To use the new DNS SRV lookup method in order to locate the Exchange 2007 Autodiscover service, follow these steps.Note You must create the Autodiscover SRV record in the external DNS zone that matches the right side of your user's SMTP addresses. For example, if a user's primary SMTP address is user@contoso.com, the record must be created in the contoso.com external DNS zone. If you have multiple primary SMTP address domains in your organization, you must create an Autodiscover SRV record in each zone.
- In your external DNS zone, remove any HOST (A) or CNAME records for the Autodiscover service.
- Use the following parameters to create a new SRV record:
Service: _autodiscover Protocol: _tcp Port Number: 443 Host: mail.contoso.com
- to verify the DNS Srv record:
nslookup -q=srv _autodiscover._tcp.contoso.com and make it returns right host name, IP address and port 443.
In this example, the Autodiscover service does the following when the client tries to contact the Autodiscover service:
- Autodiscover posts to https://contoso.com/Autodiscover/Autodiscover.xml. This fails.
- Autodiscover posts to https://autodiscover.contoso.com/Autodiscover/Autodiscover.xml. This fails.
- Autodiscover performs the following redirect check: This fails.
- Autodiscover uses DNS SRV lookup for _autodiscover._tcp.contoso.com, and then "mail.contoso.com" is returned.
- Outlook asks permission from the user to continue with Autodiscover to post to https://mail.contoso.com/autodiscover/autodiscover.xml.
- Autodiscover's POST request is successfully posted to https://mail.contoso.com/autodiscover/autodiscover.xml
I have heard about another way of recover pst password. Besides, you can visit my blogs at: http://daspeac.livejournal.com/ or http://daspeac.blogspot.com/ where I’m trying to share my experience with regard to data corruption issues
ReplyDelete