Problem
You have several remote users who are trying to set up their Outlook via the Outlook Anywhere service using Autodiscover to detect the settings but all of them are continuously prompted for their password. The process looks similar to the following:
You enter the appropriate information:
The wizard proceeds to use the autodiscover service to set up the mailbox:
The user then receives a password prompt:
The user proceeds to type in their password but continuously gets prompted as shown above and after 3 or 4 attempts, the user is presented with the following:
An encrypted connection to your mail server is not available.
Click Next to attempt using an unencrypted connection.
Solution
Assuming your autodiscover service is set up appropriately and verified with the Microsoft Remote Connectivity Analyzer (https://testconnectivity.microsoft.com/) tool, this issue may be because your internal domain is different than your external SMTP domain. In this example, the external SMTP domain is <someDomain>.com but the internal domain is <someDomain>.local. This means that the user’s default UPN login is actually <username>.<someDomain>.local and not <username>.<someDomain>.com. If we look closing to the default login username presented to the user, we will see that it has defaulted to the user’s email address which is not a valid login for the user:
One of the workarounds in this situation is to add a new UPN suffix to the domain with the external domain in Active Directory Domains and Trusts then change the user’s Account tab to use the new UPN:
If adding a new UPN suffix is not acceptable, the user can configure their mailbox by select User another account and change the login username to domainusername:
Doing so will allow the user to successfully configure their mailbox:
I find this simple issue can throw a lot of administrators off so I hope this post would help save someone’s time.
2 Responses
Great blog and amazing feature.. Thanks a lot!!!! Works like a charm
Wow…the only solution that worked for me….after trying for 2 hours….thanks a lot..