<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Thanks for the suggestion.</p>
    <p>That wasn't enough, finally found it!</p>
    The quota dict wasn't properly configured and were including all
    namespaces in the counting.<br>
    <br>
    Instead of:<br>
    <br>
    <font face="monospace">quota =
      <a class="moz-txt-link-freetext" href="dict:FileQuota:ns=:file:%h/dovecot-quota">dict:FileQuota:ns=:file:%h/dovecot-quota</a></font><br>
    <br>
    I now have:<br>
    <br>
    <font face="monospace">quota = <a class="moz-txt-link-freetext" href="dict:FileQuota">dict:FileQuota</a><font color="#fa0404">::</font>ns=:<a class="moz-txt-link-freetext" href="file:%h/dovecot-quota">file:%h/dovecot-quota</a></font><br>
    <br>
    The namespace selector were in the wrong parameter due to a missing
    : delimiter<br>
    <br>
    Thanks!<br>
    <br>
    <div class="moz-cite-prefix">On 3/24/21 07:28, Aki Tuomi wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:234941124.5532.1616570892986@appsuite-dev-gw2.open-xchange.com">
      <pre class="moz-quote-pre" wrap="">1
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">On 23/03/2021 21:33 Pedro Ribeiro <a class="moz-txt-link-rfc2396E" href="mailto:pribeiro@net.ipl.pt"><pribeiro@net.ipl.pt></a> wrote:


Hello everyone!
I'm trying to figure a solution for this scenario.
I have the Dovecot IMAP using MDBOX (SIS) storage for the daily usage email.

For long term storage I'm preparing a namespace with MBOX storage.
I'm not using the altstorage logic because as far as I know it needs to have the same format as the base one and for archival I prefer to have the attachments inside the messages in an old/well known format supported by near any email software.
The problem at the moment is with quotas.
If the user has 5GB in his mailboxes and the long term "historico" namespace has another 5GB, the storage used becomes 10GB and I want the users to only see their "active" usage (5GB).
I have that space to be ignored (as defined in the wiki and dovecot documentation - my quota_rule5) but it doesn't seem to influence the usage reported by IMAP.

What am I doing wrong?
If I put the "historico" namespace with disabled = yes and do a "doveadm quota recalc" the values become correct but I need the namespace available so the users can recover their old messages if needed.

The relevant settings (AFAIK) I'm using are:
</pre>
        <blockquote type="cite">
          <pre class="moz-quote-pre" wrap="">plugin {
 quota = <a class="moz-txt-link-freetext" href="dict:FileQuota:ns=:file:%h/dovecot-quota">dict:FileQuota:ns=:file:%h/dovecot-quota</a>
 quota2 = <a class="moz-txt-link-freetext" href="dirsize:HistQuota:ns=@HISTORICO/">dirsize:HistQuota:ns=@HISTORICO/</a>
 quota_clone_dict = <a class="moz-txt-link-freetext" href="proxy::quota">proxy::quota</a>
 quota_grace = 10%%
 quota_rule = *:storage=24G
 quota_rule2 = <a class="moz-txt-link-freetext" href="Trash:storage=+128M">Trash:storage=+128M</a>
 quota_rule3 = <a class="moz-txt-link-freetext" href="Junk:storage=+64M">Junk:storage=+64M</a>
 quota_rule4 = <a class="moz-txt-link-freetext" href="INBOX:storage=+128M">INBOX:storage=+128M</a>
 quota_rule5 = ns=@<a class="moz-txt-link-freetext" href="HISTORICO:ignore">HISTORICO:ignore</a>
 }

namespace historico {
 disabled = no
 hidden = no
 ignore_on_failure = yes
 inbox = no
 list = no
 location = <a class="moz-txt-link-freetext" href="mbox:/mnt/mail-hist/historic/%d/%-2.2n/%n:SUBSCRIPTIONS=.imap/dovecot-subscriptions:LAYOUT=maildir++">mbox:/mnt/mail-hist/historic/%d/%-2.2n/%n:SUBSCRIPTIONS=.imap/dovecot-subscriptions:LAYOUT=maildir++</a>
 order = 0
 prefix = @HISTORICO/
 separator = /
 subscriptions = yes
 type = private
 }
 namespace inbox {
 disabled = no
 hidden = no
 ignore_on_failure = no
 inbox = yes
 list = yes
 location =
 order = 0
 prefix =
 separator = /
 subscriptions = yes
 type = private
 }
 userdb {
 args = /etc/dovecot/dovecot-sql.conf.ext
 auth_verbose = default
 default_fields = home=/data/domains/%d/%-2.2n/%n lport=%{lport}
 driver = sql
 }

</pre>
        </blockquote>
        <pre class="moz-quote-pre" wrap="">best regards to all the Dovecot community, stay safe!

-- 
Best regards,

</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
I think this should be:

quota2_rule = ns=@<a class="moz-txt-link-freetext" href="HISTORICO:ignore">HISTORICO:ignore</a>

Aki
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Best regards,

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Pedro Ribeiro
Politécnico de Lisboa, Serviços da Presidência
Departamento de Sistemas de Informação e Comunicações
Phone:   +351 210 464 700 (general) / PBX Ext.: 80100
Helpdesk: <a class="moz-txt-link-abbreviated" href="mailto:helpdesk@net.ipl.pt">helpdesk@net.ipl.pt</a> / <a class="moz-txt-link-freetext" href="https://www.net.ipl.pt">https://www.net.ipl.pt</a>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=</pre>
  </body>
</html>