I guess I'm ok...just not logging correctly. Did nelson's test and got
the proper response:
Testing your RBL block. See http://www.crynwr.com/spam/ for more info
Here's how the conversation looked from linux.crynwr.com.
Note that some sites don't apply the RBL block to postmaster, so
I use your envelope sender as the To: address.
I connected to 216.100.35.70 and here's the conversation I had:
220 rblsmtpd.local
helo linux.crynwr.com
250 rblsmtpd.local
mail from:<>
250 rblsmtpd.local
rcpt to:<[EMAIL PROTECTED]>
451 Blackholed - see <URL:http://mail-abuse.org/cgi-bin/lookup?192.203.178.39>
Terminating conversation
Thanks, all!
Brandon
> That looks correct as far as the telnet goes. You need to speak SMTP to
> it. I don't know why nothing would show up in the logs. Have you looked
> in /var/log/maillog, /var/log/qmail, /var/log/qmail/smtpd ot maybe
> /var/log/qmail-smtpd?
>
> -Peter
>
> > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> > Delivered-To: mailing list [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: Re: quick question re: starting with rblsmtpd
> > Date: Fri, 05 Nov 1999 09:27:41 -0800
> > From: Brandon Dudley <[EMAIL PROTECTED]>
> >
> >
> > 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
>
>
> Peter Abplanalp
> StorageTek
> [EMAIL PROTECTED]
>