comparison dnsbl.conf @ 322:9f8411f3919c

add dkim white/black listing
author Carl Byington <carl@five-ten-sg.com>
date Sat, 17 Dec 2016 17:04:52 -0800
parents e172dc10fe24
children b5b93a7e1e6d
comparison
equal deleted inserted replaced
321:e172dc10fe24 322:9f8411f3919c
51 dnsbl_list local sbl; 51 dnsbl_list local sbl;
52 dnswl_list dnswl.org; 52 dnswl_list dnswl.org;
53 require_rdns yes; 53 require_rdns yes;
54 54
55 content on { 55 content on {
56 dkim_signer {
57 sendgrid.me black;
58 weather.com white;
59 };
60
61 dkim_from {
62 yahoo.com require_signed yahoo.com;
63 gmail.com signed_white gmail.com;
64 girlscoutsla.org signed_white girlscoutsla.ccsend.com;
65 };
56 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; 66 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s";
57 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.surbl.org/surbl-analysis?d=%s"; 67 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.surbl.org/surbl-analysis?d=%s";
58 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; 68 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s";
59 #uribl dbl.spamhaus.org "Mail containing %s rejected - dbl; see http://www.spamhaus.org/query/domain?domain=%s"; 69 #uribl dbl.spamhaus.org "Mail containing %s rejected - dbl; see http://www.spamhaus.org/query/domain?domain=%s";
60 ignore { include "hosts-ignore.conf"; }; 70 ignore { include "hosts-ignore.conf"; };
76 env_to { 86 env_to {
77 # !! replace this with your domain names 87 # !! replace this with your domain names
78 # child contexts are not allowed to specify recipient addresses outside these domains 88 # child contexts are not allowed to specify recipient addresses outside these domains
79 # if this is a backup-mx, you need to include here domains for which you relay to the primary mx 89 # if this is a backup-mx, you need to include here domains for which you relay to the primary mx
80 include "/etc/mail/local-host-names"; 90 include "/etc/mail/local-host-names";
81 };
82
83 dkim_signer {
84 sendgrid.me black;
85 weather.com white;
86 };
87
88 dkim_from {
89 yahoo.com require_signed yahoo.com;
90 gmail.com signed_white gmail.com;
91 girlscoutsla.org signed_white girlscoutsla.ccsend.com;
92 }; 91 };
93 92
94 context whitelist { 93 context whitelist {
95 content off {}; 94 content off {};
96 env_to { 95 env_to {