>
> I just need another pair of eyes (or a dozen parirs) to tell me why the
> following startup files wouldn't work:
>
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c 5\
> -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/rblsmtpd -b -r rbl
>.ma
> ps.vix.com -r dul.maps.vix.com -r relays.radparker.com -r rss.maps.vix.com \
> /var/qmail/bin/qmail-smtpd 2>&1
>
> I just upgraded my copies of ucspi and daemontools to the latest versions and
> removed my old startup file in favor of the LWQ startfile. Everything worked
> until I tried to integrate rblsmtpd into the mix. Using the above caused smtp
>d
> to not respond:
>
> brandon@dudman [9:59am] /home/brandon 4060> telnet discontent.com 25
> Trying 216.100.35.70...
> Connected to discontent.com.
> Escape character is '^]'.
> Connection closed by foreign host.
>
> although a ps auxww showed what looked like a working smtpd:
>
> qmaild 26262 0.0 0.5 1260 520 pts/0 S 10:05 0:00 /usr/local/bin
>/tcpserver -v -p -x /etc/tcp.smtp.cdb -c 5 -u 16 -g 52 0 smtp
> /var/qmail/bin/rblsmtpd -b -r rbl.maps.vix.com -r dul.maps.vix.com -r relays.
>radparker.com -r rss.maps.vix.com /var/qmail/bin/qmail-smtpd
>
> Any suggestions?
>
> Brandon