From owner-freebsd-questions@FreeBSD.ORG Tue Jun 8 22:47:00 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E4131065670 for ; Tue, 8 Jun 2010 22:47:00 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6DA8FC17 for ; Tue, 8 Jun 2010 22:46:59 +0000 (UTC) Received: by ewy24 with SMTP id 24so2441808ewy.34 for ; Tue, 08 Jun 2010 15:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=E/1PTz0zd49OIZ59BXLQB7dhxQK8vyyc7zbCaVU/I/A=; b=kJBBO5+Ix8eDi6t8sK89h8+qsJer1FBDwN4Ay+Z/6C9TMFLutViQBa1UlT2NpbXIIa qltTJjdI6gYrAJvE+dhKH0Hf2AzcjX8D1tT0YnHN2z7UTOPcfNfrkKSi/1Tccb1jvUmi j52Y0W9id8lXcdOscD2bHwxRKcXvPUQqpN1KM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=ql/CJpMCqn1LKFobw2yvk29zmRI7Dp0M+7xwZrx/KHPjnHvwYIy1m2J8TwUAkm3buY YmC+gFNfCSc++xQr1aX84TJe2WvjDGEMvjq5fBE7tI8+g1hKCWH5QBaPlic+Lvl20D3I D6+0zKo195yoj7fgtJPu4wea373OdqDpcba4c= Received: by 10.213.27.145 with SMTP id i17mr939228ebc.35.1276037218466; Tue, 08 Jun 2010 15:46:58 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 16sm3667296ewy.7.2010.06.08.15.46.56 (version=SSLv3 cipher=RC4-MD5); Tue, 08 Jun 2010 15:46:57 -0700 (PDT) Date: Tue, 8 Jun 2010 23:46:54 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100608234654.649b8d0c@gumby.homeunix.com> In-Reply-To: <20100608175125.GA24521@thought.org> References: <20100608175125.GA24521@thought.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: spamd exits on line 2585 unexpectedly... . 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, 08 Jun 2010 22:47:00 -0000 On Tue, 8 Jun 2010 10:51:28 -0700 Gary Kline wrote: > > anybody know why /usr/local/bin/spamd bailed on me like this? > > child process [2377] exited or timed out without signaling > production of a PID file: exit 25 at /usr/local/bin/spamd line > 2585. This was discussed on the ports list some time ago - I don't think they came to any real conclusion. Someone said that sa-update had solved it, someone fixed it by deleting and then reinstalling relevant ports. > seems to have begun while i was upgrading my server, but > beyond that, i'm wedged. i would like to install dspam > *with* this--spamassassin, if that will work. not entirely > sure how to make that happen. The easiest way to do that is to pipe it though dspam dspam --stdout --deliver=innocent,spam and then add an SA header test like: header DS_SPAM X-DSPAM-Result =~ /^Spam/ tflags DS_SPAM learn score DS_SPAM 3.5