1

Topic: quota exceed problem.

Dear all, my quota is 100 Mb and full. i cant delete old mails, because quota 100Mb and full. How i can solve this problem ? (and i have many users. All users has problem)

How can i solve easy all users ?

Regards.

----

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

2

Re: quota exceed problem.

You can login with roundcube webmail, delete selected mails with "Shift+Delete".
Note: it will delete selected mails immediately, not move deleted mails to Trash folder.

3

Re: quota exceed problem.

thanks for reply. but not update quota. quota %100.

4

Re: quota exceed problem.

linux_ wrote:

but not update quota. quota %100.

If mails were deleted successfully, try to re-login to webmail.

5

Re: quota exceed problem.

yes i have done. But same problem. login phpmyadmin, and in used_quota.

bytes     messages
    Edit     Delete     example@example.com    51182564     7358

6

Re: quota exceed problem.

If so, try to update all bytes and messages in SQL, set them to -1 to force dovecot to re-calculate used quota.

# mysql -uroot -p
mysql> USE vmail;
mysql> UPDATE mailbox SET bytes=-1,messages=-1 WHERE username='example@example.com';

If you want to force dovecot to re-calculate used quota for ALL users, remove 'WHERE' in above SQL command.

Note: This SQL command won't remove emails on file system, it's safe.

7 (edited by linux_ 2011-06-03 18:22:17)

Re: quota exceed problem.

i use ldap but quota mysql. (iredadmin db, in used_quota)