1

Topic: Quota on mailbox doesn't report correctly after max size is reached

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
====

Debian, mysql backend
0.84

Quota on mailbox doesn't report correctly after max size is reached

To manually fix
I have to go into mysql
mysql> USE vmail;
delete from used_quota where username='someuser@domain.com';
then the problem is resolved

Is their a better way, or cleanup routine that can be run?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Quota on mailbox doesn't report correctly after max size is reached

*) Did you manually copy mail messages to this mailbox? Or similar ways to add/remove mail messages in this mailbox?
*) Did you update SQL table `vmail.used_quota` manually?
*) As far as i know, no better way to solve this issue.