[Dovecot] Dovecot quota for mailadministrator

Alexander Prinsier aphexer at mailhaven.com
Tue May 27 17:10:02 EEST 2008


Markus Hofer wrote:
> plugin {
>  quota = maildir
>  quota_rule = *:storage=1G
>  quota_rule2 = Trash:storage=100M
> }

Ok, so you are using the Maildir++ format.

> I have the possibility to see the user LIMITs?

You could write a script that checks the contents of the maildirsize
files inside each Maildir. (it holds the limit, and the current size of
the maildir).

The specification of that format can be found here:
http://www.inter7.com/courierimap/README.maildirquota.html

I'm not sure there already exists a script just to do this. It's quite
easy to write one though.

Alexander


More information about the dovecot mailing list