Disk Space Report of all Domain names & Mailbox cleanout

R

Ryan Sweeney

Guest
Hey Guys,

Is there a report or command i can run to get a report on how much diskspace each client it using.. This would include website disk space and mail disk space..

I'm running out of space and need to find the main offenders..

Also how would i clean out there mailbox of emails say older then 1 month..

Cheers
Ryan
 
Well, there is a report within Plesk. You should be able to sort domains by disk usage too.

You could also use du. So for example ...

cd /home/httpd/vhosts/
du -h --max-depth=1

cd /var/qmail/mailnames/
du -h --max-depth=1

HTH,
James
 
Back
Top