blob: f132b4d6a7312cfa5d856d7ca19418ed613a0986 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001rbls {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01002 sorbs {
3 symbol = "RBL_SORBS";
4 rbl = "dnsbl.sorbs.net";
5 returncodes {
6 # http:// www.sorbs.net/general/using.shtml
7 RBL_SORBS_HTTP = "127.0.0.2";
8 RBL_SORBS_SOCKS = "127.0.0.3";
9 RBL_SORBS_MISC = "127.0.0.4";
10 RBL_SORBS_SMTP = "127.0.0.5";
11 RBL_SORBS_RECENT = "127.0.0.6";
12 RBL_SORBS_WEB = "127.0.0.7";
13 RBL_SORBS_DUL = "127.0.0.10";
14 RBL_SORBS_BLOCK = "127.0.0.8";
15 RBL_SORBS_ZOMBIE = "127.0.0.9";
16 }
17 }
18 interserver_ip {
19 symbol = "RBL_INTERSERVER_IP";
20 rbl = "rbl.interserver.net";
21 ipv6 = false;
22 returncodes {
23 RBL_INTERSERVER_BAD_IP = "127.0.0.2";
24 }
25 }
26 interserver_uri {
27 symbol = "RBL_INTERSERVER_URI";
28 rbl = "rbluri.interserver.net";
29 ignore_defaults = true;
30 no_ip = true;
31 dkim = true;
32 emails = true;
33 urls = true;
34 returncodes = {
35 RBL_INTERSERVER_BAD_URI = "127.0.0.2";
36 }
37 }
38}