• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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