Re: [Exim] [offtopic] Definative RBL list for use with Exim?

Etusivu
Poista viesti
Vastaa
Lähettäjä: Greg A. Woods
Päiväys:  
Vastaanottaja: Michael J. Tubby B.Sc. (Hons) G8TIC
Kopio: exim
Aihe: Re: [Exim] [offtopic] Definative RBL list for use with Exim?
[ On Monday, November 5, 2001 at 14:28:14 (-0000), Michael J. Tubby B.Sc. \(Hons\) G8TIC wrote: ]
> Subject: [Exim] [offtopic] Definative RBL list for use with Exim?
>
> Does anyone have a definative list of RBL sites/systems available
> for various forms of anti-spamming around the world, which ones
> you have to subscribe to and which ones are 'free', etc.?
>
> I need to tie our systems down more and would like to use the most
> appropriate/up-to-date sources.


See:

    http://www.iki.fi/era/rbl/rbl.html


and also:

    http://www.declude.com/JunkMail/Support/ip4r.htm



Below is the initialisation section from my modified version of the
'rblookup' script that comes with 'host' (let me know if anyone would
like the whole script -- I e-mailed the patches to Eric but have yet to
see a new release, so I guess I should update it again and mail a new
set off again! ;-)

-- 
                            Greg A. Woods


+1 416 218-0098      VE3TCP      <gwoods@???>     <woods@???>
Planix, Inc. <woods@???>;   Secrets of the Weird <woods@???>



# ----------------------------------------------------------------------
# RBLs:
# ----------------------------------------------------------------------

# MAPS RBL: Mail Abuse Protection System Realtime Blackhole List
# <URL:http://mail-abuse.org/rbl/>
#
# This listing is human-operated, and is one of the most popular
# blacklists of spam-originating systems. Originally started by Paul
# Vixie, this is the original "RBL" system.
#
# NOT FREELY ACCESSIBLE
#
#MAPS_ROOT="blackholes.mail-abuse.org"
#ALL_RBLS="${MAPS_ROOT} ${ALL_RBLS}"

# MAPS DUL: Mail Abuse Protection System Dial-up User List
# <URL:http://mail-abuse.org/dul/>
#
# This list was started from a list compiled by "Afterburner" (the
# head-honcho abuse guy at Erols Internet), and extended to be easily
# added to over time. This service was originally called the ORCA
# DUL, and was operated at "dul.orca.bc.ca". The MAPS project invited
# Al Iverson, the then-current DUL maintainer, to host it on their
# systems.
#
# NOT FREELY ACCESSIBLE
#
#DUL_ROOT="dialups.mail-abuse.org"
#ALL_RBLS="${DUL_ROOT} ${ALL_RBLS}"

# MAPS RSS: MAPS Relay Spam Stopper
# <URL:http://mail-abuse.org/rss/>
#
# This is a list of e-mail relays which have been verified to have
# been used to send spam. They supposedly have archives of the spam
# they received through these relays. They do not list multi-level
# relays (and thus miss a vast number of the actively exploited
# systems out there -- I really hope they change this policy)!
#
# NOT FREELY ACCESSIBLE
#
#RELAYS_ROOT="relays.mail-abuse.org"
#ALL_RBLS="${RELAYS_ROOT} ${ALL_RBLS}"

# ORBL: Open Relay Black List
# <URL:http://www.orbl.org/>
#
# ORBL is an auto adjusting spam filter.
#
# ORBL watches current incoming Internet email traffic for spam
# signatures and adapts to block spam coming from open mail relays.
#
ORBL_ROOT="or.orbl.org"
ALL_RBLS="${ORBL_ROOT} ${ALL_RBLS}"

# ORBS UK - first son of ORBS
# <URL:http://orbs.gst-group.co.uk/>
#
# -returns 127.0.0.2 for outputs
# -returns 127.0.0.3 for inuts
#
ORBSUK_RELAYS_ROOT="orbs.gst-group.co.uk"
ALL_RBLS="${ORBSUK_RELAYS_ROOT} ${ALL_RBLS}"
ALL_ORBSUK="${ORBSUK_RELAYS_ROOT} ${ALL_ORBSUK}"
#
ORBSUK_MANUAL_ROOT="manual.orbs.gst-group.co.uk"
ALL_RBLS="${ORBSUK_MANUAL_ROOT} ${ALL_RBLS}"
ALL_ORBSUK="${ORBSUK_MANUAL_ROOT} ${ALL_ORBSUK}"

# ORBS NZ - second son of ORBS
# <URL:http://www.orbz.org/>
#
ORBSNZ_INPUTS="inputs.orbz.org "
ALL_RBLS="${ORBSNZ_INPUTS} ${ALL_RBLS}"
ALL_ORBSNZ="${ORBSNZ_INPUTS} ${ALL_ORBSNZ}"
ORBSNZ_OUTPUTS="outputs.orbz.org "
ALL_RBLS="${ORBSNZ_OUTPUTS} ${ALL_RBLS}"
ALL_ORBSNZ="${ORBSNZ_OUTPUTS} ${ALL_ORBSNZ}"

# ORDB - third son of ORBS
# <URL:http://www.ordb.org/>
#
ORDB_ROOT="relays.ordb.org "
ALL_RBLS="${ORDB_ROOT} ${ALL_RBLS}"

# DORKSLAYERS - the second edition
# <URL:http://www.orbl.org/>
#
DORKSLAYERS_RELAYS_ROOT="orbs.dorkslayers.com"
ALL_RBLS="${DORKSLAYERS_RELAYS_ROOT} ${ALL_RBLS}"

# Osirusoft Open Relay Spam Stopper
# <URL:http://relays.osirusoft.com/>
#
#   127.0.0.2                  Verified Open Relay
#   A verified open relay in most cases is handled by other rbl servers, and
#   imported into the Zone file.
#
#   127.0.0.3                  Dialup Spam Source
#   Dialup Spam Sources are imported into the Zone file from other sources and
#   some known sources are manually added to the local include file.
#
#   127.0.0.4                  Confirmed Spam Source
#   A site has been identified as a constant source of spam, and is manually
#   added.  Submissions for this type of spam require multiple nominations
#   from multiple sites.
#
#   127.0.0.5                  Smart Host (Planned)
#   A Smart host is a site determined to be secure, but relays for those who
#   are not, defeating one level of security.
#
#   127.0.0.6                  A Spamware software developer.
#
#   127.0.0.7                  List servers with no-confirmation subscriptions.
#
#   127.0.0.8                  Hosts running insecure "formmail" CGIs. (Planned)
#
OSIRUSOFT_ROOT="relays.osirusoft.com"
ALL_RBLS="${OSIRUSOFT_ROOT} ${ALL_RBLS}"