I'm sure it's something i'm doing, but for some reason, whenever i add
rblsmtpd stuff to my qmail-smtpd startup script, it gets fubar'ed.

I have the normal stuff commented out, which if i put it back it works
fine.

With the rblsmtpd stuff in there, when telnetting to port 25, it's just
dead... I'm sure it's some kind of syntax error, but i cant figure
it. This is also a patched rblsmtpd for the new MAPS no TXT records, i
dont think that has anything to do with it tho, any ideas?

Here's the relevant info:

oblivion:/var/qmail/supervise/qmail-smtpd# cat run
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 4000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILUID -g $NOFILESGID 0 smtp \
/usr/local/bin/rblsmtpd -rrbl.maps.vix.com \
/usr/local/bin/rblsmtpd -rdul.maps.vix.com \
/usr/local/bin/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1


#    /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
#        -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd
2>&1

-- 
  _    __   _____      __   _________      
______________  /_______ ___  ____  /______  John Gonzalez/Net.Tech
__  __ \ __ \  __/_  __ `__ \/ __  /_  ___/ MDC Computers/netMDC!
_  / / / `__/ /_  / / / / / / /_/ / / /__ (505)439-0200/fax-437-3052
/_/ /_/\___/\__/ /_/ /_/ /_/\__,_/  \___/ http://www.netmdc.com
[---------------------------------------------[system info]-----------]
 10:25am  up 111 days, 16:28,  3 users,  load average: 0.41, 0.22, 0.20

Reply via email to