This is pretty insane. One of my users is showing crazy email usage figures which don't correlate to what's actually stored on the disk.
In DA, these numbers are reported:
Obviously, this is already a contradiction, as 20GB can't fit inside 4GB total.
Let's look at the user:
Nope, nothing there.
Let's run tally again:
No, nothing has changed, still reporting 20GB email usage.
I've searched the drive for ALL files owned by the user, there's nothing outside of his home directory.
I've checked our directadmin.conf file and pop_disk_usage_cache isn't set. Bear in mind, we've been doing this for years and have hundreds of users without the issue.
Any ideas please? Centos 7, no recent changes to anything.
In DA, these numbers are reported:
Code:
Total Disk Usage (MB) 4085.1
Email Disk Usage 20.78 GB
Database Disk Usage 91.8 MB
Obviously, this is already a contradiction, as 20GB can't fit inside 4GB total.
Let's look at the user:
Code:
du -h --max-depth=1 /home/USERNAME
4.0K /home/USERNAME/Maildir
4.0K /home/USERNAME/.php
30M /home/USERNAME/tmp
3.2G /home/USERNAME/imap
713M /home/USERNAME/domains
4.0K /home/USERNAME/backups
4.0G /home/USERNAME
Nope, nothing there.
Let's run tally again:
Code:
echo "action=quotatally&value=all" >> /usr/local/directadmin/data/task.queue ; /usr/local/directadmin/dataskq
No, nothing has changed, still reporting 20GB email usage.
I've searched the drive for ALL files owned by the user, there's nothing outside of his home directory.
I've checked our directadmin.conf file and pop_disk_usage_cache isn't set. Bear in mind, we've been doing this for years and have hundreds of users without the issue.
Any ideas please? Centos 7, no recent changes to anything.