Question

  Asked: Mar 6 2008   9:47 PM GMT
  Asked by: Whataday


Changing domain names in MS Exchange w/AD


Exchange 5.5, Active Directory, Domain management

Hello,
Been given the task to change the domain name and ensure all email coming in starts using the "first.lastname"@dmn.com. They want to keep the original domain name for a period of time to ensure mail delivery. How can I make sure that email coming in as abc@domain.com translates over to "first.lastname@domain.com

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



What you want can be done in the Recipient Policy within the Exchange System Manager. Add %g.%s@dmn.com to the default policy. The %g variable is the given or first name while the %s is the surname or last name.
Make sure to mark this new email as the default. Afterwards, you can simply delete the abc@domain.com address although you'll need to either manually or programmatically update your users email aliases after that.
Good luck.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Exchange and Microsoft Windows.

Looking for relevant Exchange Whitepapers? Visit the SearchExchange.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Domaining - Information on Domains and Domaining » Changing domain names in MS Exchange w/AD  |   Mar 7 2008  1:42PM GMT

[…] domain names in MS Exchange w/AD Scott Fox - Author of Internet Riches wrote an interesting post today onHere’s a quick excerptNew Question Created. by […]

 

Wrobinson  |   Mar 18 2008  1:01AM GMT

You are not changing the domain name but the SMTP name space. To accomplish this, you will most likely want to export the contents of Active Directory using LDIFDE or CSVDE, make the required changes for the default SMTP and proxy addresses and then import it back in to AD. Having said that, exporting and importing data into a production AD environment may not be supported by Microsoft Product Support Services. This is something that should be tested in a lab environment before attempting in production. It’s probably best to leave the legacy SMTP addresses for the users as you never know when someone will decide to use an old contact or reply to an old e-mail message, etc.