27 May
2008
27 May
'08
5:10 p.m.
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