On Thu, Jan 25, 2001 at 04:35:58AM -0500, Robin S. Socha wrote:
> * Agi Subagio <[EMAIL PROTECTED]> [010125 03:00]:
> > How to add more rblsmtpd process to check another blacklist resource like 
> > "relays.mail-abuse.org", "blackholes.mail-abuse.org" or 
> > "dialups.mail-abuse.org"?
> 
> (lart@socha):(~)$ cat /service/smtp/run
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver -v -p -x tcp.cdb \
> -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/rblsmtpd \
> -rrelays.orbs.org -rrbl.maps.vix.com \
> -r blackholes.mail-abuse.org \
> -r dialups.mail-abuse.org \
> -r 'relays.mail-abuse.org:Open relay problem - see
> <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \

I think this last entry requires a patched rbslmptd. You could instead use:

-r relays.msci.memphis.edu

relays.msci.memphis.edu is a mirror of relays.mail-abuse.org, but it runs Dan's
rbldns and gives out the TXT record that rblsmtpd needs.

Chris

Reply via email to