From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 05:49:37 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 DDBCF37B401 for ; Mon, 21 Jul 2003 05:49:37 -0700 (PDT) Received: from TK212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EC143FB1 for ; Mon, 21 Jul 2003 05:49:37 -0700 (PDT) (envelope-from herbert@TK212017121218.teleweb.at) Date: Mon, 21 Jul 2003 14:49:36 +0200 From: Herbert To: Martin McCormick Message-ID: <20030721124936.GB27987@TK212017121218.teleweb.at> References: <200307211130.h6LBUnC9091642@dc.cis.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307211130.h6LBUnC9091642@dc.cis.okstate.edu> X-Operating-System: FreeBSD 5.1-RELEASE User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Using spamprobe on a FreeBSD System 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, 21 Jul 2003 12:49:38 -0000 On Mon, Jul 21, 2003 at 06:30:49AM -0500, Martin McCormick wrote: > > I started to install spamprobe-0.8b and discovered that it > needs something called BerkeleyDB. The instructions tell one to get > it from a place called sleepycat.com where it looks like one must buy > berkeleyDB. % cd /usr/ports/databases && make search key=Berkeley |more You will find version 2.7.x, 3.3.x, 4.0.14 and 4.1.25. So take whatever you need. But spamprobe is also in the ports, so you only have to do: # cd /usr/ports/mail/spamprobe && make install clean For license questions check http://www.sleepycat.com/download/index.shtml > Is that actually the case? If that is the case, is there any > other spam filter that works with procmail which can open base64 and > not be tripped up by html? I am quite happy with SpamAssassin and Razor2 ... not sure about base64. But here is the homepage: http://www.spamassassin.org. Herbert