From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 23:56:38 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA6BE16A47B for ; Tue, 19 Dec 2006 23:56:38 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from home.quip.cz (grimm.quip.cz [213.220.192.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9EED43CAB for ; Tue, 19 Dec 2006 23:56:05 +0000 (GMT) (envelope-from 000.fbsd@quip.cz) Received: from [192.168.1.2] (qwork.quip.test [192.168.1.2]) by home.quip.cz (Postfix) with ESMTP id C8182628F; Wed, 20 Dec 2006 00:33:57 +0100 (CET) Message-ID: <458876E4.2070300@quip.cz> Date: Wed, 20 Dec 2006 00:33:56 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: jdow References: <200612191227.kBJCRRLJ054427@lurza.secnetix.de> <4587D1B6.6060500@andric.com><200612191146.45521.joao@matik.com.br> <45882572.7040707@vindaloo.com> <00b801c723be$106ce980$0225a8c0@wednesday> In-Reply-To: <00b801c723be$106ce980$0225a8c0@wednesday> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG Subject: Re: OpenBSD's spamd. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 23:56:39 -0000 jdow wrote: > Features aside I see a huge problem with something called spamd. That > is the same name as the daemon mode for SpamAssassin. It's not good > to have duplicated names that way. It makes life difficult when you > want to run both tools on the same system. Yes, it is confusing, but OpenBSD's spamd is in ${PREFIX}/libexec/spamd and SpamAssasin's is in ${PREFIX}/bin/spamd so it can be installed on the same system without conflicts. Miroslav Lachman