tcpserver not (sys)logging on redhat-5.2

1999-08-20 Thread torben fjerdingstad

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 21 

I added the rblsmtpd lines and the traling "21"

How do I make messages from rblsmtpd go to syslog?

The rblsmtpd messages go to the root user tty, which is rather disturbing.

:rblsmtpd: pid 8153: 451 Open relay - see 
:http://www.orbs.org/verify.cgi?address=x.x.x.x

-- 
Med venlig hilsen / Regards 
Netdriftgruppen / Network Management Group
UNI-C  

Tlf./Phone   +45 35 87 89 41Mail:  UNI-C
Fax. +45 35 87 89 90   Bygning 304
E-mail: [EMAIL PROTECTED]   DK-2800 Lyngby



Re: tcpserver not (sys)logging on redhat-5.2

1999-08-20 Thread Anand Buddhdev

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 21 

You need that line to end ' ...smtpd 21 | /var/qmail/bin/splogger smtpd 3 '

Without splogger, output goes to the console.

-- 
See complete headers for more info