From: Francisco Reyes (no email)
Date: Fri Jul 01 2005 - 01:09:34 EDT
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.
Running on FreeBSD 5.4
postfix 2.2.4.1
main.cf
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
mail_owner = postfix
myhostname = server05.natserv.net
mydomain = natserv.net
myorigin = $mydomain
inet_interfaces = $myhostname, localhost
mydestination = $mydomain, $myhostname
unknown_local_recipient_reject_code = 550
mynetworks_style = subnet
mynetworks = 192.168.10.0/24, 127.0.0.0/8
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /usr/local/etc/postfix
readme_directory = no
|
|
|