Hi! Using here ispconfig 3.2.11, debian 11, with some domains for webhost and mailhost. Two mailboxes on different domains having some problems, all the others have no issues. The mailbox-quota is full or nearly full, but there are only a few mails in the directorys. See attached screenshots of ispconfigs overview. There are a few mails in the mailboxes, at least not enough to occupy 5 GB or more of space. In /var/vmail/domain1 are 138 MB, but according to ispconfig 5204 MB are used: Code: du -sh mail 138M mail In /var/vmail/domain2 are 925 MB, but according to ispconfig 3779.9 MB are used: Code: du -sh d.directory/ 925M d.directory/ Any idea how to recalculate the mailbox-quotas? Thank you in advance! Martin
You may be looking at wrong directories or omitting to include hidden files. See what this shows, and compare to ISPConfig info: Code: du -shc /var/vmail/*
Thanks for this, but it still says Code: du -shc /var/vmail/* 139M /var/vmail/domain1 3.3G /var/vmail/domain2 for the whole domain1 (only one mailbox) is only 139MB in the directory, but ispconfig shows 5.2GB. for the whole domain2 (there are 8 mailboxes) is only 3.3GB in the directory, but ispconfig shows 3.7GB. This not only a cosmetical issue, if the miscalculated quota is reached -> incoming mails are rejected. If I go to webmail (roundcube) / settings / folder / selecting one folder and click on "show folder size" (Ordnergröße anzeigen), the correct size is shown. Have a look at the attached screenshots.
Are there links in /var/vmail tree, or mount points? Any other modifications that might affect disk space calculations? I think ISPConfig shows mailbox quota from what dovecot calculates. This has info on how to force recalculate: https://docs.iredmail.org/recalculate.mailbox.quota.html Try if that changes anything. If not, problem is complicated, may need ISPConfig developer to know how ISPConfig gets the mailbox usage stats.
There are no links to anywhere, no mountpoints. No modifications - just "debian 11 + ispconfig out of the box". The solution behind the link to recalculate for dovecot did not worked, the same false quota is present. Whats the best way to contact the devlopers? File a bug on github?
Did it show the calculated quota, was it correct or false? If you look at ISPConfig Home page and the Mailbox Quota statistics there, I believe the display is updated once daily, so try waiting 24 hours. There is no indication this is a bug so far. The developers read this forum, so wait, they answer sooner or later. Meanwhile, try searching this forum for old discussions about mailbox quota.
It shows nothing, no result is given. no matter if I address the individual mailboxes or if i use -A to address all of them.
That is from man doveadm-quota. So try Code: doveadm quota get -u someuser to see what doveadm thinks is the disk usage.
Code: #doveadm quota get -u user@domain1 Quota name Type Value Limit % user STORAGE 150870 8396800 1 user MESSAGE 131 - 0 #doveadm quota get -u user@domain2 Quota name Type Value Limit % user STORAGE 944183 4608000 20 user MESSAGE 679 - So dovecot apperently did a new calculation, tomorrow lets have a look on ispconfigs meaning. Thanks for now!
after this night, the quota is recognized by ispconfig. the correct values are displayed. thanks for helping!