From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 23:54:12 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 2478831E for ; Mon, 26 Jan 2015 23:54:12 +0000 (UTC) Received: from smtp1.hushmail.com (smtp1.hushmail.com [65.39.178.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.hushmail.com", Issuer "Self-signed" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0680D657 for ; Mon, 26 Jan 2015 23:54:11 +0000 (UTC) Received: from smtp1.hushmail.com (localhost [127.0.0.1]) by smtp1.hushmail.com (Postfix) with SMTP id 85AD0401ED for ; Mon, 26 Jan 2015 23:54:10 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp1.hushmail.com (Postfix) with ESMTP; Mon, 26 Jan 2015 23:54:09 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id BD7B7C039E; Mon, 26 Jan 2015 23:54:09 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 26 Jan 2015 23:54:09 +0000 To: "Herbert J. Skuhra" , parv@pair.com Subject: Re: opensmtpd: procmail: not found From: opendaddy@hushmail.com In-Reply-To: <20150126202502.GA40007@oslo.ath.cx> References: <20150126132300.70653C039D@smtp.hushmail.com> <20150126141428.GA43445@holstein.holy.cow> <20150126145659.29F78C039D@smtp.hushmail.com> <20150126202502.GA40007@oslo.ath.cx> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150126235409.BD7B7C039E@smtp.hushmail.com> 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: Mon, 26 Jan 2015 23:54:12 -0000 Hello, On 26. januar 2015 at 8:18 PM, "Herbert J. Skuhra" wrote: > >To understand why you get this error run: > >% whereis procmail | xargs -t ls -l Indeed, similar to the command parv gave me earlier: # whereis procmail | xargs -t -n1 ls -l ls -l procmail: ls: procmail:: No such file or directory ls -l /usr/local/bin/procmail -rwsr-sr-x 1 root mail 98224 Oct 3 04:19 /usr/local/bin/procmail ls -l /usr/local/man/man1/procmail.1.gz -rw-r--r-- 1 root wheel 10793 Oct 3 04:19 /usr/local/man/man1/procmail.1 .gz >Do you have a .forward file in $HOME with the content "|procmail"? No, I do not. I just copied my smtpd.conf from OpenBSD where it was all working fine. I have no idea what's going on here. Why is procmail acting up? Thanks. O.D. > >-- >Herbert