IRedMail/FAQ/Recalculate.Mailbox.Quota

From iRedMail

(Difference between revisions)
Jump to: navigation, search
(Created page with 'iRedMail enables dict quota since v0.7.0, dict quota is recalculated only if the quota goes below zero. For example: {{cmd|<pre> mysql> UPDATE mailbox SET bytes=-1,messages=-1 W…')
Line 7: Line 7:
Re-login to webmail will get correct quota size.
Re-login to webmail will get correct quota size.
 +
 +
[[Category: iRedMail/FAQ]]
 +
[[Category: FAQ]]

Revision as of 06:22, 11 May 2011

iRedMail enables dict quota since v0.7.0, dict quota is recalculated only if the quota goes below zero.

For example:

Terminal:
mysql> UPDATE mailbox SET bytes=-1,messages=-1 WHERE username='user@domain.ltd';

Re-login to webmail will get correct quota size.

Personal tools