On Sat, Mar 03, 2001 at 04:08:17PM -0800, Todd A. Jacobs wrote:
> And the undocumented -a flag is presumably the A record lookup enabled by
> the patch for rblsmtpd, right?

-a is not undocumented, and your presumption is incorrect.

> My /var/qmail/supervise/qmail-smtpd/run now looks like:
> 
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 2000000 \
>       /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD"
> \
>       -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd \
>       -rblackholes.mail-abuse.org -rdialups.mail-abuse.org \
>       -rinput.orbs.org -routput.orbs.org \
>       -arelays.mail-abuse.org /var/qmail/bin/qmail-smtpd 2>&1
> 
> And RSS and ORBS are still failing to block, but RBL and DUL work fine.

I don't know about ORBS, but since RSS doesn't provide a TXT record, you use
the -r option like this (exactly as I said in my previous message to you):

-r 'relays.mail-abuse.org:Open relay problem \
- see <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?query=%IP%>'

Chris

Reply via email to