Stephen Bosch wrote:
> 
> Chris Johnson wrote:
> >
> > On Fri, Jun 15, 2001 at 01:17:24PM -0400, Brent B. Powers wrote:
> > >
> > > I don't seem to be filtering out relay sites via
> > > relays.mail-abuse.org. The address that gets through is on the relay
> > > list, www.loscabos.gob.mx, or 148.235.5.210, as it is pingable at
> > > 210.5.235.148.relays.mail-abuse.org
> > >
> > > My qmail setup is reasonably similar to that within life with qmail,
> > > and, hence, my /var/qmail/supervise/qmail-smtpd/run is:
> > >
> > >
> > > #!/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 \
> > >                               -rrelays.mail-abuse.org \
> > >         /var/qmail/bin/qmail-smtpd 2>&1
> > >
> > > Note that the rbl and dul portions are indeed working. I have applied
> > > the patch to allow rblsmtpd to work with A records.
> >
> > Change:
> >
> > -rrelays.mail-abuse.org
> >
> > to:
> >
> > -r 'relays.mail-abuse.org:Open relay problem - see 
><URL:http://www.mail-abuse.org/cgi-bin/nph-rss?query=%IP%>'
> >
> > Chris
> 
> rblsmtpd.c has to be patched for this to work, does it not?

Sorry -- missed that in the above mail. =)

Anyway -- this doesn't work for me either.

-Stephen-

Reply via email to