Answered by:
Two Domain Names

Question
-
Exchange 2003: I have two domain names in Exchange 2003. name1.com and name2.com. I want all emails for name2.com to go to their prospective Outlook clients. Name2.com will be set as the primary domain. But I want all email for name1.com to go to just one account so I can have just one employee to check all the mail and reply to them. We are changing our company name.
example: I want joe@name1.com \ mary@name1.com \ mike@name1.com etc to go to just one account from now on.
Tuesday, July 10, 2012 5:00 PM
Answers
-
3rd party software for Exchange 2003 or something like:
- Marked as answer by Evan LiuModerator Sunday, July 22, 2012 3:02 AM
Tuesday, July 10, 2012 6:15 PM -
Use ADModify to set the altRecipient attribute for each AD user object with an @name1.com address with the value of the distinguished name of the user you want to get all the mail. You could even set an OOF message for that user to automatically reply to the inbound mail with a single response about your company's name change.
Here's our blog post on ADModify.NET:
http://blogs.technet.com/b/exchange/archive/2004/08/04/208045.aspx
This would automate the task of going in and adding a recipient to forward all mail to described in the "How to configure mail forwarding" section here:
- Marked as answer by Evan LiuModerator Sunday, July 22, 2012 3:02 AM
Tuesday, July 10, 2012 7:09 PM
All replies
-
3rd party software for Exchange 2003 or something like:
- Marked as answer by Evan LiuModerator Sunday, July 22, 2012 3:02 AM
Tuesday, July 10, 2012 6:15 PM -
Use ADModify to set the altRecipient attribute for each AD user object with an @name1.com address with the value of the distinguished name of the user you want to get all the mail. You could even set an OOF message for that user to automatically reply to the inbound mail with a single response about your company's name change.
Here's our blog post on ADModify.NET:
http://blogs.technet.com/b/exchange/archive/2004/08/04/208045.aspx
This would automate the task of going in and adding a recipient to forward all mail to described in the "How to configure mail forwarding" section here:
- Marked as answer by Evan LiuModerator Sunday, July 22, 2012 3:02 AM
Tuesday, July 10, 2012 7:09 PM