One of my customers run a cgi proxy service, access to port 25 is blocked so that spam cannot be relayed through the proxy, it only allows http access.
The problem is, spammers are accessing http sites (webmail) and using it to send spam, and those webmail servers are forging my IP as the sender in the headers, even tho they are the ones who are originating the SMTP connection.
Example:
QUOTE
Return-Path: <electronic_lottery[at]yahoo.cn>
Received: from barracuda-out1.linkline.com [64.30.215.67] by
maila61.webcontrolcenter.com with SMTP;
Sun, 23 Mar 2008 18:08:23 -0700
Received: from webmail.linkline.com (localhost [127.0.0.1])
by barracuda-out1.linkline.com (Spam Firewall) with ESMTP
id 6F054952B2A; Sun, 23 Mar 2008 17:17:10 -0700 (PDT)
Received: from webmail.linkline.com (beth.linkline.com [64.30.215.37]) by
barracuda-out1.linkline.com with ESMTP id L3pcqCMG4SGGcHvY; Sun, 23 Mar 2008
17:17:10 -0700 (PDT)
Received: from 64.72.116.x
(SquirrelMail authenticated user DONDAVID)
by beth.linkline.com with HTTP;
Sun, 23 Mar 2008 17:16:59 -0700 (PDT)
X-ASG-Debug-ID: 1206317830-3373031d0000-SNOoqM
X-Barracuda-URL: http://64.30.215.67:8000/cgi-bin/mark.cgi
Message-ID: <5819_______________________________rrel[at]beth.linkline.com>
Date: Sun, 23 Mar 2008 17:16:59 -0700 (PDT)
X-ASG-Orig-Subj: Dear Beneficiary
Subject: Dear Beneficiary
From: "Mrs. Becky Owen" <electronic_lottery[at]yahoo.cn>
Reply-To: electronic_lottery[at]yahoo.cn
User-Agent: SquirrelMail/1.4.6
MIME-Version: 1.0
X-Content-Type: text/plain;charset=iso-8859-1
X-Priority: 3 (Normal)
Importance: Normal
X-Barracuda-Connect: beth.linkline.com[64.30.215.37]
X-Barracuda-Start-Time: 1206317832
X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at linkline.com
X-Content-Transfer-Encoding: quoted-printable
X-Rcpt-To: <x>
X-SmarterMail-Spam: SpamAssassin 0.6 [raw: 0.3], SPF_None
X-Antivirus: AVG for E-mail 7.5.519 [269.21.8/1339]
Content-Type: text/plain
X-SpamSource-note: Converted to text/plain by SpamSource
Received: from barracuda-out1.linkline.com [64.30.215.67] by
maila61.webcontrolcenter.com with SMTP;
Sun, 23 Mar 2008 18:08:23 -0700
Received: from webmail.linkline.com (localhost [127.0.0.1])
by barracuda-out1.linkline.com (Spam Firewall) with ESMTP
id 6F054952B2A; Sun, 23 Mar 2008 17:17:10 -0700 (PDT)
Received: from webmail.linkline.com (beth.linkline.com [64.30.215.37]) by
barracuda-out1.linkline.com with ESMTP id L3pcqCMG4SGGcHvY; Sun, 23 Mar 2008
17:17:10 -0700 (PDT)
Received: from 64.72.116.x
(SquirrelMail authenticated user DONDAVID)
by beth.linkline.com with HTTP;
Sun, 23 Mar 2008 17:16:59 -0700 (PDT)
X-ASG-Debug-ID: 1206317830-3373031d0000-SNOoqM
X-Barracuda-URL: http://64.30.215.67:8000/cgi-bin/mark.cgi
Message-ID: <5819_______________________________rrel[at]beth.linkline.com>
Date: Sun, 23 Mar 2008 17:16:59 -0700 (PDT)
X-ASG-Orig-Subj: Dear Beneficiary
Subject: Dear Beneficiary
From: "Mrs. Becky Owen" <electronic_lottery[at]yahoo.cn>
Reply-To: electronic_lottery[at]yahoo.cn
User-Agent: SquirrelMail/1.4.6
MIME-Version: 1.0
X-Content-Type: text/plain;charset=iso-8859-1
X-Priority: 3 (Normal)
Importance: Normal
X-Barracuda-Connect: beth.linkline.com[64.30.215.37]
X-Barracuda-Start-Time: 1206317832
X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at linkline.com
X-Content-Transfer-Encoding: quoted-printable
X-Rcpt-To: <x>
X-SmarterMail-Spam: SpamAssassin 0.6 [raw: 0.3], SPF_None
X-Antivirus: AVG for E-mail 7.5.519 [269.21.8/1339]
Content-Type: text/plain
X-SpamSource-note: Converted to text/plain by SpamSource
Why is this spam being reported to me and not beth.linkline.com where it really originated???
