• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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