This is the output for getquotaroot:
- QUOTAROOT "INBOX" ""
- QUOTA "" (STORAGE 119544 0) y OK Getquotaroot completed.
And this is my quota command output:
$ quota -u carlos Disk quotas for user carlos (uid 19409): Filesystem blocks quota limit grace files quota limit grace /dev/mapper/Debian-var 41932 150000 165000 1 0 0
Timo Sirainen escribió:
On Fri, 2008-02-15 at 10:55 +0100, Carlos Acedo wrote:
plugin { quota = fs }
The problem is that I always get used space but not the limit, and the limit is not the same for all the users, I have tried from thunderbird and horde IMP from another server.
First check what Dovecot really reports as the quota:
telnet localhost 143 x login username password y getquotaroot inbox
Show me the result of the getquotaroot command and also what the limit was really supposed to be for the user.