From owner-freebsd-questions@FreeBSD.ORG Tue May 23 13:41:09 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 D6B7A16A428 for ; Tue, 23 May 2006 13:41:09 +0000 (UTC) (envelope-from zimmermanjj@alltel.net) Received: from ispmxmta06-srv.alltel.net (ispmxmta06-srv.alltel.net [166.102.165.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7BF43D46 for ; Tue, 23 May 2006 13:41:09 +0000 (GMT) (envelope-from zimmermanjj@alltel.net) Received: from webmail-relay.alltel.net ([10.135.32.162]) by ispmxmta06-srv.alltel.net with SMTP id <20060523134108.OXLE26070.ispmxmta06-srv.alltel.net@webmail-relay.alltel.net> for ; Tue, 23 May 2006 08:41:08 -0500 X-Mailer: Openwave WebEngine, version 2.8.19 (webedge20-101-1110-20050615) From: To: Date: Tue, 23 May 2006 9:41:08 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20060523134108.OXLE26070.ispmxmta06-srv.alltel.net@webmail-relay.alltel.net> Cc: Subject: (no subject) 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: Tue, 23 May 2006 13:41:12 -0000 Hi. I want to transparently scan incoming mail (POP3, IMAP) for viruses and spam on FreeBSD 6.0 RELEASE. This software needs to sit in stream between the client and the server, and should be able to use ClamAV and Spamassassin (or has its own filtering capabilities, or other type of filtering input). I believe this would be called a proxy. I have searched through the ports collection extensively and found a port called p3scan. p3scan is exactly what I want, but it uses the compat3x library which is marked forbidden. Does anyone know of an actively-supported and reliable open source tool that will do this? Or does anyone have a better solution besides proxying?