Hi Dears, 

I have one problem with Dovecot in My mailserver. 

Dovecot Quota setting is not working fine.

plugin {
  quota = dict:User quota::file:MAILDIR/dovecot-quota
  quota_rule = *:storage=1GB
}

For example if i put the limit in 1GB, i have accounts in my mailbox with size of maildir in 3gb,4gb for exemple and if i running the command 

doveadm quota get -u ACCOUNT_MY_USER

The user with 2GB should be return 100% or some number bigger , but return 45% used only, 

If i force running one force-resync, the quota-get return the size correct showing more  than 100%

Someone can Help me ?