There is not enough space on the Microsoft Exchange Server to store all of your rules. The rules that failed to upload have been deactivated.
If you're using Exchange server 2007 or 2010 you can increase the maximum space allocated for users' rules by following these instructions.
1) Open exchange management shell.
2) Display the rules quota for the email address in question.
Type "get-mailbox joesmith@superdeluxecompany.com | select name,rulesquota
3) Set the rules quota to the maximum of 256KB:
Type "Set-mailbox joesmith@superdeluxecompany.com -RulesQuota:256KB"
4) Check that setting the quota was successful:
Type "get-mailbox joesmith@superdeluxecompany.com | select name,rulesquota"
A restart of Outlook and possibly other steps for the new quota to take effect may be required, I'm not sure on this if someone knows the answer please leave a comment.
Credit for these instructions go to Anderson Patricio
They were originally given here http://msmvps.com/blogs/andersonpatricio/archive/2007/07/03/increasing-the-rules-quota-limit-in-exchange-server-2007.aspx
Links to some related Microsoft KBs on this issue none of which mention the solution detailed above.
http://support.microsoft.com/kb/241325/en-us
http://support.microsoft.com/?kbid=886616
No comments:
Post a Comment