Hello all,
I don't claim to be a email expert and I could use some help with this.
One customer has been letting me know he is getting chinese spam emails with my hostname as the from address. This is normal I guess, since the "from" is easily forged. However, the Received headers are making me think this email is actually being sent through my server. Here is the email header, inclusive all the way to the last "Received" entry. I blanked out the envelope-to to protect the email of my customer.
It looks to me like this was sent FROM my server. If I am reading this right, this was the path it took:
1. connection to exim from localhost. By a script or PHP page maybe?
2. passed from Spamassassin back to exim on the same server
I notice in my mainlog exim log that I have a ton of connections coming in and failed sends:
Exim can be rather cryptic to me. But this looks like someone connected to port 25 on my machine and proceeded to attempt to send to a long list of non-existant email addresses. I should not, oasisuo.com is a domain that is hosted on this server...
Any ideas?
I don't claim to be a email expert and I could use some help with this.
One customer has been letting me know he is getting chinese spam emails with my hostname as the from address. This is normal I guess, since the "from" is easily forged. However, the Received headers are making me think this email is actually being sent through my server. Here is the email header, inclusive all the way to the last "Received" entry. I blanked out the envelope-to to protect the email of my customer.
Code:
Return-path: <[email protected]>
Envelope-to: XXXXXXXXXXXXXX
Delivery-date: Wed, 06 Oct 2004 23:18:13 -0500
Received: from mail by enlil.protollix.com with spam-scanned (Exim 4.31)
id 1CFPjJ-0007zM-LD; Wed, 06 Oct 2004 23:18:13 -0500
Received: from localhost by enlil.protollix.com
with SpamAssassin (2.63 2004-01-11);
Wed, 06 Oct 2004 23:18:13 -0500
It looks to me like this was sent FROM my server. If I am reading this right, this was the path it took:
1. connection to exim from localhost. By a script or PHP page maybe?
2. passed from Spamassassin back to exim on the same server
I notice in my mainlog exim log that I have a ton of connections coming in and failed sends:
Code:
2004-10-07 14:59:25 SMTP connection from [67.173.47.186] (TCP/IP connection count = 1)
2004-10-07 14:59:31 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
2004-10-07 14:59:33 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
2004-10-07 14:59:34 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
2004-10-07 14:59:35 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
2004-10-07 14:59:36 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
2004-10-07 14:59:36 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] incomplete transaction (RSET) from <[email protected]>
2004-10-07 14:59:39 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
2004-10-07 14:59:39 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
2004-10-07 14:59:40 H=c-67-173-47-186.client.comcast.net (67.173.47.186) [67.173.47.186] F=<[email protected]> rejected RCPT <[email protected]>:
Exim can be rather cryptic to me. But this looks like someone connected to port 25 on my machine and proceeded to attempt to send to a long list of non-existant email addresses. I should not, oasisuo.com is a domain that is hosted on this server...
Any ideas?