IRedMail/FAQ/Recalculate.Mailbox.Quota

From iRedMail

Revision as of 06:21, 11 May 2011 by ZhangHuangbin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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