On Tue, May 30, 2006 10:02 am, Timo Sirainen tss@iki.fi said:
On Sun, 2006-05-28 at 20:43 +0800, Timothy White wrote: userdb static { args = uid=112 gid=112 home=/var/mail/%1n/%n imap_quota=10485760 }
"imap_quota" does nothing. Use "quota" instead. Also its contents should be something like:
quota=maildir:storage=10485760
If that's correctly configured, then Dovecot creates and updates the maildirsize file's quota information. Also the GETQUOTAROOT problem Bill was describing doesn't seem to happen with me if this is correct..
I am finally getting to test the latest CVS... Yep, our LDAP was returnning a bad quota string. Fixing the quota string corrected the problem I was seeing where calling GETQUOTAROOT would not always recalculate the maildirsize file.
Thanks, Bill