Check-quota error when running the script

A working installation has since a while a problem:
If i run the script:

/usr/bin/php /var/www/vhosts/myhost.ch/public/subdomains/www.myhost.ch/lists/admin/index.php -pprocessqueue -c /var/www/vhosts/myhost.ch/public/subdomains/www.myhost.ch/lists/config/config.php >/dev/null

i get the message:
Mail handler 'check-quota' said: REPLY:452:4.2.2 Mailbox full

The mailbox for bounces is empty and is also working.
When i get messages ( for bounces ) they are deleted on the server.

Anyone has a idea?
Manfred

Firstly, you are sending the queue, so if I’m reading your post correctly, the mail function says that your email box is full?
you would want to check the mailbox for the sending… i.e. if you are using an smtp server, it would be the mailbox associated with the login to the smtp server…
In general, it’s a good idea to separate the ‘from’ address from the ‘envelope address’, which would be where the bounces are delivered. Also, it’s a good idea to keep the domain for your marketing emails different from your ‘everyday’ or transaction emails… just incase the marketing emails are blacklisted,you can still communicate via your ‘regular’ email address.

This sound interesting.

you would want to check the mailbox for the sending
You solved the Problem :wink: Thanks
Shalom
Manfred