• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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