From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 11:38:54 2003 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 D9DE837B401 for ; Fri, 20 Jun 2003 11:38:54 -0700 (PDT) Received: from priv-edtnes03-hme0.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DB643F93 for ; Fri, 20 Jun 2003 11:38:54 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from njamn8or ([207.6.229.118]) by priv-edtnes03-hme0.telusplanet.netESMTP <20030620183853.HYYF17243.priv-edtnes03-hme0.telusplanet.net@njamn8or>; Fri, 20 Jun 2003 12:38:53 -0600 Date: Fri, 20 Jun 2003 11:38:44 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: Gabriel Ambuehl In-Reply-To: <9108981703.20030620135951@buz.ch> Message-ID: <20030620113738.M3717@njamn8or.no-ip.org> References: <9108981703.20030620135951@buz.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: Open Source virus scanning engine 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: Fri, 20 Jun 2003 18:38:55 -0000 On Fri, 20 Jun 2003, Gabriel Ambuehl wrote: > Hi, > I was wondering whether there is any, preferably good ;-), open source > virus scanning engine for FreeBSD I could use on my mailserver. I > don't particularly mind buying a commercial one but I'd prefer an open > source one of course... > > Any pointers would greatly be appreciated, > Gabriel cd /usr/ports && make search key=virus | grep Path: will list the ones already in ports. Check the mailing list archives, this topic comes up frequently and you will see loads of prior feedback. Cheers, Viktor