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

Resolved Mailbox over quota but still receiving email

gregconway

Basic Pleskian
Hi,

I have a subscription that contains lots of mailboxes, all set to a 1 Gb limit.

One of the mailboxes is over that 1Gb limit but still receives email!

The subscription is set to no overuse, but has to be set to unlimited disk space, so the subscription is not disabled when one mailbox exceeds the 1Gb limit.

So the mailbox is > 1Gb, but the subscription does not get suspended, and the mailbox keeps receiving mail!

Any suggestions on how I could enforce the 1Gb limit per mailbox?

I'm running the latest version of Plesk (fully up-to-date) on CentOS Linux.

Thanks,

Greg.
 

Attachments

  • plesk3_241221.PNG
    plesk3_241221.PNG
    83.3 KB · Views: 8
  • plesk2_241221.PNG
    plesk2_241221.PNG
    7.2 KB · Views: 7
  • plesk1_241221.PNG
    plesk1_241221.PNG
    6.4 KB · Views: 8
Hello Greg,

Thank you for your question.

Could you please execute the following commands on your server?
Code:
plesk bin mail --info [email protected]
and
Code:
cat /var/qmail/mailnames/yourdomain.tld/username/Maildir/maildirsize | head

If the output of the maildir is 0S,0C (or 0S) you can try to repair an affected mailbox by running:
Code:
plesk repair mail -y [email protected]
 
Hi Aytalina,

Many thanks for your response.

I ran the above commands and whilst it said "no errors fixed" the output from the head command was different after running the repair command, and I've just seen a bounce message in the logs - 4.2.2 Mailbox full;

So it looks like that did it! :)

Thanks for the help!

Greg.
 
Back
Top