after of use "whmapi1 suspend_outgoing_email user=cpaneluser" user continue sending email
-
After you suspend the account restart exim and dovecot as well from WHM just to be sure. If the spamming continues then the spam is coming from another account :( 0 -
After you suspend the account restart exim and dovecot as well from WHM just to be sure. If the spamming continues then the spam is coming from another account :(
Thanks @andrew.n cPanel say this is LOG of messages, no LOG of output. Please, some command to get record of real OUTPUT messages?0 -
I would just see the total of number of emails with "exim -bpc" and monitor if it increasing or not. If you see high number of messages there then the spam is still ongoing. 0 -
It's possible that you're seeing failed messages being retried, which would add a new entry to the log file. The "exim -bpc" command would show the total number of messages in the queue, so that would let you know if new messages are really being added. 0 -
thanks,with wich command we can get "total of MESSAGES really OUTGOING of server" ? 0 -
exim -bpc is listing the currently in queue total messages which are waiting to be sent out by exim. 0 -
exim -bpc is listing the currently in queue total messages which are waiting to be sent out by exim.
Tanks by your help Andrew.n.grep usercPanel /var/log/exim_mainlog | grep -E '<=' | wc -l 1500
return 1500, but that no't is correct becouse 1490 messages have:Domain user.com.co has an outgoing mail suspension. Message discarded.
then really we want obtain value 10, by example, becouse the others 1490 messages is stopped by exim becouse:Domain user.com.co has an outgoing mail suspension. Message discarded.
. . . some command to we get the value 10 ? (that is "real messages outgoing").0 -
There isn't going to be a way to differentiate between those with any standard commands. 0 -
then how we can obtain the REAL COUNT of emails outgoing without include the emails RETAINED by system?, no is possible? 0 -
The counts you're seeing are correct, they just don't differentiate between what is spam and what isn't. I'm not aware of a way to do that with any simple exim commands. 0
Please sign in to leave a comment.
Comments
10 comments