From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 13:47:33 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 393F516A4CE for ; Mon, 8 Dec 2003 13:47:33 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A901E43D2A for ; Mon, 8 Dec 2003 13:47:31 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 8 Dec 2003 15:50:32 -0600 Message-ID: <3FD4F152.9040305@daleco.biz> Date: Mon, 08 Dec 2003 15:46:58 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: RSB References: <000001c3bdc0$327673a0$0600a8c0@rsbdel> In-Reply-To: <000001c3bdc0$327673a0$0600a8c0@rsbdel> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Dec 2003 21:50:33.0187 (UTC) FILETIME=[4E102330:01C3BDD5] cc: freebsd-questions@freebsd.org Subject: Re: avcheck-0.9.tgz 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: Mon, 08 Dec 2003 21:47:33 -0000 RSB wrote: >20031108 Las Vegas Nevada 89102 USA >rsb@adsbanners.com > >Subj: avcheck-0.9.tgz > >I ran a WINDOWS Mcafee VirusScan of the FreeBSD install disk (v 4.7) >included w/ the book 'SAMS Teach Yourself FreeBSD in 24 Hours' and it >identified a file on the CD, avcheck-0.9.tgz' as a virus. > >Can you provide any other information regarding this file? > >Thank you. > >--rs > > That would be the source tarball for the following 3rd party software: [/home/kadmin] #whereis avcheck avcheck: /usr/ports/security/avcheck [/home/kadmin] #cd /usr/ports/security/avcheck [/usr/ports/security/avcheck] #more pkg-descr Avcheck is a simple program that allows you to call an antivirus software in order to check mail messages for viruses before actual delivery from within a Mail Transfer Agent, or MTA. Avcheck itself isn't a virusscanner, nor it is an MTA. It sits between the MTA and a real antivirus software. Most MTAs available today can call an external program for every mail message in order to perform various tasks, including virus scanning and content filtering. Avcheck can be used as that external program. Avcheck will receive a mail message from a mail system, pass it to an antivirus software, and, depending on the presence of a virus in that message, will either allow the message to be delivered or take appropriate actions to handle infected mail. Avcheck does nothing with a mail message contents -- it's task is to prepare file with a mail message and feed it to an antivirus progra. It's an antivirus task to decode MIME structure, handle embedded archives and so on. Many but not all antivirus products today have this ability. WWW: http://www.corpit.ru/avcheck/ ------------------------------------------------------------------------------------------------------------------------- Well, still may not tell us much. ;) HTH, Kevin Kinsey