Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 13765604d51f6336069c3e8a1834b4cb > files > 189

dovecot-1.0.7-8.el5_9.1.x86_64.rpm

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

The /dirsize/ quota backend supports *storage* quota limits, but not *messages*
quota limits. The current quota is calculated by scanning all the files in
configured mail directories and summing their sizes together. 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.

---%<-------------------------------------------------------------------------
plugin {
  # 10MB quota limit
  quota = dirsize:storage=10240
}
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2007-06-15 04:42)