• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

no mailbox quota, but error

U

ukemi

Guest
I've a customer mailbox with no quota (@mbox.quota -1 / psa.mail mbox_quota -1) and unlimited disk space.
Currently ~1GB disk space is in use.

I get the following error: Recipient's mailbox is full, message returned to sender. (#5.2.2)

Does anybody know how to solve this?

Thanks
 
I solve it. The domain quota wasn't set correct via the plesk interface.
 
Anyway check mailman quota in Plesk database and run mchk to rebuild all qmail configuration files according to the database:

~# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"select concat(mail.mail_name,'@',domains.name) as mail_account, mail.mbox_quota from mail, domains where mail.dom_id=domains.id"

~# /usr/local/psa/admin/sbin/mchk --with-spam

http://kb.swsoft.com/en/944

Also note that mbox_quota should be '0': http://forum.swsoft.com/showthread.php?threadid=21541

./anb
 
Back
Top