MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/local/ssl/share/doc/dovecot-2.2.23/wiki/Quota.Count.txt
Count quota
===========

(Requires Dovecot v2.2.19+)

The quota is tracked internally within Dovecot's index files. Each mailbox's
quota is tracked separately and when the current quota usage is wanted to be
known, the mailboxes' quotas are summed up together. To get the best
performance mailbox list indexes should be enabled.

Configuration
-------------

---%<-------------------------------------------------------------------------
mailbox_list_index = yes
plugin {
  # 10MB quota limit
  quota = count:User quota
  quota_rule = *:storage=10M

  # This is required - it uses "virtual sizes" rather than "physical sizes" for
quota counting:
  quota_vsizes = yes
}
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2016-03-30 04:43)