主题: roundcube登陆进去,没有邮件,但是邮箱百分比是95%

centos 7
mysql
iredmail 0.9.6

查数据库,mailbox记录就是邮箱里存在的2封邮件,都只有几十k
然后used_quota却又477M
页面行看也是如此,邮箱占用95%,但是没邮件,好像空间被吃掉了一样。
请问章总如何查。(另外不知道怎么发图,页面图像发不上来。)

MariaDB [vmail]> select * from used_quota where username like "%zh****%";
+--------------------+-----------+----------+-------------+
| username           | bytes     | messages | domain      |
+--------------------+-----------+----------+-------------+
| zh****@sh****.com   |    378180 |        9 | sh****.com   |
| zh****@si*****.com | 496544874 |      799 | si*****.com |
+--------------------+-----------+----------+-------------+
2 rows in set (0.00 sec)

MariaDB [vmail]> select * from used_quota where username like "%zh****%";
+--------------------+-----------+----------+-------------+
| username           | bytes     | messages | domain      |
+--------------------+-----------+----------+-------------+
| zh****@sh***.com   |    378180 |        9 | sh***.com   |
| zh****@sin****.com | 496544874 |      799 | si****.com |
+--------------------+-----------+----------+-------------+
2 rows in set (0.00 sec)

回复: roundcube登陆进去,没有邮件,但是邮箱百分比是95%

重新统计一下:
https://docs.iredmail.org/recalculate.m … quota.html