How to use quota with dovecot

chaouche yacine yacinechaouche at yahoo.com
Sun Apr 9 18:44:01 EEST 2017



On Saturday, April 8, 2017 9:47 AM, Mik J <mikydevel at yahoo.fr> wrote:
> Then commented out in 90-quota.conf
>
>quota_rule = *:storage=1G
>
>quota_rule2 = Trash:storage=+100M
>
>quota_grace = 10%%
>
>}


You also need to define what type of quota do you want, dict-based, maildir based, static (same quota for all)... Figure out what quota you want then add the missing "quota=" line. I configured maildir based quotas and the line looks like this on my config file : 


90-quota.conf: 

quota = maildir:User quota

This will create and maintain a maildirsize file in the maildirs. Of course, this doesn't work for mboxes.


  -- Yassine.


More information about the dovecot mailing list