• 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.

Mail Box Size

John Fleming

Basic Pleskian
Hi Guys,

I have Plesk V9 running on linux and and I can't seem to find were I can see how large a mail file is.

I have one domain that is reporting itself ast 1.7GB big, but according to Unix the entire domain's file structure is only 300mb. So there must be a stack of data tied up in one of the mailboxes, but I can't seem to work out how to find it.

any help you can provide would be great.

Cheers
John
 
Hi,

You can use a du command. Emails are stored at /var/qmail/mailnames/yourdomain.tld/emailadresses/
per domain storage, use this: du -hs /var/qmail/mailnames/yourdomain.tld
per email storage in domain, use this: du -hs /var/qmail/mailnames/yourdomain.tld/*

BR,
Andras Jokai
www.799.hu
 
Back
Top