Hello, I have dovecot mail server on a Debian etch: dovecot-common 1.0.10-1~bpo40+1 dovecot-imapd 1.0.10-1~bpo40+1 dovecot-pop3d 1.0.10-1~bpo40+1 It is configured with the quota plugins: protocol imap { mail_plugins = quota imap_quota imap_client_workarounds = outlook-idle } 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. Why is not reporting the quota limit? Oh, I'm using mbox for mail storage and the quota programm to set quotas Thank you, Carlos -- To UNSUBSCRIBE, email to debian-isp-REQUEST at lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster at lists.debian.org
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. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20080215/6bec6eec/attachment-0002.bin>
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. >