Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 04:14:28 -1000
From:      parv <parv@pair.com>
To:        opendaddy@hushmail.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: opensmtpd: procmail: not found
Message-ID:  <20150126141428.GA43445@holstein.holy.cow>
In-Reply-To: <20150126132300.70653C039D@smtp.hushmail.com>
References:  <20150126132300.70653C039D@smtp.hushmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <20150126132300.70653C039D@smtp.hushmail.com>,
wrote opendaddy@hushmail.com thusly...
>
> Hello!
>
> Trying to set up opensmtpd-5.4.2_4,1 with procmail-3.22_8 in
> FreeBSD. But why am I getting `Error ("procmail: not found")` in
> my maillog?
>
> # whereis procmail
> procmail: /usr/local/bin/procmail /usr/local/man/man1/procmail.1.gz /usr/ports/mail/procmail

Is procmail actually installed, for locate database could be old and
thus whereis would be lying? What is the output of ...

  # whereis procmail | xargs ls -l

... ?

> # tail /var/log/maillog
> Jan 26 14:03:00 mybox smtpd[23304]: delivery: TempFail for \
>   d597675f24cee290: from=<od@mybox>, to=<od@mybox>, user=od, \
>   method=mda, delay=4h3m, stat=Error ("procmail: not found")
...

Another possibility is that some command actually run by procmail is
missing.


-- 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150126141428.GA43445>