<!DOCTYPE html> <html> <head> </head> <body> <p>When forwarding or folder rules no longer work (c.v. type with reply message) check this information:<br />The public folder mailbox is like a user mailbox, so with limits on receiving and blocking send messages if a certain quota is reached.<br /><br />To change the quotas you must first remove the default quota option from:<br /><em>ECP -> Public Folders -> Public Folder Mailboxes -> (aprire mailbox) -> Usage -> Customize quota<br /><br /></em>To change all the values that affect the quotas you have to do from the exchange command line:<br /><br /><strong>Set-Mailbox -Identity "Public Folder Mailbox" -PublicFolder -ProhibitSendQuota 100GB</strong><br /><strong>Set-Mailbox -Identity "Public Folder Mailbox" -PublicFolder -ProhibitSendReceiveQuota 100GB</strong><br /><strong>Set-Mailbox -Identity "Public Folder Mailbox" -PublicFolder -RecoverableItemsQuota 100GB</strong><br /><strong>Set-Mailbox -Identity "Public Folder Mailbox" -PublicFolder -RecoverableItemsWarningQuota 100GB</strong><br /><strong>Set-Mailbox -Identity "Public Folder Mailbox" -PublicFolder -IssueWarningQuota 100GB</strong><br /><strong>Set-Mailbox -Identity "Public Folder Mailbox" -PublicFolder -RulesQuota 256KB</strong><br /><br />Eventually (but they are already high by default) you can also change the values of "ArchiveQuota" and "ArchiveWarningQuota".<br /><br /><br /></p> </body> </html>
Subscribe
0 Comments
Oldest