[Dovecot] quota usage

Pascal Volk user+dovecot at localhost.localdomain.org
Thu Mar 18 02:28:35 EET 2010


On 03/17/2010 11:24 PM Papp Tamás wrote:
>> The problem is that the mailbox is almost empty:
> $ du -sh .
> 228K    .
> 
> But the quota usage show something else:
> 
> mysql> select bytes,messages from quota where username='<user>';
> +-----------+----------+
> | bytes     | messages |
> +-----------+----------+
> | 217699358 |      987 |
> +-----------+----------+
> 
> What could be a problem, how can I fix this?

mysql> DELETE FROM quota WHERE username='<user>';
mysql> \q
Bye

telnet host imap2
0 login <user> <password>
1 GETQUOTAROOT INBOX
3 LOGOUT


Regards,
Pascal
-- 
The trapper recommends today: c01dcafe.1007701 at localdomain.org


More information about the dovecot mailing list