Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 32b3f9b663c34b01bde27dac58dd6af1 > files > 374

dovecot-2.2.13-5.1.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)