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

Increase Mail Disk Space

scottlpool2003

Basic Pleskian
Is there any way to increase the disk space for the mail server? Had a major catastrophe with the mail server crashing out with no space left yesterday.

/dev/md1
11.6 GB free of 15.1 GB

/dev/md3
708.5 MB free of 4.7 GB <<MAIL DISK SPACE

/dev/md2
188.3 GB free of 203.7 GB

Help appreciated.
 
Try this

Hi,

i had the same problem with my server. So, i decided to change the partition where the mailnames folder was.
So, i shutdown the email services (pop + smtp), made a copy of /var/qmail/mailnames folder to my other partition with the extra space (e.g.: /srv/mailnames), then renamed the OLD folder to /var/qmail/mailnames2. After that i made a link (shortcut) from /var/qmail/mailnames to my new folder (linux: ln -s /srv/mailnames mailnames). That command makes a shortcut named "mailnames" to the real one /srv/mailnames folder.
Then, restart the email services (pop + smtp).
And you are done.

Zero.
 
Back
Top