[rbldnsd] newbie help

Alex Broens rbldnsd@corpit.ru
Mon, 25 Aug 2003 19:52:43 +0200


At 19:41 25.08.2003 jlewis@lewis.org  wrote:

>That's a little too vague.  To help, it'd be helpful to know what you want 
>rbldnsd to do, what you've done to get it to do that, and what it's 
>actually doing. 

Jon,
thanks for your reply.

I'd like to:
- run as as a local rbl server.
- mirror easynet.nl & spews zones picked up by spfilter.

So far its installed doing nothing - not even starting because I can't get the right look into the /etc/sysconfig/rbldnsd file.

the sample is below and no matter whatIve done, nothing positive happens.
Can't figure out where to put the files picked up by spfilter either.
no matter where I look docs seem very sparse.

Thanks

Alex



--------------------------
# /etc/sysconfig/rbldnsd
# This file should set one variable, RBLDNSD, to be a multiline
# list of all instances of rbldnsd to start.  Every line in that
# list consist of a key (basename for a pid file), and rbldnsd
# command line, e.g.:
#
# RBLDNSD="dsbl -r/var/lib/rbldns/dsbl -b127.2 list.dsbl.org:ip4set:list"
#
# or, using multiple lines and line continuations:
#
# RBLDNSD="dsbl -r/var/lib/rbldns/dsbl -b 127.2 \
#   list.dsbl.org:ip4set:list \
#   multihop.dsbl.org:ip4set:multihop \
#   unconfirmed.dsbl.org:ip4set:unconfirmed \
#
# osirusoft -r/var/lib/rbldns/osirusoft -b 127.3 \
#   dialups.relays.osirusoft.com:ip4set:dialups \
#   spews.relays.osirusoft.com:ip4set:spews \
#   inputs.relays.osirusoft.com:ip4set:inputs \
#   relays.osirusoft.com:ip4set:dialups \
#   relays.osirusoft.com:ip4set:spews \
#   relays.osirusoft.com:ip4set:inputs \
#
RBLDNSD="rbldnsd -r/var/lib/rbldns/dsbl -b 127.2 \
#   list.dsbl.org:ip4set:list \
#   multihop.dsbl.org:ip4set:multihop \
#   unconfirmed.dsbl.org:ip4set:unconfirmed \

# osirusoft -r/var/lib/rbldns/osirusoft -b 127.3 \
#   dialups.relays.osirusoft.com:ip4set:dialups \
#   spews.relays.osirusoft.com:ip4set:spews \
#   inputs.relays.osirusoft.com:ip4set:inputs \
#   relays.osirusoft.com:ip4set:dialups \
#   relays.osirusoft.com:ip4set:spews \
#   relays.osirusoft.com:ip4set:inputs \
#
#  "
#
# This is the recommended way to keep entries readable and
# easily editable.
#
# the first word, key, will be used to form pid file name, like
# /var/run/rbldnsd-dsbl.pid, /var/run/rbldnsd-osirusoft.pid etc.
# So, all keys should be unique.  This is done in order to support
# several instances of rbldnsd, if that'll be required.  In a
# simple case, when only one instance is needed, key may be
# specified as a single dash, -, and in this case pid file
# will be /var/run/rbldnsd.pid :
#
# RBLDNSD="- -r/var/lib/rbldns -b127.2 \
#   zone list...\
# "
#
# See rbldnsd(8) for descriptions of options.
#