IRedMail/FAQ/Recalculate.Mailbox.Quota
From iRedMail
Revision as of 06:22, 11 May 2011 by ZhangHuangbin (Talk | contribs)
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.
