I've looked through many threads and followed the advice on this page - How to Prevent Email Abuse - cPanel Knowledge Base - cPanel Documentation - but I have a hosting account that is being used to send spam. Here is the "delivery event details" for one of them (I'm assuming the "sender host" and ip is the spammer since I don't recognize it?) -
I am at the end of the rope of how to prevent/solve this? Running the command "
awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n" gives me this as the first line - 27698 cwd=/var/spool/exim
Code:
Event:
success [IMG]
Sender User: holttwin
Sender Domain: example.com
Sender: [email protected]
Sent Time: Nov 11, 2016 12:18:12 PM
Sender Host: www.domain.com
Sender IP: 95.173.172.82
Authentication: dovecot_login
Spam Score: 0
Recipient: [email protected]
Delivered To: [email protected]
Delivery User: -remote-
Delivery Domain:
Router: dkim_lookuphost
Transport: dkim_remote_smtp
Out Time: Nov 11, 2016 12:18:12 PM
ID: 1c5GPE-00061S-2f
Delivery Host: mx3.hotmail.com
Delivery IP: 65.55.37.120
Size: 1.44 KB
Result: Accepted
Here is the result of the send in my exim_mainlog -
2016-11-11 13:18:28 1c5GPE-00061S-2f H=(www.domain.com) [95.173.172.82]:59161 Warning: "SpamAssassin as cpaneleximscanner detected OUTGOING smtp message as NOT spam (-1.0/40)"
2016-11-11 13:18:28 1c5GPE-00061S-2f <= [email protected] H=(www.domain.com) [95.173.172.82]:59161 P=esmtpsa X=TLSv1:ECDHE-RSA-AES256-SHA:256 CV=no A=dovecot_login:[email protected] S=1476 [email protected] T="4 Waiting Quick F#ck Request" for [email protected]
2016-11-11 13:18:28 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1c5GPE-00061S-2f
2016-11-11 13:18:28 1c5GPE-00061S-2f SMTP connection outbound 1478888308 1c5GPE-00061S-2f example.com [email protected]
2016-11-11 13:18:28 SMTP connection from (www.domain.com) [95.173.172.82]:59161 closed by QUIT
I am at the end of the rope of how to prevent/solve this? Running the command "
awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n" gives me this as the first line - 27698 cwd=/var/spool/exim
Last edited by a moderator: