Difference between revisions of "Procedures (Zimbra)"

Jump to navigation Jump to search
919 bytes added ,  08:05, 6 September 2012
Added "Mailbox Purging"
m (→‎Upgrade: Added download link)
(Added "Mailbox Purging")
Line 192: Line 192:
and so update to say 20 MB, use...
and so update to say 20 MB, use...
* <code> zmprov modifyConfig zimbraMailContentMaxSize 20480000 </code>
* <code> zmprov modifyConfig zimbraMailContentMaxSize 20480000 </code>
== Mailbox Purging ==
Mailbox purging carries on continuously in the background.  The process pauses/sleeps between each mailbox by a user defined interval (default is 1 minute).  What's purged is defined in the ''Class of Service (COS)'' for a particular mailbox - see the '''Email Retention Policy''' on the ''Advanced'' tab in the admin console (it can be overridden for individual mailboxes in the ''Advanced'' tab of the account config).
To check the current setting (replace <code>host.domain.com</code> as appropriate)...
zmprov gacf | grep zimbraMailPurgeSleepInterval
zmprov gs host.domain.com | grep zimbraMailPurgeSleepInterval
To set (I tend to set the interval so that all mailboxes get purged in a day)...
zmprov mcf zimbraMailPurgeSleepInterval 1h
To see purging activity see the mailbox logs, eg
grep 'purge' /opt/zimbra/log/mailbox.log
zgrep 'purge' /opt/zimbra/log/mailbox.log.2012-08-05.gz


[[Category:Zimbra]]
[[Category:Zimbra]]

Navigation menu