PDA

View Full Version : Spam being sent via smtp to localhost



NoBaloney2
11-25-2008, 01:19 PM
We've got a spammer sending through one of our servers:

What we're seeing is a spammer who's sending mail by an smtp connection to exim from the localhost (127.0.0.1).

The logs don't show us what user is making the connection. We really need to allow mail from 127.0.0.1 or our webmail won't work.

Anyone come up with this before? How did you find the problem? Any idea how to make whatever change is required so we can see what program is connecting to 127.0.0.1?

Barring that, any other ideas?

The server appears fine according to latest versions of both rkhunter and chkrootkit.

Thanks in advance for any help. If we can come up with a fix we'll build it into spamblocker.

Thanks.

Jeff

chasjs
06-06-2011, 02:48 PM
Did you ever find an answer to this???? This started today on us.

How can I block 127.0.0.1?

Thanks

Chuck

zEitEr
06-07-2011, 12:59 AM
Hello Chuck,

You might need to remove 127.0.0.1 from relay_hosts

Search the forums for more details.

nobaloney
06-07-2011, 12:12 PM
Yes, this is exactly what we ended up doing.

Jeff