From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 13:35:56 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 397C8E3A for ; Tue, 27 Jan 2015 13:35:56 +0000 (UTC) Received: from smtp10.hushmail.com (smtp10.hushmail.com [65.39.178.143]) (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 F1419C09 for ; Tue, 27 Jan 2015 13:35:55 +0000 (UTC) Received: from smtp10.hushmail.com (localhost [127.0.0.1]) by smtp10.hushmail.com (Postfix) with SMTP id 9A2EBC0222 for ; Tue, 27 Jan 2015 13:02:49 +0000 (UTC) Received: from smtp.hushmail.com (w2.hushmail.com [65.39.178.46]) by smtp10.hushmail.com (Postfix) with ESMTP; Tue, 27 Jan 2015 13:02:49 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 6B345E03D5; Tue, 27 Jan 2015 13:02:49 +0000 (UTC) MIME-Version: 1.0 Date: Tue, 27 Jan 2015 13:02:49 +0000 To: "Herbert J. Skuhra" Subject: Re: opensmtpd: procmail: not found From: opendaddy@hushmail.com In-Reply-To: <20150127125649.GA51008@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> <54C775FE.6020501@pettijohn-web.com> <20150127114830.C35B7E03D5@smtp.hushmail.com> <20150127125649.GA51008@oslo.ath.cx> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150127130249.6B345E03D5@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: Tue, 27 Jan 2015 13:35:56 -0000 On 27. januar 2015 at 12:49 PM, "Herbert J. Skuhra" wrote: > >1. Create an alias for root and run newaliases. I already have this (I've also run newaliases): # cat /etc/mail/aliases root: opendaddy # Basic system aliases -- these MUST be present MAILER-DAEMON: postmaster postmaster: root # General redirections for pseudo accounts _dhcp: root _pflogd: root auditdistd: root >2. Show debug output for the error "procmail: not found" How do I debug that error? Do you mean with `smtpd -dv`? O.D.