IP listed at https://www.abuseat.org/lookup.cgi.
How do I fix this? It's a reseller shared server. I have CSF, CXS installed with many anti-spam tweaks in place.
It says...
Results:
Why is so much coming from CSF?
Ran CSF Check Server Security, everything is fine there.
How do I fix this? It's a reseller shared server. I have CSF, CXS installed with many anti-spam tweaks in place.
It says...
I ran this command:xxx.xxx.34.82 is listed
This IP address was detected and listed 659 times in the past 28 days, and 90 times in the past 24 hours. The most recent detection was at Thu Apr 19 20:05:00 2018 UTC +/- 5 minutes
This IP address has been connecting to our spam trap servers and is attempting to use our spam traps to relay email to other locations. In other words, IP address xxx.xxx.34.82 has been attempting to use our spamtraps as open relays.
A mail server normally only accepts email for its own users.
An ISP "outbound mail server" or "smarthost" accepts email, usually authenticated by userid and password, from its own users to relay it out to the Internet. This is a "mail submission agent" (MSA) server.
In other words, properly designed mail servers only accept email from its own users, or, to its own users.
A mail server that accepts email from non-users and relays it to other non-users is a "relay". Servers should not be set up as "open relays" - that is, not be permitted to relay email from any arbitrary place on the internet to another.
A computer that attempts to "trick" another mail server to be an "open relay" is acting as an "open relay injector", and that is what xxx.xxx.34.82 is doing.
Any IP address making lots of outbound connections on port 25 (less commonly 587) is usually the sign of such activity. If IP address xxx.xxx.34.82 is a NAT or PAT firewall, turning on logging of port 25/587 connections will usually identify the culprit in your network.
Code:
grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n
Code:
4277 /home/werock
6566 /home/podemoss
50014 /home/mhd/public_html/clients/cibe/wp-content/plugins/admin-menu-editor/ajax-wrapper
234867 /etc/csf
Ran CSF Check Server Security, everything is fine there.