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