From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 20:24:00 2005 Return-Path: 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 E95A716A4CE for ; Wed, 26 Jan 2005 20:24:00 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA9543D46 for ; Wed, 26 Jan 2005 20:24:00 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 181F15F02; Wed, 26 Jan 2005 15:24:00 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62311-01; Wed, 26 Jan 2005 15:23:58 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-236-186.ny325.east.verizon.net [68.160.236.186]) by pi.codefab.com (Postfix) with ESMTP id 569A55EFD; Wed, 26 Jan 2005 15:23:58 -0500 (EST) Message-ID: <41F7FC3E.2050407@mac.com> Date: Wed, 26 Jan 2005 15:23:26 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vincent BRAY References: <20050126200311.30639.qmail@web26802.mail.ukl.yahoo.com> In-Reply-To: <20050126200311.30639.qmail@web26802.mail.ukl.yahoo.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: questions@FreeBSD.org Subject: Re: Scan TCP/IP traffic for viruses X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 20:24:01 -0000 Vincent BRAY wrote: [ ...please wrap lines at 80 columns... ] > I am currently looking for an application that can check the TCP/IP traffic > on my freeBSD server and detect viruses on download file or peer to peer > traffic (ie: bittorent, emule). [ ... ] > I found the application avast + dazuko. I believe the latter is an optional part of: /usr/ports/security/clamav ...and ClamAV makes a fine virus scanner for downloaded files and can be used from other services for email scanning (cf amavisd). -- -Chuck