Mercurial > dnsbl
comparison dnsbl.conf @ 321:e172dc10fe24
add dkim white/black listing
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 17 Dec 2016 13:47:28 -0800 |
parents | 4dd677e3b509 |
children | 9f8411f3919c |
comparison
equal
deleted
inserted
replaced
320:e27c24c1974a | 321:e172dc10fe24 |
---|---|
78 # child contexts are not allowed to specify recipient addresses outside these domains | 78 # 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 | 79 # 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"; | 80 include "/etc/mail/local-host-names"; |
81 }; | 81 }; |
82 | 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 }; | |
93 | |
83 context whitelist { | 94 context whitelist { |
84 content off {}; | 95 content off {}; |
85 env_to { | 96 env_to { |
86 # dcc_to ok { include "/var/dcc/whitecommon"; }; | 97 # dcc_to ok { include "/var/dcc/whitecommon"; }; |
87 }; | 98 }; |