18 Jul
2006
18 Jul
'06
12:28 p.m.
Bill Boebel
Can somebody post details for how to get maildir++ quotas working in the latest CVS?
SNIP...
(1) Dovecot isn't announcing QUOTA support in the capability string.
(2) Dovecot isn't getting a valid quota limit, which I assume is breaking the GETQUOTAROOT command.
Thanks, Bill
Hi Bill,
(2) I think this is the issue here.
plugin { quota = maildir imap_quota = maildir }
Shuld be for example (works for me).
plugin {
# 1 GB quota limit
quota = maildir:storage=1024000
imap_quota = maildir:storage=1024000
}
Have a look at http://wiki.dovecot.org/Quota
(1) Might be fixed by (2).
Cheers, Marcus