Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 79ff78de259c9e523208da48bb02b57d > files > 374

dovecot-2.2.13-5.mga5.i586.rpm

Dirsize quota
=============

The /dirsize/ quota backend supports *storage* quota limits, but not *messages*
quota limits. The current quota is calculated by finding all files in
configured mail directories and summing up their sizes. This works pretty fast
with mboxes, but *dirsize is a really bad idea with maildirs*. It will end up
eating all your CPU and disk I/O.

Example
-------

---%<-------------------------------------------------------------------------
plugin {
  # 10MB quota limit
  quota = dirsize:User quota
  quota_rule = *:storage=10M
}
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2013-11-24 04:42)