Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2011-03-19
E-mail address policies 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. After you create an e-mail address policy, you need to apply it to the intended recipients for the policy to take effect.
Note: |
---|
Although this topic shows you how to use the Apply E-Mail Address Policy wizard to apply an e-mail address policy, the New E-Mail Address Policy and the Edit E-Mail Address Policy wizards also allow you to apply the policy as you create or edit it. |
Looking for other management tasks related to e-mail address policies? Check out Managing E-Mail Address Policies.
Prerequisites
You can't edit e-mail address policies that were created in the Shell with a recipient filter. For more information, see Create an E-Mail Address Policy By Using Recipient Filters.
What Do You Want to Do?
Use the EMC to apply an e-mail address policy
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "E-mail address policies" entry in the Mailbox Permissions topic.
- In the console tree, navigate to Organization
Configuration > Hub Transport.
- In the result pane, click the E-Mail Address Policies
tab, and then select the e-mail address policy that you want to
apply.
- In the action pane, click Apply.
- On the Introduction
page, complete the following fields:
- Apply the e-mail address policy Select
one of the following schedule settings to specify when the e-mail
address policy should be applied:
Immediately Select this option to apply the e-mail address policy immediately.
At the following time Select this option and use the corresponding lists to specify a time to apply the e-mail address policy.
- Cancel tasks that are still running after
(hours) Select this check box and use the
corresponding text box to specify how long the e-mail address
policy task will run. The default is 8 hours.
- Apply the e-mail address policy Select
one of the following schedule settings to specify when the e-mail
address policy should be applied:
- On the Apply
E-Mail Address Policy page, review your configuration settings.
Click Apply to apply the e-mail address policy. Click
Back to make configuration changes.
Note: Although the process begins when you click Apply, you may have to wait several hours for the process to complete and the e-mail address policy to be applied. - On the Completion
page, review the following, and then click Finish to close
the wizard:
- A status of Completed indicates that the wizard
completed the task successfully.
- A status of Failed indicates that the task wasn't
completed. If the task fails, review the summary for an
explanation, and then click Back to make any configuration
changes.
- A status of Completed indicates that the wizard
completed the task successfully.
Use the Shell to apply an e-mail address policy
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "E-mail address policies" entry in the Mailbox Permissions topic.
This example applies the e-mail address policy Marketing.
Copy Code | |
---|---|
Update-EmailAddressPolicy -Identity Marketing |
Note: |
---|
Although running the Update-EmailAddressPolicy cmdlet starts the update process, you may have to wait several hours for the process to complete and the e-mail address policy to be applied. |
For syntax and parameter information, see Update-EmailAddressPolicy.