ok, so I dumped my old rc script and modified Dave Sill's with the rblsmtpd
entry I was using (taken from the qmail archives)....smtpd starts and all 
seems hunk dory, except when I telnet into port 25 I don't receive a greeting
from rblsmtpd...is that normal?

Here's the mods I made:

[brandon@misanthrope init.d]# more qmail                                
#!/bin/sh

PATH=/var/qmail/bin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin
export PATH

QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`

case "$1" in
  start)
    echo -n "Starting qmail: qmail-send"
    supervise /var/supervise/qmail/send /var/qmail/rc |
        setuser qmaill cyclog /var/log/qmail &

    echo -n " qmail-smtpd"
    supervise /var/supervise/qmail/smtpd /usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb 
-q -u16 -g51 -t1 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-wrapper 2>&1 | 
setuser qmaill accustamp | setuser qmaill cyclog /var/log/qmail/smtpd &
    echo "."
    ;;

nothing shows up in the logs after starting this up. Telnetting into port 25
gives me this:

brandon@dudman [9:07am] /home/brandon 331> telnet discontent.com 25
Trying 216.100.35.70...
Connected to discontent.com.
Escape character is '^]'.
220 misanthrope.discontent.com ESMTP

502 unimplemented (#5.5.1)

502 unimplemented (#5.5.1)
quit
221 misanthrope.discontent.com
Connection closed by foreign host.

Does this look right?

Thanks for all the help so far.

Brandon

Reply via email to