
close
close
Upcoming FREE Conference on Identity Management and Privileged Access Management
In Exchange 2000/2003, in order to generate a new or different E-Mail address for specific recipients, you had to edit or create Recipient Policies. In Exchange 2007, E-mail Address Policies are the components that generate the primary and secondary e-mail addresses for your recipients (which include users, contacts, and groups) so they can receive and send e-mail. By default, Exchange 2007 contains an e-mail address policy that specifies the recipient’s alias (usually, but not necessarily – the same as the user’s logon name) as the local part of the e-mail address, and uses the default accepted domain. The local part of an e-mail address is the name that appears before the “@” sign. By using custom e-mail address policies, you can define how the recipients’ e-mail addresses will display. For example, you may want to have all of your e-mail addresses display as [email protected].
You must configure an accepted domain before that SMTP address space can be used in an e-mail address policy. Read my “Configure Exchange 2007 to Receive E-Mail for other Domains” article for more information on that. When you create an accepted domain, you can use a wildcard character in the address space to indicate that all sub-domains of the SMTP address space are also accepted by the Exchange organization. For example, to configure PETRI.CO.IL and all its sub-domains as accepted domains, you will need to enter *.PETRI.CO.IL as the SMTP address space. However, if the sub-domain names will be used in an e-mail address policy, each sub-domain must have an explicit accepted domain entry. The accepted domain entries are automatically available for use in an e-mail address policy.
If you delete an accepted domain that is used in an e-mail address policy, the policy is no longer valid, and recipients with e-mail addresses in that SMTP domain will be unable to send or receive e-mail.
As always, you can do this is one of two ways:
Note: Unlike in Exchange 2000/2003 where you could create your own LDAP filter, you cannot create any custom filter in Exchange 2007, and you’ll have to live with the few choices given to us on the conditions page.
You can also select the “Cancel tasks that are still running after (hours)” checkbox to specify how long the new e-mail address policy task will run. The default is 8 hours.
Open the Exchange Management Shell prompt, then type:
new-EmailAddressPolicy -Name 'Sales' -IncludedRecipients 'AllRecipients' -ConditionalDepartment 'Sales' -Priority 'Lowest' -EnabledEmailAddressTemplates 'SMTP:%g%[email protected]'
Note: The –IncludedRecipients, -ConditionalDepartment, -Priority and –EnabledEmailAddressTemplates parameters are all part of this example and can be changed to suit your needs.
Checking that the E-Mail Policies were successfully applied
In order to check to see if the e-mail policies were in fact correctly applied, the easiest way is to sample one or more recipients that should have been modified by the policy.
Note that the previous E-Mail address is still there, and that it was not removed by the new e-mail address policy.
Summary
Exchange 2007 uses E-Mail Address Policies to control the way e-mail addresses look like, and what recipients are effected by them. Although not as flexible as the Exchange 2000/2003 Recipient Policies equivalent, using e-mail address policies is easy and simple.
Related Articles
More in Exchange Server
Microsoft to Block Unsupported Exchange Servers from Sending Emails to Exchange Online
Mar 24, 2023 | Rabia Noureen
M365 Changelog: (Updated) REST API for On-Premises Mailboxes Preview Ending
Mar 14, 2023 | Petri Staff
Microsoft Advises IT Admins to Remove Some Exchange Server Antivirus Exclusions
Feb 24, 2023 | Rabia Noureen
Microsoft Releases Exchange Server Updates to Improve Security of PowerShell Payloads
Jan 11, 2023 | Rabia Noureen
Most popular on petri