Error: User is over quota: webmail

kumkumsharma

Administrator
Staff member
First find the cached quota file with below command:

Code:
grep -HnR '' /var/cpanel/overquota | sort
  • You can remove the cached file with below command:
Code:
rm -f
Whole output of above command
  • Run below command:
Code:
/scripts/fixquotas
 
Top