Last Update: Sep 24, 2024 | Published: Jan 06, 2009
How do I configure some Exchange recipients to have different e-mail addresses in Exchange 2000/2003?
Exchange 2000/2003 will automatically configure e-mail addresses for your recipients, based on the name of your Active Directory domain.
For example, if you have an AD domain called TEST.HOME and you’ve installed Exchange 2000/2003 on it, each and every mailbox enabled user, mail enabled user, mail enabled group and mail enabled contact you have will automatically have an e-mail address of [email protected].
However sometimes we would like to configure other e-mail addresses for our recipients, for domains other than our own, internal domain name. Basically, Exchange can handle hundreds of mail domains without any problem (up to about 1000 domains), so performance is usually not an issue.
For example, some users might require additional e-mail addresses that will better reflect their position or role in the company (such as “support” or similar). You might also need to configure totally different e-mail addresses for other users, such as where these users work for a different subsidiary or even when you’re using one server to host multiple companies and therefore require different domain names for different recipients.
In all of the above examples you’ll need to configure Exchange to use new (or modified) Recipient Policies to reflect the change in the e-mail domain names. However, unlike the case described in my Configure Exchange 2000/2003 to Receive E-Mail for other Domains article, you cannot modify the Default Recipient Policy, because that will cause all your recipients to receive the new e-mail address. You will need to configure a new Recipient Policy and have it filter out the recipients it will effect.
Note: You can also modify the existing Recipient Policy, but that will not allow you to choose specific users or recipients on whom you’d like the new policy to apply. This is because the Default Recipient Policy will not allow you to modify the LDAP search filter, and it will always apply to all the Exchange recipients in your organization. Read the Configure Exchange 2000/2003 to Receive E-Mail for other Domains article for more info.
In this example I’ve used a query based upon the Department attribute of a user. Read my LDAP Search Samples for Windows Server 2003 and Exchange 2000/2003 article for more info on the subject.
When you’re done with the search filter click Ok. You can also click on the Find button and see the results your filter gave you. These will receive the new Recipient Policy’s settings, and if you’re satisfied with what you saw – click Ok.
Read my Configure Specific E-Mail Addresses for Specific Exchange 2000/2003 Users article for more info on this issue.
.
Done! In cases where the new e-mail address we’ve just configured is a sub-domain of your current existing domain you’ll need to contact your ISP or Name Server provider and ask them to add a sub-domain to your existing domain.
In cases where the new address is for a totally different domain you’ll need to configure the MX Records for the new domain. Without performing this step no one will ever know that your server is in fact serving this new domain. Read my Configure MX Records for Incoming SMTP E-Mail Traffic article for more info on this subject.
You can also test to see if your Exchange server is in fact willing to accept messages destined for this new domain. The best methods of testing can be found in the SMTP, POP3 and Telnet in Exchange 2000/2003, Send Mail from Script and Test SMTP Service in IIS and Exchange articles.
You might also want to read the following related articles: