• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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