From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 14:46:19 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 132D337B401 for ; Wed, 9 Apr 2003 14:46:19 -0700 (PDT) Received: from pl122.evertek.net (pl122.evertek.net [216.51.178.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6188B43F85 for ; Wed, 9 Apr 2003 14:46:17 -0700 (PDT) (envelope-from klaatu@evertek.net) Received: from pl122.evertek.net (localhost [127.0.0.1]) by pl122.evertek.net (8.12.9/8.12.9) with ESMTP id h39LjHfV002250; Wed, 9 Apr 2003 16:45:17 -0500 (CDT) (envelope-from klaatu@evertek.net) Received: (from klaatu@localhost) by pl122.evertek.net (8.12.9/8.12.9/Submit) id h39Lid7B002234; Wed, 9 Apr 2003 16:44:39 -0500 (CDT) X-Authentication-Warning: aristotle.pl122.evertek.net: klaatu set sender to klaatu@evertek.net using -f Date: Wed, 9 Apr 2003 16:44:39 -0500 From: Mike Dean To: Dragoncrest Message-ID: <20030409214439.GB658@evertek.net> Mail-Followup-To: Dragoncrest , freebsd-questions@FreeBSD.ORG References: <5.2.0.9.2.20030409004352.00a01450@pop.voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.2.20030409004352.00a01450@pop.voyager.net> User-Agent: Mutt/1.4.1i Organization: Engedi Technology X-Preferred-Format: text/plain X-Operating-System: FreeBSD 5.0-CURRENT X-Mail-System: fetchmail, procmail, mutt, vim, abook cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions about F-prot 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, 09 Apr 2003 21:46:19 -0000 * Dragoncrest [2003-09-04 00:45]: > Ok, since I got all my other issues resolved, we're on to the next > bit of fun. F-prot. Anyone know how to link that to my mail system so > that it scans emails as they come in for viruses then deletes the messages? > I want it to scan for viruses, and when it finds them it nukes the email. > Anyone know? Anyone even worked with F-prot yet? I have it working, and scanning all my incoming e-mail. I use Procmail to filter & sort all my incoming mail on a couple accounts, and wrote a script that is set as a non-delivering filter rule at the top of each procmailrc, that runs a message through F-Prot. If the message is clean, it just passes it through; if it's infected, it drops it in an infected mailbox, and replaces it with a message giving the virus scan details in the stream of mail flowing to its normal destination. If you want to see the script, just drop me a line and I can send it to you. I would also be interested, however, if there's a pre-written program that accomplishes this (in the same manner). -Michael