0

I've set up a new Exchange 2010 server and have OWA working. However, we're having trouble using email addresses as the user name.

Our AD domain is company.local, but our email addresses are company.com. When I set OWA to authenticate using UPN I'm able to log in with name@company.local but not name@company.com.

Is there any way to allow Exchange to use email addresses as the user name or to set Active Directory to authenticate with both company.local and company.com?

rrahl
  • 3
  • 1
  • 1
  • 2
  • 1
    An email address isn't a UPN. If you want them to logon with their email address then you'll need to create a UPN for company.com. – joeqwerty Apr 26 '13 at 17:50

2 Answers2

3

You can set the UPN to be the same as their email addresses, by adding company.com as a UPN suffix:

Adding a UPN Suffix to a Forest

  • Open Active Directory Domains and Trusts.
  • Right-click Active Directory Domains and Trusts in the Tree window pane, and then click Properties.
  • On the UPN Suffixes tab, type the new UPN suffix that you would like to add to the forrest.
  • Click Add, and then click OK.

Now when you add users to the forest, you can select the new UPN suffix to complete the user's logon name.

Source: KB243629

Mathias R. Jessen
  • 25,161
  • 4
  • 63
  • 95
  • The second step is to change everyone's UPN to match their email address. There's probably a powershell command to do it for all users in one shot, but I can't remember what it is. – Grant Apr 26 '13 at 17:57
  • My concern with doing this was that users wouldn't be able to log in with their company.local accounts, but I've done some testing and that doesn't appear to be the case. Thanks for the suggestion. – rrahl Apr 26 '13 at 18:31
2

Is the part before @ the same as their AD login (ie. Domain login is joe@company.local and email address is joe@company.com)? If so (or honestly even it is isn't), why mess with confusing them? Just let them login with their Windows userID (ie. joe) and their password.

Assumption: you only have the single domain that holds Exchange users.

enter image description here

TheCleaner
  • 32,627
  • 26
  • 132
  • 191