From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 14:12:57 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 1DE671AD for ; Mon, 26 Jan 2015 14:12:57 +0000 (UTC) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.232]) by mx1.freebsd.org (Postfix) with ESMTP id DE068906 for ; Mon, 26 Jan 2015 14:12:56 +0000 (UTC) Received: from [204.210.114.114] ([204.210.114.114:64402] helo=localhost.hawaii.res.rr.com) by dnvrco-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 95/18-06689-1AA46C45; Mon, 26 Jan 2015 14:09:38 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id 145785CE4; Mon, 26 Jan 2015 04:14:29 -1000 (HST) Date: Mon, 26 Jan 2015 04:14:28 -1000 From: parv To: opendaddy@hushmail.com Subject: Re: opensmtpd: procmail: not found Message-ID: <20150126141428.GA43445@holstein.holy.cow> Mail-Followup-To: opendaddy@hushmail.com, freebsd-questions@freebsd.org References: <20150126132300.70653C039D@smtp.hushmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150126132300.70653C039D@smtp.hushmail.com> X-RR-Connecting-IP: 107.14.64.142:25 X-Authority-Analysis: v=2.1 cv=dqxVCjQ4 c=1 sm=1 tr=0 a=lLOF/jpPrR0dcgWXP1EvZg==:117 a=lLOF/jpPrR0dcgWXP1EvZg==:17 a=ayC55rCoAAAA:8 a=kj9zAlcOel0A:10 a=Ymsr-CWnAAAA:8 a=YNv0rlydsVwA:10 a=8c8-Wn2gAAAA:8 a=FH0sDxpYWAezHcED468A:9 a=CjuIK1q_8ugA:10 X-Cloudmark-Score: 0 Cc: freebsd-questions@freebsd.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: Mon, 26 Jan 2015 14:12:57 -0000 in message <20150126132300.70653C039D@smtp.hushmail.com>, wrote opendaddy@hushmail.com thusly... > > Hello! > > Trying to set up opensmtpd-5.4.2_4,1 with procmail-3.22_8 in > FreeBSD. But why am I getting `Error ("procmail: not found")` in > my maillog? > > # whereis procmail > procmail: /usr/local/bin/procmail /usr/local/man/man1/procmail.1.gz /usr/ports/mail/procmail Is procmail actually installed, for locate database could be old and thus whereis would be lying? What is the output of ... # whereis procmail | xargs ls -l ... ? > # tail /var/log/maillog > Jan 26 14:03:00 mybox smtpd[23304]: delivery: TempFail for \ > d597675f24cee290: from=, to=, user=od, \ > method=mda, delay=4h3m, stat=Error ("procmail: not found") ... Another possibility is that some command actually run by procmail is missing. --