Skip to main content

Quota/Usage not udpating

Comments

7 comments

  • Nicholas-MAH
    Hi Nick, Have you checked to make sure that you have not accidentally enabled over usages? I have seen that done many times before. Have you also checked the client's actual email data files on their cPanel and at the root level? Best Regards, Nick.
    0
  • blue-earth
    Hi Nick, no, over usages not on, and the amount is correct when viewing through WHM, only incorrect when viewing through cPanel. Also issue is on more than one account. See screen shot of whm usage, and cPanel usage.
    0
  • webhostuk
    You mean to say correct quota is seen in WHM and not at Cpanel end? I would suggest to try UKCP, most of the times such bugs are solved by UPCP.
    0
  • Nicholas-MAH
    In image 001.png you have the infinity symbol, this means and signifies that the account has an UNLIMITED data limit. Correct me if I am wrong, but it looks as though you have not enabled quota limits. Check out my image attached.
    0
  • blue-earth
    Hi Nick, no the infinity symbol is on the cPanel end, I.E the user has unlimited use of his given quota, not the WHM end.
    0
  • Nicholas-MAH
    Sorry, Nick. My bad was not looking at the images properly. Found this on the internet. (Dr Google) If you have a user that is getting over disk quota error message, but they claim to not have that much in use, they may have their disk quota being reporting incorrectly. The first thing you should do however, is check to see if this is indeed the case. If you run the following command, you can get a listing of every file on the server that is owned by their username. find / -user 'username' | du -sh Once it displays the output, you can go through it to see if they have files located somewhere other then their home directory that is using up their space. If you have determined that everything is accounted for, but does not add up to the space reported in cPanel, then you can run the following commands to correct their quotas. /scripts/generate_maildirsize --verbose --allaccounts --force --confirm /scripts/fixquotas find /home/username/mail/ -name maildirsize | xargs rm -f Once these 3 commands have been run, their cPanel should report the proper quotas again. Credit: serversitters.com
    0
  • cPanelMichael
    Hello, The following post is a good place to start when troubleshooting this issue: Incorrect mailbox size reported in cPanel Let us know if this helps. Thank you.
    0

Please sign in to leave a comment.