Hello:

 I have a problema with the quotas at my system with dovecot 2.3.9.2, y use:

quota_rule5 = RECUPERADOS_VGTIC:ignore

I want to be free of quota limits at that mailbox RECUPERADOS_VGTIC when 
copying messages from "lazy_expunge" folder

To recover from backup I use doveadm copy:  doveadm copy -u nppgiibi 
RECUPERADOS_VGTIC mailbox .BORRADOS_VGTIC/sent-mail ALL

But when I do so, quota for this mailbox RECUPERADOS_VGTIC is not ignored, and 
it grows to 200%
Is this a bug? Or there is something that I'm doing wrongly?

Thanks for your help.


Maren


PD: My config file for quotas follows below:

  /etc/dovecot/conf.d/90-quota.conf

# Quota

mail_vsize_bg_after_count = 100

# Limits
plugin {
  quota = count:User quota

  quota_rule = *:storage=10G

#for backups and  lazy expunge
  quota_rule3 = .BORRADOS:ignore
  quota_rule4 = Recuperados_VGTIC:ignore
  quota_rule5 = RECUPERADOS_VGTIC:ignore
  quota_rule6 = BORRADOS_VGTIC:ignore
  quota_rule7 = .BORRADOS_VGTIC:ignore

# This is required
  quota_vsizes = yes
}



-----Mensaje original-----
De: dovecot <[email protected]> En nombre de Aki Tuomi
Enviado el: miƩrcoles, 24 de febrero de 2021 8:37
Para: Mark Constable <[email protected]>; [email protected]
Asunto: Re: LMDB support?


> On 24/02/2021 08:15 Mark Constable <[email protected]> wrote:
> 
>  
> Hi all, is there any way I could use LMDB for userdb and passdb lookups?

You can use Lua userdb/passdb. See 
https://doc.dovecot.org/configuration_manual/authentication/lua_based_authentication/

Aki

Reply via email to