Date: Wed, 28 Jan 2015 11:27:39 +0000 From: opendaddy@hushmail.com To: "Herbert J. Skuhra" <herbert@oslo.ath.cx> Cc: freebsd-questions@freebsd.org, misc@opensmtpd.org Subject: Re: opensmtpd: procmail: not found [DROPPED - DON'T NEED PROCMAIL IN THE FIRST PLACE] Message-ID: <20150128112739.A29F6E03D7@smtp.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>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <herbert@oslo.ath.cx> 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" ><herbert@oslo.ath.cx> 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 <aliases>' 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150128112739.A29F6E03D7>