The Specified E-mail Address Policy Couldn’t Be Edited.
IT Problem
If you have a 2010 exchange server and also a legacy exchange 2003 server, when you try and edit the recipient update policy then you may see the error below.
IT Solution
We need to use the set-emailaddresspolicy cmdlet to set the the exchange 2010 server to be able to manage the recipient policy.
OK so open up the exchange power shell console and copy and paste the below text into it then press return.
Get-EmailAddressPolicy | where {$_.RecipientFilterType –eq “Legacy”} | Set-EmailAddressPolicy –IncludedRecipients AllRecipients
Restart the exchange 2010 console and you will now be able to edit the recipent policy in exchange 2010
Related posts:
- Guide To Creating an E-Mail Protection Policy In Forefront TMG 2010
- Exchange 2007 / 2010 Distribution groups – Not receiving external mail
- Forward Exchange 2007 or 2010 email to external account
- Exchange 2010 not receiving external mail when first installed.
- Delete Mail from Multiple Mailboxes

Tweet This
Share on Facebook
Digg This
Save to delicious
Stumble it
RSS Feed