• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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: 7
  • plesk2_241221.PNG
    plesk2_241221.PNG
    7.2 KB · Views: 7
  • plesk1_241221.PNG
    plesk1_241221.PNG
    6.4 KB · Views: 7
Hello Greg,

Thank you for your question.

Could you please execute the following commands on your server?
Code:
plesk bin mail --info username@yourdomain.tld
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 user@yourdomain.tld
 
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