From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 12:25:55 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 591B8CEF for ; Tue, 27 Jan 2015 12:25:55 +0000 (UTC) Received: from smtp2.hushmail.com (smtp2.hushmail.com [65.39.178.134]) (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 3ABC81BF for ; Tue, 27 Jan 2015 12:25:54 +0000 (UTC) Received: from smtp2.hushmail.com (localhost [127.0.0.1]) by smtp2.hushmail.com (Postfix) with SMTP id 3B318A0288 for ; Tue, 27 Jan 2015 11:48:31 +0000 (UTC) Received: from smtp.hushmail.com (w2.hushmail.com [65.39.178.46]) by smtp2.hushmail.com (Postfix) with ESMTP; Tue, 27 Jan 2015 11:48:30 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id C35B7E03D5; Tue, 27 Jan 2015 11:48:30 +0000 (UTC) MIME-Version: 1.0 Date: Tue, 27 Jan 2015 11:48:30 +0000 To: "Edgar Pettijohn" , misc@opensmtpd.org, freebsd-questions@freebsd.org Subject: Re: opensmtpd: procmail: not found From: opendaddy@hushmail.com In-Reply-To: <54C775FE.6020501@pettijohn-web.com> 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> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150127114830.C35B7E03D5@smtp.hushmail.com> 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 12:25:55 -0000 Hello! On 27. januar 2015 at 11:21 AM, "Edgar Pettijohn" wrote: >>> >>> Maybe 'smtpd -dv' shows more information? >> # smtpd -dv >> fatal: control socket already listening >> >> Thanks! >> >> O.D. >> >> >Remember to "service smtpd stop" first, before this test. Ah yes! Now we got some action: # smtpd -dv debug: init ssl-tree info: OpenSMTPD 5.4.2p1 starting debug: bounce warning after 4h debug: using "fs" queue backend debug: using "ramqueue" scheduler backend debug: using "ram" stat backend info: startup [debug mode] mfa: building simple chains... debug: queue: done loading queue into scheduler mfa: building complex chains... mfa: done building complex chains mfa: done building default chain libevent 2.0.22-stable (kqueue) debug: parent_send_config_ruleset: reloading debug: parent_send_config_mfa: reloading debug: parent_send_config: configuring smtp debug: mfa ready debug: smtp: listen on 127.0.0.1 port 25 flags 0x0 pki "" debug: smtp: will accept at most 29120 clients debug: smtpd: scanning offline queue... debug: smtpd: offline scanning done debug: scheduler: evp:b757c52fd160fb0d scheduled (mda) mda: new user f72ba568b9efd05b for ":root" debug: lka: userinfo :root debug: mda: new session f72ba569c103cbc9 for user ":root" evpid b7 57c52fd160fb0d debug: mda: no more envelope for ":root" debug: mda: got message fd 4 for session f72ba569c103cbc9 evpid b757c52fd160 fb0d debug: mda: querying mda fd for session f72ba569c103cbc9 evpid b757c52fd160f b0d debug: smtpd: forking mda for session f72ba569c103cbc9: "/usr/local/bin/proc mail -f -" as root delivery: TempFail for b757c52fd160fb0d: from=<>, to=, user=root , method=mda, delay=4h50m5s, stat=Error (not allowed to deliver to: root) debug: mda: session f72ba569c103cbc9 done debug: mda: user "root" becomes runnable debug: mda: all done for user ":root" debug: scheduler: evp:3ea50754ebc57df8 scheduled (mda) mda: new user f72ba56a06a86a79 for ":root" debug: lka: userinfo :root debug: mda: new session f72ba56b009d2ba4 for user ":root" evpid 3e a50754ebc57df8 debug: mda: no more envelope for ":root" debug: mda: got message fd 4 for session f72ba56b009d2ba4 evpid 3ea50754ebc5 7df8 debug: mda: querying mda fd for session f72ba56b009d2ba4 evpid 3ea50754ebc57 df8 debug: smtpd: forking mda for session f72ba56b009d2ba4: "/usr/local/bin/proc mail -f -" as root delivery: TempFail for 3ea50754ebc57df8: from=<>, to=, user=root , method=mda, delay=4h50m5s, stat=Error (not allowed to deliver to: root) debug: mda: session f72ba56b009d2ba4 done debug: mda: user "root" becomes runnable debug: mda: all done for user ":root" Thank you! O.D.