Hi. I have a problem with one website. In ISPConfig panel in websites section i see this: Ok, so let's try in console: Code: # du -sh /var/www/mydomain.tld/ 1.5G /var/www/mydomain.tld/ Database for this website is ~300MB Mail accounts: 78 GB Quota wasn't edited. Any ideas?
You used the wrong command to get the quota value, the right one is: repquota -avu You looked at how big files in a certain directory are, but Linux quota is based on file ownership (which user owns files) and not file location. Neither databases nor email accounts are part of the website quota.
And regarding your results, you probably created multiple copies of the website or other big files owned by the website user as root user, root is the only user that can override quota in such a way as the web user himself would not be able to exceed quota.