• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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