search for: quota_dovecot

Displaying 1 result from an estimated 1 matches for "quota_dovecot".

2010 Jul 02
1
Quota in mysql dict not properly recalculated on 1.2?
...m has a quota 200000 bytes, I delete the entry of the database for user, and then when I do the: echo 'x GETQUOTAROOT Inbox' | USER=test at testing.com /usr/sbin/dovecot --exec-mail imap .- These are ALL the queries I see, I am missing the userdb queries to get the real quota. INSERT INTO quota_dovecot (bytes,username) VALUES ('0','test at testing.com') ON DUPLICATE KEY UPDATE bytes='0' INSERT INTO quota_dovecot (messages,username) VALUES ('0','test at testing.com') ON DUPLICATE KEY UPDATE messages='0' COMMIT SELECT bytes FROM quota_dovecot WHERE us...