Table of Contents

Reputation - Realtime DNS based White/Black Lists (RWL/RBL)

ze-filter can make use of two kind of data distributed on DNS servers :

DNS based IP/NAME RBWL

ze-filter checks the IP address and hostname of unknown SMTP clients against DNS based reputation lists (blacklist or whitelist). If a match happens, the client is put in some defined network class, as shown below.

<DNS-IP-RBWL> 
dnswl.domain.com    netclass=dnswl; odds=0.5000; code=all; onmatch=continue; checks=addr,name
dnsbl.domain.com    netclass=dnsbl; odds=2.0000; code=127.0.0.3,127.0.0.2; onmatch=continue; checks=addr,name
</DNS-IP-RBWL>
You can use any reputation list (black or white), provided the list contains IP addresses or hostnames of SMTP clients. You can even use more than one, but generally speaking, its better to use a single good one.

DNS based URLBL

<DNS-URLBL> 
multi.surbl.org    score=20.000,code=all;onmatch=stop;recurse=yes
</DNS-URLBL> 
Before enabling using multi.surbl.org, you shall check how you can access surbl.org data : public DNS servers or a local DNS server, and the kind of service : Free Use or Sponsored Use. More information is available at http://www.surbl.org/usage-policy.html.