From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 11:27:42 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 884C275F for ; Wed, 28 Jan 2015 11:27:42 +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 662913E0 for ; Wed, 28 Jan 2015 11:27:42 +0000 (UTC) Received: from smtp2.hushmail.com (localhost [127.0.0.1]) by smtp2.hushmail.com (Postfix) with SMTP id 62E21A0247 for ; Wed, 28 Jan 2015 11:27:41 +0000 (UTC) Received: from smtp.hushmail.com (w2.hushmail.com [65.39.178.46]) by smtp2.hushmail.com (Postfix) with ESMTP; Wed, 28 Jan 2015 11:27:39 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id A29F6E03D7; Wed, 28 Jan 2015 11:27:39 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 28 Jan 2015 11:27:39 +0000 To: "Herbert J. Skuhra" Subject: Re: opensmtpd: procmail: not found [DROPPED - DON'T NEED PROCMAIL IN THE FIRST PLACE] From: opendaddy@hushmail.com In-Reply-To: <20150128084213.GA89054@oslo.ath.cx> References: <20150127111042.6FDC9E03D5@smtp.hushmail.com> <54C775FE.6020501@pettijohn-web.com> <20150127114830.C35B7E03D5@smtp.hushmail.com> <20150127125649.GA51008@oslo.ath.cx> <20150127130249.6B345E03D5@smtp.hushmail.com> <20150127133152.GB51008@oslo.ath.cx> <20150127145833.9410CE03D5@smtp.hushmail.com> <20150127150840.BC37DE03D5@smtp.hushmail.com> <20150127160536.GC51008@oslo.ath.cx> <20150127225650.85321A00E6@smtp.hushmail.com> <20150128084213.GA89054@oslo.ath.cx> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150128112739.A29F6E03D7@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: Wed, 28 Jan 2015 11:27:42 -0000 Dear Herbert, Thank you so much for guiding me through all of this but I just realized I don't really need procmail in the first place. Besides, being used to all these pretty configs from pf and opensmtpd, procmail's .procmailrc / .forward was a real letdown anyway. All the best, O.D. On 28. januar 2015 at 8:35 AM, "Herbert J. Skuhra" wrote: > >On Tue, Jan 27, 2015 at 10:56:50PM +0000, opendaddy@hushmail.com >wrote: >> On 27. januar 2015 at 3:58 PM, "Herbert J. Skuhra" > wrote: >> > >> > Please show output of 'smtpd -dv' >> >> It's quite big so I put it here instead: >> >> https://gist.github.com/anonymous/bf9b0a7e935d6e961c05 >> >> > and (user's) procmailrc. >> >> I don't have one actually. I'm using this approach: >> >> https://calomel.org/opensmtpd.html > >This is still your config, right? > >---- >listen on 127.0.0.1 port 25 > >table aliases db:/etc/mail/aliases.db > >accept for local deliver to mda "/usr/local/bin/procmail -f -" >accept from any for domain "mydomain.com" deliver to mda >"/usr/local/bin/procmail -f -" > >accept from local for any relay >---- > >I've missed the "table aliases..." line. > >Remove the 'table aliases...' line, put your aliases in >/usr/local/etc/mail/aliases and run newaliases. >Or add 'alias ' to your accept line. > >2. There are only test mails in your queue, right? Please remove >them and >try sending new e-mails while running 'smtpd -dv'. > >3. If you still get the error "procmail: not found" add a new user >and >send him a test e-mail. > >-- >Herbert