webmail error

  1. K

    Resolve error “Unable to perform operation. No free disk space.”

    If you are getting this error while sending email in webmail then you can follow below steps to resolve this issue. First you have to check that your server’s quota is full then you can check this with below command: Df –h Now check inode usage of your account with below command: Df –i You...
  2. K

    Error: User is over quota: webmail

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