Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > db7059ee3d197e3ebed7c396dc8efffc > files > 451

dovecot-2.2.34-1.mga6.armv5tl.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 2018-02-28 04:42)