Remove an E-Mail Address Policy
Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
You can use the EMC or the Shell to remove an e-mail address policy. By default, Exchange contains an e-mail address policy that specifies the recipient's alias 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 "at" sign (@).This e-mail address policy applies to all users in the organization. You can't remove this e-mail address policy.
Looking for other management tasks related to e-mail address policies? Check out Managing E-Mail Address Policies.
Note
If you remove an e-mail address policy that's used by recipients as the primary e-mail address policy, and no other e-mail address policies have been configured for recipients, the default e-mail address policy will be used.
Use the EMC to remove 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 remove.
In the action pane, click Remove.
A warning appears. Click Yes to confirm that you want to remove the e-mail address policy.
Use the Shell to remove 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.
To remove an e-mail address policy, use the following syntax.
Remove-EmailAddressPolicy -Identity <EmailAddressPolicyIdParameter>
This example removes the e-mail address policy South East Offices.
Remove-EmailAddressPolicy -Identity "South East Offices"
Type Y to confirm that you want to remove the e-mail address policy, and then press ENTER.
For detailed syntax and parameter information, see Remove-EmailAddressPolicy.
© 2010 Microsoft Corporation. All rights reserved.