(This is a temporary fix)
With root mysql user, login into the myphpadmin
Go to "postfix" database, open "Quota2" table, and reset all "bytes" and "messages" for every user once and then
UPDATE quota2 SET messages=0, bytes=0
restart postfix process
And you'll no longer have a problem.