Exchange 2003 Change Name – Rename Account
Problem:
You renamed an account on your Exchange 2003 server but the FROM address still shows the old name when the user sends an email.
Solution:
Outlook will pull the legacyExchangeDn value to populate what’s in the <> portion of the field. Use ADSIedit to check this value for the user, as it is probably still set as the value of the old name.
If you MUST change the legacyExchangeDN value, make sure that you add the OLD legacyExchangeDN value as an X500 address on the user account. This will allow replies to still work because the address Outlook tells Exchange to use is still valid.
X500 Setup:
- Start the Active Directory Users and Computers snap-in. To do so:
- Click Start, and then point to Programs.
- Point to Administrative Tools, and then click Active Directory Users and Computers.
- Click the container that contains the user account or contact that you want.
- Right-click the user or contact, and then click Properties.
- Click the E-mail Addresses tab, and then click New.
- Click Custom Address, and then click OK.
- In the E-mail address box, type the X500 address for the recipient, for example type the following:
/ou=<your organization name> /ou=<your organizational unit> /cn=recipients /cn=<alias>
- In the E-mail type box type X500.
- Click OK, click OK, and then quit the Active Directory Users and Computers snap-in.