From: John Fawcett (no email)
Date: Fri Jul 01 2005 - 01:55:25 EDT
Francisco Reyes wrote:
> Any pointers on error
> postfix/sendmail[42868]: fatal:
> No recipient addresses found in message header
>
> Archives came up empty.
> The error is happening when a cron job tries to run.
> The script run in the cron job works fine when run from the command line.
>
presumably the sendmail command is being run with the -t option to extract
the receipients from the message header, but the message you are sending
does not contain any receipients (when it is generated from cron).
You should examine the input that your cron job is providing to sendmail.
John
|
|
|