Hello,
one cpanel account sent out bulk email and i had to suspend this account.
But after that and after restartign httpd and exim, im still seeing many emails comming into mailqueue:
so im unsure why these are still added to the queue (like one email per 10 seconds last 80 minutes) i thought when account is suspended it wont generate any such mails. How can i stop it adding into queue please?
Update: /scripts/pkgacct accountname
and then terminate cpanel account appears to stopped emails, but question remains, how to prevent that flood in future? it was really hundreds of mails and load was increasing.
As a temporary solution i ran this script in "screen"
but question mentioned above remains
one cpanel account sent out bulk email and i had to suspend this account.
But after that and after restartign httpd and exim, im still seeing many emails comming into mailqueue:
Code:
"Domain ***.net has exceeded the max defers and failures per hour (10/10 (29%)) allowed. Message discarded."
Sender is: "[System]"
Recipient is:
[email protected]***.net/virtual_userdelivery ,
|/usr/local/cpanel/bin/autorespond [email protected]***.net /home/***/.autorespond:[email protected]***.net/virtual_aliases_nostar ,
[email protected]***.net
Update: /scripts/pkgacct accountname
and then terminate cpanel account appears to stopped emails, but question remains, how to prevent that flood in future? it was really hundreds of mails and load was increasing.
As a temporary solution i ran this script in "screen"
it worked to prune system emails like ones mentioned abovewhile true;do
exiqgrep -i -f '<>' | xargs exim -Mrm
sleep 10
done
but question mentioned above remains
Last edited: