On Fri, Aug 20, 1999 at 03:20:49PM +0200, torben fjerdingstad wrote:
> Using redhat-5.2/linux and qmail-1.03-2, I have added some
> rblsmtpd's to the startup script /etc/rc.d/init.d/qmail which now says:
>
> echo -n "Starting qmail: "
> /var/qmail/start-qmail &
> /usr/sbin/tcpserver -u 72 -g 201 0 smtp \
> /usr/local/bin/rblsmtpd -rrelays.radparker.com \
> /usr/local/bin/rblsmtpd -rrelays.orbs.org \
> /usr/local/bin/rblsmtpd -rrbl.maps.vix.com \
> /usr/local/bin/rblsmtpd -rdul.maps.vix.com \
> /var/qmail/bin/qmail-smtpd 2>&1 &
You need that line to end ' ...smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &'
Without splogger, output goes to the console.
--
See complete headers for more info