## ## Quota backends ## # Multiple backends are supported: # dirsize: Find and sum all the files found from mail directory. # Extremely SLOW with Maildir. It'll eat your CPU and disk I/O. # dict: Keep quota stored in dictionary (eg. SQL) # maildir: Maildir++ quota # fs: Read-only support for filesystem quota plugin { #quota = dirsize:User quota #quota = maildir:User quota #quota = dict:User quota::proxy::quota #quota = fs:User quota # Django : 2014-08-06 # default: unset # Quota-Backend Maildir++ aktiviert # ignoreunlimited : Für Benutzer ohne einem Quota-Limit wird keine Quota-Berechnung durchgeführt # noenforcing : Es wird zwar eine Quota-Berechnung durchgeführt und protokolliert, bei einer # Überschreitung des Quota-Schwelle aber keine Sperrung vorgenommen. # ns= : Quota-Berechnung und -Protokollierung nur für der Namespace "namespace" # vornehmen quota = maildir:User quota:ignoreunlimited:noenforcing }