cron not sending emails

Chuck Swiger cswiger at mac.com
Fri May 28 14:47:59 UTC 2010


Hi--

On May 28, 2010, at 4:42 AM, Laszlo Nagy wrote:
> If I put this into root's crontab
> 
> * * * * * echo "TEST"
> 
> then I see this in the maillog:
> 
> May 14 10:53:00 server postfix/sendmail[2958]: fatal: user(1001): No recipient addresses found in message header

These do not correspond.  It seems to think that the crontab is for uid 1001, but it can't seem to lookup a passwd entry for that uid:

> log_it: (tmp.27734 92380) ORPHAN (no passwd entry)

-- 
-Chuck



More information about the freebsd-questions mailing list