[Dovecot] Getting maildir++ quotas working

Marcus Kvarnström marcus.kvarnstrom at bredband.net
Tue Jul 18 12:28:25 EEST 2006


Bill Boebel <bill <at> webmail.us> writes:

> 
> 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




More information about the dovecot mailing list