On Tue, Aug 15, 2000 at 04:42:34PM -0500, Mate Wierdl wrote:
> I got the included message back from my rss test. Then I also got a
> message saying my RSS block does not work. I start rblsmtpd with this
> run file:
>
> #! /bin/sh
> exec 2>&1
>
> CDB="/var/service/rblsmtpd/tcprules.cdb"
> PORT="smtp"
> USER="qmaild"
> PATH=/var/qmail/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin; export PATH
>
> exec envuidgid $USER \
> tcpserver -v -c40 -UX -x$CDB \
> 0 $PORT \
> rblsmtpd -r rbl.maps.vix.com -r dialups.mail-abuse.org -r relays.mail-abuse.org
>qmail-smtpd
This is happening because relays.mail-abuse.org has stopped providing TXT
records for listed IP addresses; they're providing only an A record now.
rblsmtpd relies on the existence of a TXT record.
There's a patch at http://www.cqc.com/~pacman/projects/rblsmtpd-rss/ that
allows rblsmtpd to use an A record.
This is what motivated me to mirror RSS with an rbldns-powered server. I've got
it up and running on one of my boxes; I'm using it locally, and it's working
just fine. rbldns has no problems at all with the size of the zone (which is
reportedly the reason mail-abuse.org has stopped providing the TXT records).
Unfortunately, I'm not free to make this public.
Chris