From owner-freebsd-questions@FreeBSD.ORG Sun Aug 6 01:27:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D4A16A4DD for ; Sun, 6 Aug 2006 01:27:56 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2910143D46 for ; Sun, 6 Aug 2006 01:27:55 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (rwcrmhc11) with ESMTP id <20060806012754m1100l5k2me>; Sun, 6 Aug 2006 01:27:55 +0000 Received: from localhost (localhost.uniquestrength.net [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id E94D2654B; Sat, 5 Aug 2006 21:28:38 -0400 (EDT) X-Virus-Scanned: amavisd-new at uniquestrength.net Received: from mail.uniquestrength.net ([127.0.0.1]) by localhost (mail.uniquestrength.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pL81rlGDXXYR; Sat, 5 Aug 2006 21:28:36 -0400 (EDT) Received: from [192.168.1.109] (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id 90F125C53; Sat, 5 Aug 2006 21:28:36 -0400 (EDT) From: Derrick Edwards To: freebsd-questions@freebsd.org Date: Sat, 5 Aug 2006 21:32:44 -0400 User-Agent: KMail/1.9.3 References: <200608052118.k75LIBov071177@darkstar.thelakecity.com.pk> In-Reply-To: <200608052118.k75LIBov071177@darkstar.thelakecity.com.pk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608052132.44920.derrick@uniquestrength.net> Cc: Imran Imtiaz Subject: Re: squid with antivirus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 01:27:56 -0000 On Saturday 05 August 2006 17:18, Imran Imtiaz wrote: > I have a router for an internal LAN, i use squid for HTTP and FTP proxy > cache and I want to setup an antivirus so when somebody download a file > from the internet, the antivirus will scan the file and block it with an > error message if the file is infected. > > I want to ask which is the best software for this ? > > Regards, > Imran > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi, You may want to check out dansguardian-devel, (/usr/ports/www/dansguardian-devel). Supports several antivirus programs. Derrick