From owner-freebsd-isp@FreeBSD.ORG Mon May 19 11:35:17 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D165637B401 for ; Mon, 19 May 2003 11:35:17 -0700 (PDT) Received: from mx2.dobleJ.net (213-97-10-243.uc.nombres.ttd.es [213.97.10.243]) by mx1.FreeBSD.org (Postfix) with SMTP id 61D4343FB1 for ; Mon, 19 May 2003 11:35:15 -0700 (PDT) (envelope-from juanjo.listas@dobleJ.net) X-Server: Redirección vía mx2.doblej.net Message-Id: <5.2.1.1.2.20030519203232.03657a90@192.168.0.3> X-Sender: juanjo.listas@doblej.net@192.168.0.3 X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Mon, 19 May 2003 20:35:11 +0200 To: freebsd-isp@freebsd.org From: Juan =?iso-8859-1?Q?Jos=E9?= =?iso-8859-1?Q?_S=E1nchez?= Mesa In-Reply-To: <501EEBD0-8A27-11D7-8061-000393D5E5DA@hub3.net> References: <523443F2-8A26-11D7-A0BC-003065BA9B36@titania.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Illegal use of my server?? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 18:35:18 -0000 >I don't quite understand what happened. How was Squid used to relay mail? >I'm glad this thread came up because I am just about to deploy a Squid cache. Using the CONNECT method. CONNECT ip_mailrelay:25 HTTP/1.0 .... It will open a conection to the ip and act has a tunnel to the "conversation". It's used to proxy SSL connections. Disable CONNECT method in Squid or limit it to 443 port.