Here is my startup command for qmail-smtpd.
/usr/local/bin/tcpserver -x /etc/tcp.smtp.cdb -p -v \
-u 502 -g 501 0 smtp rblsmtpd rblsmtpd -b -rrelays.msci.memphis.edu \
recordio /var/qmail/bin/qmail-smtpd \
2>&1 | /var/qmail/bin/splogger smtpd 3 &
It works great from the command line, but when I put it inside a script that
gets run at boot up like rc.local I get weird responses from it in my syslog
like . . .
>Oct 10 18:28:03 linux1 smtpd: 971216883.913493 tcpserver: status: 1/40
>Oct 10 18:28:03 linux1 smtpd: 971216883.915419 tcpserver: pid 767 from
211.39.130.218
>Oct 10 18:28:06 linux1 smtpd: 971216886.047055 tcpserver: ok 767
ns1.newcombnet.com:216.68.217.202:25 :211.39.130.218:root:24385
>Oct 10 18:28:06 linux1 smtpd: 971216886.048430 tcpserver: warning: dropping
connection, unable to run recordio: file does not exist
>Oct 10 18:28:06 linux1 smtpd: 971216886.049547 tcpserver: end 767 status
28416
>Oct 10 18:28:06 linux1 smtpd: 971216886.050495 tcpserver: status: 0/40
Any suggestions on how to get my startup command to run correctly on boot
up??
Thanks,
Aaron Newcomb
http://www.newcombnet.com
[EMAIL PROTECTED]