comparison xml/dnsbl.in @ 4:15a7e942adec

updates to use dcc conf files
author carl
date Wed, 21 Apr 2004 12:52:29 -0700
parents 9bcd5ef11279
children 793ac9cc114d
comparison
equal deleted inserted replaced
3:7e1eb343a825 4:15a7e942adec
26 href="http://www.rhyolite.com/anti-spam/dcc/">DCC</a> milter, there are 26 href="http://www.rhyolite.com/anti-spam/dcc/">DCC</a> milter, there are
27 a few considerations. You may need to whitelist senders from the DCC 27 a few considerations. You may need to whitelist senders from the DCC
28 bulk detector, or from the DNS based lists. Those are two very 28 bulk detector, or from the DNS based lists. Those are two very
29 different reasons for whitelisting. The former is done thru the DCC 29 different reasons for whitelisting. The former is done thru the DCC
30 whiteclnt config file, the later is done thru the DNSBL milter config 30 whiteclnt config file, the later is done thru the DNSBL milter config
31 file. 31 file. There is an option to reference the DCC whiteclnt file (via an
32 include_dcc line) in the DNSBL milter config. This will import the
33 (env_to, env_from, and substitute mail_host) entries from the DCC config
34 into the DNSBL config. This allows using the DCC config as the single
35 point for white/blacklisting.
32 36
33 <p>You may want to blacklist some specific senders or sending domains. 37 <p>You may want to blacklist some specific senders or sending domains.
34 This could be done thru either the DCC (on a global basis, or for a 38 This could be done thru either the DCC (on a global basis, or for a
35 specific single recipient). We prefer to do such blacklisting via the 39 specific single recipient). We prefer to do such blacklisting via the
36 DNSBL milter config, since it can be done for an entire recipient mail 40 DNSBL milter config, since it can be done for an entire recipient mail
108 Read the sample <a 112 Read the sample <a
109 href="http://www.five-ten-sg.com/dnsbl.conf">var/dnsbl/dnsbl.conf</a> 113 href="http://www.five-ten-sg.com/dnsbl.conf">var/dnsbl/dnsbl.conf</a>
110 file and modify it to fit your configuration. 114 file and modify it to fit your configuration.
111 115
112 116
117 <pre>
113 $Id$ 118 $Id$
119 </pre>
114 </body> 120 </body>
115 </html> 121 </html>