connect to your mysql database and try to check the quota settings over there
view : SELECT * FROM mailbox ;
to set new quota : UPDATE mailbox set quota='new_quota_value' where username='your_username' ;
Set quota value to 0 to disable quota on a specific username.
Cheers,
Stef
P.S. : waiting for news.