Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: dustin on October 31, 2013, 08:27:09 pm

Title: How To FIX email account disk usage incorrect on cpanel
Post by: dustin on October 31, 2013, 08:27:09 pm
 
/scripts/fixquotas

If it is not solved us the following

============

# find /home/*/.cpanel-datastore/ -name “diskusage_*” | xargs rm -f
# find /home/*/mail/ -name maildirsize | xargs rm -f

============