Hello,
I have installed ISP Config 3.0.3 on Squeeze Debian and PureFtp shows incorrect quota usage on logging :
Code:
Commande : USER test
Réponse : 331 User test OK. Password required
Commande : PASS ********
Réponse : 230-User test has group access to: client1 sshusers
Réponse : 230-OK. Current restricted directory is /
Réponse : 230 515869 Kbytes used (50%) - authorized: 1024000 Kb
--
du -sh /var/www/clients/client1/web1/
63M /var/www/clients/client1/web1/
--
ls -la /var/www/test.com/
drwxr-x--x 6 web1 client1 200 26 févr. 2011 .
drwxr-xr-x 176 root root 10536 15 sept. 09:40 ..
drwxr-x--x 2 web1 client1 48 12 févr. 2011 cgi-bin
-rwxr-xr-x 1 root root 40 26 févr. 2011 .htpasswd_stats
lrwxrwxrwx 1 web1 client1 38 12 févr. 2011 log -> /var/log/ispconfig/httpd/test.com
drwxr-x--x 2 web1 client1 48 12 févr. 2011 ssl
drwxrwxrwx 2 web1 client1 48 12 févr. 2011 tmp
drwx--x--- 4 web1 client1 128 12 févr. 2011 web
User name and website host have been change for obvious reasons...
Any idea where I should start debugging this please ?