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

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