Two Domain Names
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.
July 10th, 2012 1:00pm
3rd party software for Exchange 2003 or something like:
How to create a "catchall" mailbox sink for Exchange Server
Exchange & Catch-all Mailboxes
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2012 2:15pm
3rd party software for Exchange 2003 or something like:
How to create a "catchall" mailbox sink for Exchange Server
Exchange & Catch-all Mailboxes
July 10th, 2012 2:15pm
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:
http://support.microsoft.com/kb/281926
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2012 3:09pm
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:
http://support.microsoft.com/kb/281926
July 10th, 2012 3:09pm