Quotas not working with roundcube

Mik J mikydevel at yahoo.fr
Mon Sep 17 09:31:10 EEST 2018


Hello Aki,
Thank you very much, indeed that was the missing part.

I've also enabled
mailbox_list_index = yes
protocol !indexer-worker {
  mail_vsize_bg_after_count = 100
}

As described in the documentation
https://wiki.dovecot.org/Quota/Count
Regards


 
 Le lundi 17 septembre 2018 à 07:57:58 UTC+2, Aki Tuomi <aki.tuomi at dovecot.fi> a écrit : 





You did everything except actually enable quota... =)

Try adding this to your configuration

  quota = count:User quota
  quota_vsizes = yes

inside the plugin {} section.

Aki

> On 16 September 2018 at 21:58 Mik J <mikydevel at yahoo.fr> wrote:
> 
> 
> Hello,
> 
> I'm trying to have quotas working with roundcube.
> When I'm logged into roundcube I see 0% quota which seems to correspond to disabled.
> 
> However I did everything that I could to enable quotas
> https://wiki.dovecot.org/Quota
> 
> # doveconf -n 
> auth_mechanisms = cram-md5 loginauth_verbose = yes
> debug_log_path = /tmp/dovecot.log
> first_valid_uid = 1000
> log_path = /var/log/dovecot.log
> mail_gid = vmail
> mail_location = maildir:/home/mail/%d/%n/Maildir
> mail_plugins = notify replication quota
> mail_uid = vmail
> mbox_write_locks = fcntl
> mmap_disable = yes
> namespace inbox {
>   inbox = yes
>   location =
>   mailbox Drafts {
>     special_use = \Drafts
>   }
>   mailbox Junk {
>     special_use = \Junk
>   }
>   mailbox Sent {
>     special_use = \Sent
>   }
>   mailbox "Sent Messages" {
>     special_use = \Sent
>   }
>   mailbox Trash {
>     special_use = \Trash
>   }
>   prefix =
> }
> passdb {
>   driver = bsdauth
> }
> passdb {
>   args = /etc/dovecot/dovecot.passwd
>   driver = passwd-file
> }
> plugin {
>   quota_grace = 10%%
>   quota_rule = *:storage=2G
>   quota_rule2 = Trash:storage=+200M
>   quota_rule3 = SPAM:ignore
>   quota_status_nouser = DUNNO
>   quota_status_overquota = 552 5.2.2 Mailbox is full
>   quota_status_success = DUNNO
>   quota_warning = storage=95%% quota-warning 95 %u
>   quota_warning2 = storage=80%% quota-warning 80 %u
> }
> ssl_ca = /etc/ssl/certs/CA_Intermed_Lets_Encrypt.crt
> ssl_cert = </etc/ssl/certs/imap.mydomain.org.crt
> ssl_key =  # hidden, use -P to show it
> ssl_key_password =  # hidden, use -P to show it
> userdb {
>   driver = passwd
> }
> userdb {
>   driver = static
> }
> protocol lda {
>   mail_plugins = notify replication quota
> }
> protocol imap {
>   mail_plugins = notify replication quota imap_quota
> }
> 
> 
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180917/661cf147/attachment-0001.html>


More information about the dovecot mailing list