On Tue, Jan 27, 2015 at 11:10:42AM +0000, [email protected] wrote:
> On 27. januar 2015 at 8:25 AM, "Herbert J. Skuhra" <[email protected]> 
> wrote:
> >
> >On Mon, Jan 26, 2015 at 11:54:09PM +0000, [email protected] 
> >
> >I guess the error does not come from your smtpd.conf, otherwise 
> >the log
> >would show:
> >
> >Jan 26 14:05:20 mybox smtpd[23304]: delivery: TempFail for
> >cf077883a36bcae2: from=<od@mybox>, to=<od@mybox>, user=od,       
> >method=mda, delay=1h5m20s, stat=Error ("/usr/local/bin/procmail: 
> >not found")
> >
> >and not:
> >
> >Jan 26 14:05:20 mybox smtpd[23304]: delivery: TempFail for
> >cf077883a36bcae2: from=<od@mybox>, to=<od@mybox>, user=od,
> >method=mda, delay=1h5m20s, stat=Error ("procmail: not found")
> >
> >At least that's what's happening on my system (FreeBSD 10.1-
> >STABLE).
> 
> I see, I see. I'm on FreeBSD 10.1-RELEASE.
> 
> >So obviously something else is calling 'procmail' and 
> >/usr/local/bin missing in $PATH!
> >
> >Maybe 'smtpd -dv' shows more information?
> 
> # smtpd -dv
> fatal: control socket already listening

Well, you have to stop opensmtpd first.

# service smtpd stop
or
# /usr/local/etc/rc.d/smtpd stop

-- 
Herbert


-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to