Sluggers,
I'm running qmail-smtpd via tcpserver launched from /etc/init.d/qmail:
/var/qmail/bin/tcpserver -H -R -x/var/qmail/control/tcp.smtp.cdb -u502 -g503 \
0 smtp /var/qmail/bin/qmail-smtpd &In the qmail-smtpd source there is a line:
strerr_warn4("qmail-smtpd: invalid rcptto: ",addr.s," from ",remoteip,0);I stopped and restarted the service via:
# /etc/init.d/qmail restart
Any bad e-mails produce messages on the terminal. But where does that output go when I log out and kill the terminal?
Where will it go when I reboot the server and the rc3.d version of the init script starts tcpserver?
How can I get these messages into a log file like /var/log/messages or /var/log/maillog?
TIA's
Pete
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
