[Dovecot] Dovecot 2.0.13 file backend quota

Christopher Stolzenberg xchris89x at googlemail.com
Tue Jul 5 20:28:38 EEST 2011


Hello,

I want to set a uniform quota for each mailbox. (2000 MB per mailbox,
no message limit)

plugin {
  quota = dict:User quota::file:%h/Maildir/dovecot-quota
  quota_rule = *:storage=2000M
  quota_warning = storage=85%% quota-warning 85 %u

protocol imap {
  mail_plugins = quota imap_quota
}

protocol lda {
  auth_socket_path = /var/run/dovecot/auth-master
  mail_plugins = sieve quota
}

Is that enough or missing something?

--
Christopher


More information about the dovecot mailing list