<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 14, 2018 at 12:31 PM Chris Dillon <<a href="mailto:chris.dillon@cpanel.net">chris.dillon@cpanel.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">I’ve had the opportunity to test the same configuration with a fresh build of the git master branch (2.4.devel) and the issue also occurs there.  I see that "mailbox_list_index = yes" is now enabled by default.  It can still be disabled via "mailbox_list_index = no" which allows the quota to be calculated correctly.<br>
<br>
==========<br>
root@ubuntu1804:~# dovecot -n<br>
# 2.4.devel (44282aeeb): /usr/local/etc/dovecot/dovecot.conf<br>
# OS: Linux 4.15.0-30-generic x86_64 Ubuntu 18.04.1 LTS <br>
# Hostname: ubuntu1804<br>
mail_location = maildir:~/Maildir<br>
mail_plugins = quota<br>
namespace inbox {<br>
  inbox = yes<br>
  location = <br>
  prefix = INBOX.<br>
  separator = .<br>
}<br>
passdb {<br>
  driver = pam<br>
}<br>
plugin {<br>
  quota = maildir:Mailbox<br>
}<br>
userdb {<br>
  driver = passwd<br>
}<br>
==========<br>
<br>
(To summarize from my previous message -- other than "mailbox_list_index = yes", second most important part of replication is that there is at least one email in the real inbox and at least one sub-folder named "INBOX" in maildir format)<br>
<br>
root@ubuntu1804:~# ls -ld /home/myuser/Maildir/cur/1532529376.M543965P58007.centos7.local\,S\=12712627\,W\=12877782\:2\,S /home/myuser/Maildir/.INBOX.Test/ <br>
-rw-rw-r-- 1 myuser myuser 12712627 Aug 14 18:28 '/home/myuser/Maildir/cur/1532529376.M543965P58007.centos7.local,S=12712627,W=12877782:2,S'<br>
drwxrwxr-x 5 myuser myuser       87 Aug 14 18:56  /home/myuser/Maildir/.INBOX.Test/<br>
=========<br>
<br>
(In the following example usage is doubled, there is only one email)<br>
<br>
root@ubuntu1804:~# doveadm quota recalc -u myuser; doveadm quota get -u myuser<br>
Quota name Type    Value Limit                                                              %<br>
Mailbox    STORAGE 24830     -                                                              0<br>
Mailbox    MESSAGE     2     -                                                              0<br>
==========<br>
<br>
(In the following example it works correctly with mailbox_list_index disabled)<br>
<br>
root@ubuntu1804:~# doveadm -o 'mailbox_list_index=no' quota recalc -u myuser; doveadm quota get -u myuser<br>
Quota name Type    Value Limit                                                              %<br>
Mailbox    STORAGE 12415     -                                                              0<br>
Mailbox    MESSAGE     1     -                                                              0<br>
==========<br>
<br>
Best Regards</blockquote><div><br></div><div><br></div><div><br></div><div>We recently upgraded from 2.2.32 to 2.2.36.1 and ran into the same issue as above. I was about to start compiling all the intermediate versions to pinpoint where it started and happened upon this post first. We are in the same boat where some users have *sub*folders starting with INBOX, resulting in directory names like ".INBOX.Event" (and our namespace root is INBOX) and quota calculation double-counts INBOX's vsize.</div><div><br></div><div>Just to be clear too: At least in my case, it's *not* double counting, e.g., INBOX.Event. But if the above conditions are met, it's double-counting *INBOX*, because it now sees a folder called INBOX.INBOX (which does *not* exist on the filesystem).</div><div><br></div><div>I hadn't gotten as far as Chris did (this just bubbled up today), but his solution works here too, i.e. passing -o 'mailbox_list_index=no'  to doveadm quota recalc.<br></div><div><br></div><div>Also, if I rename the directories to something else (e.g. from above, rename ".INBOX.Event" to ".notINBOX.Event"), a quota recalc works just fine. The presence of a directory called .INBOX.<something> is triggering this.</div><div><br></div><div>I'm able to create new subfolders called INBOX.<something> with clients like Apple Mail, which was a bit surprising (Apple Mail however choked when I tried to just create a subfolder called 'INBOX'). We've got millions of mailboxes, so educating users is a non-starter :)</div><div><br></div><div><div>Any fix for this from the dovecot devs?</div><div><br></div></div></div></div></div></div></div></div>