From owner-freebsd-questions@FreeBSD.ORG Wed Aug 2 03:48:04 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 BF0A416A4DF for ; Wed, 2 Aug 2006 03:48:04 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65EC43D72 for ; Wed, 2 Aug 2006 03:47:57 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k7225GIZ019746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Aug 2006 09:05:24 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k7225Fs5023711; Wed, 2 Aug 2006 09:05:15 +0700 (ICT) Date: Wed, 2 Aug 2006 09:05:15 +0700 (ICT) Message-Id: <200608020205.k7225Fs5023711@banyan.cs.ait.ac.th> From: Olivier Nicole To: roberthuff@rcn.com In-reply-to: <17615.14574.739939.247118@jerusalem.litteratus.org> (message from Robert Huff on Tue, 1 Aug 2006 07:20:14 -0400) References: <20060731173633.V15966@justnosweat.net> <44CED510.4070000@ywave.com> <17615.14574.739939.247118@jerusalem.litteratus.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: spamfilter 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: Wed, 02 Aug 2006 03:48:04 -0000 > 1) spamd (part of SpamAssassin) is written in perl. This is > fine for a workstation, not so much for a high-volume mail server. SpamAssassin itself is written in Perl... But it can be run on a remote server, it does not have to be on the machine running sendmail. > 2) installing spamass-milter requires rebuilding sendmail. (I > have no idea about other MTAs.) This usually sounds more > frightening than it is, but can still lead to complications. I think stock sendmail is installed with milter, so it is only a matter aof configuration, not of compiling. Olivier