• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Email account space hogs

C

csthsl

Guest
Suggestion that is badly needed.

I have email account "disk space hogs" that over exceed their account limits yet i don't know who they are.

Can you make a way for administrators to easily see email accounts and the space they are taking on the server? Even if you just added the disk space count to the Email part of the Plesk tool.

If there is an easy way to do, can you tell me how?
 
du -ch --max-depth=1 /var/qmail/mailnames/*/ | more

... will show you the size of every mailbox.
 
Domain specific

Awesome! Is there a way to narrow it down to a particular domain.

Say listing out all of the accounts and their size, so to speak?

sh
 
go it!

Ah got it!

du -ch --max-depth=1 /var/qmail/mailnames/domain.net/ | less
 
This is a great command that has just helped me out of a tight spot with limits.

I would like to know if there is a easy way to delete all e-mail in a specific mailbox.

I notice just disabling the mailbox does not delete the e-mail. I'm using Plesk 8.
 
Back
Top