Link to home
Start Free TrialLog in
Avatar of Christian Hans
Christian HansFlag for United States of America

asked on

Reconnected mailbox = #550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ##

After reconnecting an accidentally deleted user mailbox in Outlook 2010 SP3, users receive the following error when sending email.

IMCEAEX-       ....        #550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ##

Im sure this has something to do with the x500 or LegacyDN, but how would I get the old x500 and add it back as an alias to the reconnected mailbox, assuming that would fix the issue that is...

Thanks
Avatar of Amit
Amit
Flag of India image

You can find it in bounce back message. Add that dn value into user mailbox properties as X500.
ASKER CERTIFIED SOLUTION
Avatar of timgreen7077
timgreen7077

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Christian Hans

ASKER

Resolution
To resolve this issue, use the following method.

Create an X500 proxy address for the old LegacyExchangeDN attribute for the user
To create an X500 proxy address for the old LegacyExchangeDN attribute for the user, make the following changes based on the recipient address in the NDR:
Replace any underscore character (_) with a slash character (/).
Replace "+20" with a blank space.
Replace "+28" with an opening parenthesis character.
Replace "+29" with a closing parenthesis character.
Delete the "IMCEAEX-" string.
Delete the "@mgd.domain.com" string.
Add "X500:" at the beginning.
After you make these changes, the proxy address for the example in the "Symptoms" section resembles the following:

X500:/O=MMS/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=User-addd-4b03-95f5-b9c9a421957358d

Note The most common items will be replaced. However, there may be other symbols in the LegacyExchangeDN attribute that will also be changed from the way that they appear in the NDR. Generally, any character pattern of "+##" must be replaced with the corresponding ASCII symbol.