From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 11:59:39 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BC7256E for ; Tue, 27 Jan 2015 11:59:39 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BDEFCCD8 for ; Tue, 27 Jan 2015 11:59:38 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 3679eb25; Tue, 27 Jan 2015 12:59:36 +0100 (CET) Date: Tue, 27 Jan 2015 12:59:35 +0100 From: "Herbert J. Skuhra" To: opendaddy@hushmail.com Subject: Re: opensmtpd: procmail: not found Message-ID: <20150127115935.GA46981@oslo.ath.cx> References: <20150126132300.70653C039D@smtp.hushmail.com> <20150126141428.GA43445@holstein.holy.cow> <20150126145659.29F78C039D@smtp.hushmail.com> <20150126202502.GA40007@oslo.ath.cx> <20150126235409.BD7B7C039E@smtp.hushmail.com> <20150127083223.GA46908@oslo.ath.cx> <20150127111042.6FDC9E03D5@smtp.hushmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150127111042.6FDC9E03D5@smtp.hushmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-questions@freebsd.org, misc@opensmtpd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 11:59:39 -0000 On Tue, Jan 27, 2015 at 11:10:42AM +0000, opendaddy@hushmail.com wrote: > On 27. januar 2015 at 8:25 AM, "Herbert J. Skuhra" wrote: > > > >On Mon, Jan 26, 2015 at 11:54:09PM +0000, opendaddy@hushmail.com > > > >I guess the error does not come from your smtpd.conf, otherwise > >the log > >would show: > > > >Jan 26 14:05:20 mybox smtpd[23304]: delivery: TempFail for > >cf077883a36bcae2: from=, to=, user=od, > >method=mda, delay=1h5m20s, stat=Error ("/usr/local/bin/procmail: > >not found") > > > >and not: > > > >Jan 26 14:05:20 mybox smtpd[23304]: delivery: TempFail for > >cf077883a36bcae2: from=, to=, user=od, > >method=mda, delay=1h5m20s, stat=Error ("procmail: not found") > > > >At least that's what's happening on my system (FreeBSD 10.1- > >STABLE). > > I see, I see. I'm on FreeBSD 10.1-RELEASE. > > >So obviously something else is calling 'procmail' and > >/usr/local/bin missing in $PATH! > > > >Maybe 'smtpd -dv' shows more information? > > # smtpd -dv > fatal: control socket already listening Well, you have to stop opensmtpd first. # service smtpd stop or # /usr/local/etc/rc.d/smtpd stop -- Herbert