Reputation

Real-time Block List, White List and Reputation
Online RBL, RWL and Reputation services for IPs, Domains and Name Servers


  • Files can be downloaded from the bottom of this page and implemented in SpamAssassin.
  • Scrollout F1 gateway already includes this service. Do not attempt to re-include!

Contribute:
  • You can request whitelist inclusions or blacklist removals (for free) at: marius.gologan@gmail.com.
  • Hosting RBL servers has a monthly cost. If you want to contribute with a donation, you can use the links in the left side menu.

Postfix implementation:

smtpd_recipient_restrictions =
...
permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
reject_unauth_pipelining
...
permit_dnswl_client wl-ip.rbl.scrolloutf1.com=127.2.100.2
permit_rhswl_client wl-domain.rbl.scrolloutf1.com=127.1.100.2
reject_rhsbl_helo bl-domain.rbl.scrolloutf1.com=127.1.0.2
reject_rhsbl_reverse_client bl-domain.rbl.scrolloutf1.com=127.1.0.2
reject_rhsbl_sender UnsafeSenders.rbl.scrolloutf1.com=127.1.0.2

...

postscreen_dnsbl_sites =
bl-ip.rbl.scrolloutf1.com*2
wl-ip.rbl.scrolloutf1.com*-2


SpamAssassin files description:
04_scrolloutf1_dkim.cf

Scope: Verify reputation for sender domain (DKIM signed only).
Works with: SpamAssassin version 3.4.0 and later.
SA Location: /etc/spamassassin/
Block lists: blacklist and whitelist.
Lists addresses: reputation-domain.rbl.scrolloutf1.com

05_scrolloutf1_rbl.cf
Scope: Verify reputation for sender (client) IP addresses.
Works with: SpamAssassin.
SA Location: /etc/spamassassin/
Block lists: blacklist and whitelist.
Lists addresses: reputation-ip.rbl.scrolloutf1.com

06_scrolloutf1_uribl.cf
Scope: Verify reputation for Name Servers (Names and IPs), Domains and IP addresses found in URI.
Works with: SpamAssassin.
SA Location: /etc/spamassassin/
Block lists: blacklist only.
Lists addresses: reputation-ns.rbl.scrolloutf1.com; reputation-domain.rbl.scrolloutf1.com; reputation-ip.rbl.scrolloutf1.com.


Download files for SpamAssassin:
ċ
04_scrolloutf1_dkim.cf
(3k)
Marius Gologan,
Sep 25, 2015, 5:40 AM
ċ
05_scrolloutf1_rbl.cf
(4k)
Marius Gologan,
Jun 18, 2015, 11:55 PM
ċ
06_scrolloutf1_uribl.cf
(6k)
Marius Gologan,
Mar 25, 2015, 11:45 AM