Mercurial > dnsbl
annotate xml/dnsbl.in @ 259:be939802c64e
add recipient rate limits by email from address or domain
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 21 Jul 2012 08:34:04 -0700 |
parents | d6d5c50b9278 |
children | 92a98e661a0b |
rev | line source |
---|---|
108 | 1 <reference> |
2 <title>@PACKAGE@ Sendmail milter - Version @VERSION@</title> | |
3 <partintro> | |
4 <title>Packages</title> | |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
5 |
108 | 6 <para>The various source and binary packages are available at <ulink |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
7 url="http://www.five-ten-sg.com/@PACKAGE@/packages/">http://www.five-ten-sg.com/@PACKAGE@/packages/</ulink>. |
108 | 8 The most recent documentation is available at <ulink |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
9 url="http://www.five-ten-sg.com/@PACKAGE@/">http://www.five-ten-sg.com/@PACKAGE@/</ulink>. |
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
10 </para> |
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
11 |
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
12 <para>A <ulink |
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
13 url="http://www.selenic.com/mercurial/wiki/">Mercurial</ulink> source |
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
14 code repository for this project is available at <ulink |
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
15 url="http://hg.five-ten-sg.com/@PACKAGE@/">http://hg.five-ten-sg.com/@PACKAGE@/</ulink>. |
108 | 16 </para> |
94 | 17 |
108 | 18 </partintro> |
94 | 19 |
108 | 20 <refentry id="@PACKAGE@.1"> |
21 <refentryinfo> | |
253
2d6ecd03bbbe
update date on the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
249
diff
changeset
|
22 <date>2012-04-08</date> |
108 | 23 </refentryinfo> |
94 | 24 |
108 | 25 <refmeta> |
26 <refentrytitle>@PACKAGE@</refentrytitle> | |
27 <manvolnum>1</manvolnum> | |
28 <refmiscinfo>@PACKAGE@ @VERSION@</refmiscinfo> | |
29 </refmeta> | |
30 | |
31 <refnamediv id='name.1'> | |
32 <refname>@PACKAGE@</refname> | |
33 <refpurpose>a sendmail milter with per-user dnsbl filtering</refpurpose> | |
34 </refnamediv> | |
94 | 35 |
108 | 36 <refsynopsisdiv id='synopsis.1'> |
37 <title>Synopsis</title> | |
38 <cmdsynopsis> | |
39 <command>@PACKAGE@</command> | |
40 <arg><option>-c</option></arg> | |
41 <arg><option>-s</option></arg> | |
42 <arg><option>-d <replaceable class="parameter">n</replaceable></option></arg> | |
43 <arg><option>-e <replaceable class="parameter">from|to</replaceable></option></arg> | |
179 | 44 <arg><option>-b <replaceable class="parameter">local-domain-socket</replaceable></option></arg> |
108 | 45 <arg><option>-r <replaceable class="parameter">local-domain-socket</replaceable></option></arg> |
46 <arg><option>-p <replaceable class="parameter">sendmail-socket</replaceable></option></arg> | |
47 <arg><option>-t <replaceable class="parameter">timeout</replaceable></option></arg> | |
48 </cmdsynopsis> | |
49 </refsynopsisdiv> | |
94 | 50 |
108 | 51 <refsect1 id='options.1'> |
52 <title>Options</title> | |
53 <variablelist> | |
54 <varlistentry> | |
55 <term>-c</term> | |
111 | 56 <listitem><para> |
57 Load the configuration file, print a cannonical form | |
58 of the configuration on stdout, and exit. | |
59 </para></listitem> | |
108 | 60 </varlistentry> |
61 <varlistentry> | |
62 <term>-s</term> | |
111 | 63 <listitem><para> |
64 Stress test the configuration loading code by repeating | |
65 the load/free cycle in an infinite loop. | |
66 </para></listitem> | |
108 | 67 </varlistentry> |
68 <varlistentry> | |
69 <term>-d <replaceable class="parameter">n</replaceable></term> | |
111 | 70 <listitem><para> |
71 Set the debug level to <replaceable class="parameter">n</replaceable>. | |
72 </para></listitem> | |
108 | 73 </varlistentry> |
74 <varlistentry> | |
75 <term>-e <replaceable class="parameter">from|to</replaceable></term> | |
111 | 76 <listitem><para> |
77 Print the results of looking up the from and to addresses in the | |
78 current configuration. The | character is used to separate the from and to | |
79 addresses in the argument to the -e switch. | |
80 </para></listitem> | |
108 | 81 </varlistentry> |
82 <varlistentry> | |
179 | 83 <term>-b <replaceable class="parameter">local-domain-socket-file-name</replaceable></term> |
84 <listitem><para> | |
85 Set the local socket used for the connection to the dccifd daemon. | |
86 This is typically /var/dcc/dccifd. | |
87 </para></listitem> | |
88 </varlistentry> | |
89 <varlistentry> | |
90 <term>-r <replaceable class="parameter">local-domain-socket-file-name</replaceable></term> | |
111 | 91 <listitem><para> |
92 Set the local socket used for the connection to our own dns resolver processes. | |
93 </para></listitem> | |
108 | 94 </varlistentry> |
95 <varlistentry> | |
96 <term>-p <replaceable class="parameter">sendmail-socket</replaceable></term> | |
111 | 97 <listitem><para> |
98 Set the socket used for the milter connection to sendmail. This is either | |
99 "inet:port@ip-address" or "local:local-domain-socket-file-name". | |
100 </para></listitem> | |
108 | 101 </varlistentry> |
102 <varlistentry> | |
103 <term>-t <replaceable class="parameter">timeout</replaceable></term> | |
111 | 104 <listitem><para> |
105 Set the timeout in seconds used for communication with sendmail. | |
106 </para></listitem> | |
108 | 107 </varlistentry> |
108 </variablelist> | |
109 </refsect1> | |
94 | 110 |
111 | 111 <refsect1 id='usage.1'> |
108 | 112 <title>Usage</title> |
113 <para><command>@PACKAGE@</command> -c</para> | |
114 <para><command>@PACKAGE@</command> -s</para> | |
111 | 115 <para><command>@PACKAGE@</command> -e 'someone@aol.com|localname@mydomain.tld'</para> |
116 <para><command>@PACKAGE@</command> -d 10 -r resolver.sock -p local:dnsbl.sock</para> | |
117 </refsect1> | |
118 | |
119 <refsect1 id='installation.1'> | |
120 <title>Installation</title> | |
121 <para> | |
122 This is now a standard GNU autoconf/automake installation, so the normal | |
123 "./configure; make; su; make install" works. "make chkconfig" will | |
124 setup the init.d runlevel scripts. Alternatively, you can use the | |
125 source or binary RPMs at <ulink | |
126 url="http://www.five-ten-sg.com/@PACKAGE@/packages">http://www.five-ten-sg.com/@PACKAGE@/packages</ulink>. | |
127 </para> | |
128 <para> | |
129 Note that this has ONLY been tested on Linux, specifically RedHat Linux. | |
130 In particular, this milter makes no attempt to understand IPv6. Your | |
131 mileage will vary. You will need at a minimum a C++ compiler with a | |
132 minimally thread safe STL implementation. The distribution includes a | |
133 test.cpp program. If it fails this milter won't work. If it passes, | |
134 this milter might work. | |
135 </para> | |
136 <para> | |
137 Modify your sendmail.mc by removing all the "FEATURE(dnsbl" lines, add | |
138 the following line in your sendmail.mc and rebuild the .cf file | |
139 </para> | |
140 <para><screen>INPUT_MAIL_FILTER(`dnsbl', `S=local:/var/run/dnsbl/dnsbl.sock, F=T, T=C:30s;S:5m;R:5m;E:5m')</screen></para> | |
141 <para> | |
142 Modify the default <citerefentry> | |
143 <refentrytitle>@PACKAGE@.conf</refentrytitle> <manvolnum>5</manvolnum> | |
144 </citerefentry> configuration. | |
145 </para> | |
146 </refsect1> | |
147 | |
148 <refsect1 id='configuration.1'> | |
149 <title>Configuration</title> | |
150 <para> | |
151 The configuration file is documented in <citerefentry> | |
152 <refentrytitle>@PACKAGE@.conf</refentrytitle> <manvolnum>5</manvolnum> | |
153 </citerefentry>. Any change to the config file, or any file included | |
154 from that config file, will cause it to be reloaded within three | |
155 minutes. | |
156 </para> | |
108 | 157 </refsect1> |
94 | 158 |
108 | 159 <refsect1 id='introduction.1'> |
160 <title>Introduction</title> | |
161 <para> | |
162 Consider the case of a mail server that is acting as secondary MX for a | |
163 collection of clients, each of which has a collection of mail domains. | |
164 Each client may use their own collection of DNSBLs on their primary mail | |
165 server. We present here a mechanism whereby the backup mail server can | |
166 use the correct set of DNSBLs for each recipient for each message. As a | |
167 side-effect, it gives us the ability to customize the set of DNSBLs on a | |
183 | 168 per-recipient basis, so that fred@example.com could use LOCAL and the |
108 | 169 SBL, where all other users @example.com use only the SBL. |
170 </para> | |
171 <para> | |
172 This milter can also verify the envelope from/recipient pairs with the | |
173 primary MX server. This allows the backup mail servers to properly | |
174 reject mail sent to invalid addresses. Otherwise, the backup mail | |
175 servers will accept that mail, and then generate a bounce message when | |
176 the message is forwarded to the primary server (and rejected there with | |
127 | 177 no such user). These rejections are the primary cause of such backscatter. |
108 | 178 </para> |
179 <para> | |
180 This milter will also decode (uuencode, base64, mime, html entity, url | |
181 encodings) and scan for HTTP and HTTPS URLs and bare hostnames in the | |
182 body of the mail. If any of those host names have A or NS records on | |
183 the SBL (or a single configurable DNSBL), the mail will be rejected | |
184 unless previously whitelisted. This milter also counts the number of | |
185 invalid HTML tags, and can reject mail if that count exceeds your | |
186 specified limit. | |
187 </para> | |
188 <para> | |
259
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
189 This milter can also impose hourly and daily rate |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
190 limits on the number of recipients accepted from SMTP |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
191 AUTH connections, that would otherwise be allowed to |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
192 relay thru this mail server with no spam filtering. If |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
193 the connection does not use SMTP AUTH, the rate limits |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
194 may be specified by the mail from email address or |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
195 domain. |
136 | 196 </para> |
197 <para> | |
162 | 198 Consider the case of a message from A to B passing thru this milter. If |
199 that message is not blocked, then we might eventually see a reply | |
156 | 200 message from B to A. If the filtering context for A includes an |
162 | 201 autowhite entry, and that context does <emphasis>not</emphasis> cover B |
202 as a recipient, then this milter will add an entry in that file to | |
203 whitelist such replies for a configurable time period. Suppose A and B | |
204 are in the same domain, or at least use the same filtering context. In | |
205 that case we don't want to add a whitelist entry for B, since that would | |
206 then allow spammers to send mail from B (forged) to B. Such autowhite | |
160 | 207 files need to be writeable by the dnsbl user, where all the other dnsbl |
208 configuration files only need to be readable by the dnsbl user. | |
156 | 209 </para> |
210 <para> | |
176
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
211 You can manually add such an autowhite entry, by appending a single |
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
212 text line to the autowhitelist file, using something like |
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
213 <command>echo "$mail 0" >>$autowhitefile</command>. |
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
214 You can manually remove such an autowhite entry, by appending a single |
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
215 text line to the autowhitelist file, using something like |
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
216 <command>echo "$mail 1" >>$autowhitefile</command>. |
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
217 </para> |
4ec928b24bab
allow manual whitelisting with stamp 1 to remove a whitelist entry
carl
parents:
175
diff
changeset
|
218 <para> |
108 | 219 The DNSBL milter reads a text configuration file (dnsbl.conf) on |
220 startup, and whenever the config file (or any of the referenced include | |
221 files) is changed. The entire configuration file is case insensitive. | |
222 If the configuration cannot be loaded due to a syntax error, the milter | |
223 will log the error and quit. If the configuration cannot be reloaded | |
224 after being modified, the milter will log the error and send an email to | |
152 | 225 root from dnsbl@$hostname. You probably want to add dnsbl@$hostname |
108 | 226 to your /etc/mail/virtusertable since otherwise sendmail will reject |
227 that message. | |
228 </para> | |
229 </refsect1> | |
94 | 230 |
111 | 231 <refsect1 id='dcc.1'> |
108 | 232 <title>DCC Issues</title> |
233 <para> | |
234 If you are also using the <ulink | |
235 url="http://www.rhyolite.com/anti-spam/dcc/">DCC</ulink> milter, there | |
236 are a few considerations. You may need to whitelist senders from the | |
237 DCC bulk detector, or from the DNS based lists. Those are two very | |
238 different reasons for whitelisting. The former is done thru the DCC | |
239 whiteclnt config file, the later is done thru the DNSBL milter config | |
240 file. | |
241 </para> | |
242 <para> | |
243 You may want to blacklist some specific senders or sending domains. | |
244 This could be done thru either the DCC (on a global basis, or for a | |
245 specific single recipient). We prefer to do such blacklisting via the | |
246 DNSBL milter config, since it can be done for a collection of recipient | |
247 mail domains. The DCC approach has the feature that you can capture the | |
248 entire message in the DCC log files. The DNSBL milter approach has the | |
249 feature that the mail is rejected earlier (at RCPT TO time), and the | |
250 sending machine just gets a generic "550 5.7.1 no such user" message. | |
251 </para> | |
252 <para> | |
253 The DCC whiteclnt file can be included in the DNSBL milter config by the | |
254 dcc_to and dcc_from statements. This will import the (env_to, env_from, | |
255 and substitute mail_host) entries from the DCC config into the DNSBL | |
256 config. This allows using the DCC config as the single point for | |
257 white/blacklisting. | |
258 </para> | |
259 <para> | |
260 Consider the case where you have multiple clients, each with their own | |
261 mail servers, and each running their own DCC milters. Each client is | |
262 using the DCC facilities for envelope from/to white/blacklisting. | |
263 Presumably you can use rsync or scp to fetch copies of your clients DCC | |
264 whiteclnt files on a regular basis. Your mail server, acting as a | |
265 backup MX for your clients, can use the DNSBL milter, and include those | |
266 client DCC config files. The envelope from/to white/blacklisting will | |
267 be appropriately tagged and used only for the domains controlled by each | |
268 of those clients. | |
269 </para> | |
179 | 270 <para> |
271 You can now use (via dccifd) different dcc filtering parameters on a per | |
272 context basis. See the dcc_greylist and dcc_bulk_threshold statements | |
273 in the <citerefentry> <refentrytitle>@PACKAGE@.conf</refentrytitle> | |
274 <manvolnum>5</manvolnum> </citerefentry> configuration. Those | |
275 statements are only active if you supply the <option>-b</option> option | |
276 on the dnsbl command line. If you use the dcc via the standard dcc | |
277 milter (dccm), then connections from clients that use SMTP AUTH are | |
278 still subject to greylisting. If you use the dcc via dccifd and this | |
279 milter, then connections from clients that use SMTP AUTH are never | |
180 | 280 subject to greylisting. As part of this per-user greylisting, you need |
281 to move the dnsblnogrey file from the config directory to something | |
282 like /var/dcc/userdirs/local/dnsblnogrey/whiteclnt so the dccifd will | |
283 properly ignore greylisting for those recipients that don't want it. | |
179 | 284 </para> |
108 | 285 </refsect1> |
94 | 286 |
111 | 287 <refsect1 id='definitions.1'> |
108 | 288 <title>Definitions</title> |
289 <para> | |
290 CONTEXT - a collection of parameters that defines the filtering context | |
291 to be used for a collection of envelope recipient addresses. The | |
292 context includes such things as the list of DNSBLs to be used, and the | |
293 various content filtering parameters. | |
294 </para> | |
295 <para> | |
296 DNSBL - a named DNS based blocking list is defined by a dns suffix (e.g. | |
297 sbl-xbl.spamhaus.org) and a message string that is used to generate the | |
298 "550 5.7.1" smtp error return code. The names of these DNSBLs will be | |
299 used to define the DNSBL-LISTs. | |
300 </para> | |
301 <para> | |
302 DNSBL-LIST - a named list of DNSBLs that will be used for specific | |
303 recipients or recipient domains. | |
304 </para> | |
249 | 305 <para> |
306 DNSWL - a named DNS based white list is defined by a dns suffix (e.g. | |
307 list.dnswl.org) and an integer level. If the level is greater than or | |
308 equal to x in the 127.0.z.x return code from the white list, then the | |
309 ip address is considered to match, and the message will be whitelisted. | |
310 The names of these DNSWLs will be used to define the DNSWL-LISTs. | |
311 </para> | |
312 <para> | |
313 DNSWL-LIST - a named list of DNSWLs that will be used for specific | |
314 recipients or recipient domains. | |
315 </para> | |
108 | 316 </refsect1> |
94 | 317 |
111 | 318 <refsect1 id='filtering.1'> |
108 | 319 <title>Filtering Procedure</title> |
320 <para> | |
152 | 321 The SMTP envelope 'from' and 'to' values are used in various checks. |
322 The first check is to see if a reply message (swapping the env_from and | |
160 | 323 env_to values) would be unconditionally blocked (just based on the |
324 envelope from address). That check is similar to the main check | |
325 described below, but there is no body content to be scanned, and there | |
326 is no client connection ip address to be checked against DNSBLs. If | |
327 such a reply message would be blocked, we also block the original | |
328 outgoing message. This prevents folks from sending mail to recipients | |
329 that are unable to reply. | |
152 | 330 </para> |
331 <para> | |
136 | 332 If the client has authenticated with sendmail, the rate limits are |
333 checked. If the authenticated user has not exceeded the hourly rate | |
144
31ff00ea6bfb
allow parent/child to share a fully qualified env_to address
carl
parents:
140
diff
changeset
|
334 limit, then the mail is accepted, the filtering contexts are not used, |
136 | 335 the dns lists are not checked, and the body content is not scanned. If |
336 the client has not authenticated with sendmail, we follow these steps | |
337 for each recipient. | |
108 | 338 </para> |
339 <orderedlist> | |
111 | 340 <listitem><para> |
108 | 341 The envelope to email address is used to find an initial filtering |
342 context. We first look for a context that specified the full email | |
343 address in the env_to statement. If that is not found, we look for a | |
344 context that specified the entire domain name of the envelope recipient | |
345 in the env_to statement. If that is not found, we look for a context | |
346 that specified the user@ part of the envelope recipient in the env_to | |
347 statement. If that is not found, we use the first top level context | |
348 defined in the config file. | |
111 | 349 </para></listitem> |
350 <listitem><para> | |
108 | 351 The initial filtering context may redirect to a child context based on |
352 the values in the initial context's env_from statement. We look for [1) | |
353 the full envelope from email address, 2) the domain name part of the | |
354 envelope from address, 3) the user@ part of the envelope from address] | |
355 in that context's env_from statement, with values that point to a child | |
356 context. If such an entry is found, we switch to that child filtering | |
357 context. | |
111 | 358 </para></listitem> |
359 <listitem><para> | |
108 | 360 We lookup [1) the full envelope from email address, 2) the domain name |
361 part of the envelope from address, 3) the user@ part of the envelope | |
362 from address] in the filtering context env_from statement. That results | |
363 in one of (white, black, unknown, inherit). | |
111 | 364 </para></listitem> |
365 <listitem><para> | |
108 | 366 If the answer is black, mail to this recipient is rejected with "no such |
367 user", and the dns lists are not checked. | |
111 | 368 </para></listitem> |
369 <listitem><para> | |
108 | 370 If the answer is white, mail to this recipient is accepted and the dns |
371 lists are not checked. | |
111 | 372 </para></listitem> |
373 <listitem><para> | |
108 | 374 If the answer is unknown, we don't reject yet, but the dns lists will be |
375 checked, and the content may be scanned. | |
111 | 376 </para></listitem> |
377 <listitem><para> | |
108 | 378 If the answer is inherit, we repeat the envelope from search in the |
379 parent context. | |
111 | 380 </para></listitem> |
381 <listitem><para> | |
233
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
382 If the mail has not been accepted or rejected yet, and the filtering |
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
383 context (or any ancestor context) specifies a non-empty whitelist regular |
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
384 expression, then we check the envelope from value against that regex. |
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
385 The mail is accepted if the envelope from value matches the specified regular |
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
386 expression. |
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
387 </para></listitem> |
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
388 <listitem><para> |
249 | 389 If the mail has not been accepted or rejected yet, the dns white lists |
390 specified in the filtering context are checked and the mail is accepted | |
391 if any list has an A record for the standard dns based lookup scheme | |
392 (reversed octets of the client followed by the dns suffix) with a final | |
393 octet greater than or equal to the level specified for that dnswl. | |
394 </para></listitem> | |
395 <listitem><para> | |
396 If the mail has not been accepted or rejected yet, the dns black lists | |
168 | 397 specified in the filtering context are checked and the mail is rejected |
398 if any list has an A record for the standard dns based lookup scheme | |
399 (reversed octets of the client followed by the dns suffix). | |
400 </para></listitem> | |
401 <listitem><para> | |
402 If the mail has not been accepted or rejected yet, and the filtering | |
170 | 403 context (or any ancestor context) specifies a non-empty generic regular |
404 expression, then we check the fully qualified client name (obtained via | |
405 the sendmail macro "_"). The mail is rejected if the client name | |
406 matches the specified regular expression. | |
111 | 407 </para></listitem> |
408 <listitem><para> | |
108 | 409 If the mail has not been accepted or rejected yet, we look for a |
410 verification context, which is the closest ancestor of the filtering | |
411 context that both specifies a verification host, and which covers the | |
412 envelope to address. If we find such a verification context, and the | |
413 verification host is not our own hostname, we open an smtp conversation | |
414 with that verification host. The current envelope from and recipient to | |
415 values are passed to that verification host. If we receive a 5xy | |
416 response those commands, we reject the current recipient with "no such | |
417 user". | |
111 | 418 </para></listitem> |
419 <listitem><para> | |
108 | 420 If the mail has not been accepted or rejected yet, and the filtering |
421 context enables content filtering, and this is the first such recipient | |
422 in this smtp transaction, we set the content filtering parameters from | |
423 this context, and enable content filtering for the body of this message. | |
111 | 424 </para></listitem> |
108 | 425 </orderedlist> |
426 <para> | |
160 | 427 For each recipient that was accepted, we search for an autowhite entry |
428 starting in the reply filtering context. If an autowhite entry is found, | |
429 we add the recipient to that auto whitelist file. This will prevent reply | |
430 messages from being blocked by the dnsbl or content filtering. | |
431 </para> | |
432 <para> | |
108 | 433 If content filtering is enabled for this body, the mail text is decoded |
119 | 434 (uuencode, base64, mime, html entity, url encodings), and scanned for HTTP |
435 and HTTPS URLs or bare host names. Hostnames must be either ip address | |
436 literals, or must end in a string defined by the TLD list. The first | |
437 <configurable> host names are checked as follows. | |
438 </para> | |
439 <para> | |
440 The only known list that is suitable for the content filter DNSBL is the | |
441 SBL. If the content filter DNSBL is defined, and any of those host | |
442 names resolve to ip addresses that are on that DNSBL (or have | |
443 nameservers that are on that list), and the host name is not on the | |
444 <configurable> ignore list, the mail is rejected. | |
445 </para> | |
446 <para> | |
447 If the content uribl DNSBL is defined, and any of those host names are | |
448 on that DNSBL, and the host name is not on the <configurable> | |
249 | 449 ignore list, the mail is rejected. Note that the Spamhaus DBL is not (yet) |
450 suitable here, since we currently pass ip addresses to the uribl checker, | |
451 and the DBL lists all such bare ip addresses. | |
119 | 452 </para> |
453 <para> | |
167
9b129ed78d7d
actually use spamassassin result, allow build without spam assassin, only call it if some recipient needs it.
carl
parents:
164
diff
changeset
|
454 If any non-whitelisted recipient has a filtering context with a non-zero |
9b129ed78d7d
actually use spamassassin result, allow build without spam assassin, only call it if some recipient needs it.
carl
parents:
164
diff
changeset
|
455 spamassassin limit, then the message is passed thru spamassassin (via |
9b129ed78d7d
actually use spamassassin result, allow build without spam assassin, only call it if some recipient needs it.
carl
parents:
164
diff
changeset
|
456 spamc), and the message is rejected for those recipients with spamassassin |
203
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
457 limits less than the resulting spamassassin score. For example, a |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
458 spamassassin limit of three will reject messages with spamassassin scores |
246
8b0f16abee53
Add prvs decoding to envelope addresses
Carl Byington <carl@five-ten-sg.com>
parents:
233
diff
changeset
|
459 of four or greater. If the filtering context has a spamassassin limit of |
8b0f16abee53
Add prvs decoding to envelope addresses
Carl Byington <carl@five-ten-sg.com>
parents:
233
diff
changeset
|
460 zero, then spamassassin is not called (or if called the results are not used) |
8b0f16abee53
Add prvs decoding to envelope addresses
Carl Byington <carl@five-ten-sg.com>
parents:
233
diff
changeset
|
461 for this recipient. |
203
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
462 </para> |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
463 <para> |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
464 If any non-whitelisted recipient has a filtering context that specifies |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
465 DCC greylisting, then the message is passed thru the DCC bulk detector, |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
466 and the message is greylisted (for all recipients) if the DCC says this |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
467 message should be delayed. |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
468 </para> |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
469 <para> |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
470 If any non-whitelisted recipient has a filtering context with a non-zero |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
471 DCC bulk threshold, then the message is passed thru the DCC bulk detector, |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
472 and the message is rejected for those recipients with DCC thresholds less |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
473 than or equal to the DCC bulk score. |
163 | 474 </para> |
475 <para> | |
119 | 476 We also scan for excessive bad html tags, and if a <configurable> |
477 limit is exceeded, the mail is rejected. | |
108 | 478 </para> |
479 </refsect1> | |
94 | 480 |
111 | 481 <refsect1 id='access.1'> |
108 | 482 <title>Sendmail access vs. DNSBL</title> |
483 <para> | |
484 With the standard sendmail.mc dnsbl FEATURE, the dnsbl checks may be | |
485 suppressed by entries in the /etc/mail/access database. For example, | |
486 suppose you control a /18 of address space, and have allocated some /24s | |
487 to some clients. You have access entries like | |
111 | 488 <literallayout class="monospaced"><![CDATA[ |
489 192.168.4 OK | |
490 192.168.17 OK]]></literallayout> | |
108 | 491 </para> |
492 <para> | |
493 to allow those clients to smarthost thru your mail server. Now if one | |
494 of those clients happens get infected with a virus that turns a machine | |
495 into an open proxy, and their 192.168.4.45 lands on the SBL-XBL, you | |
496 will still wind up allowing that infected machine to smarthost thru your | |
497 mail servers. | |
498 </para> | |
499 <para> | |
500 With this DNSBL milter, the sendmail access database cannot override the | |
501 dnsbl checks, so that machine won't be able to send mail to or thru your | |
502 smarthost mail server (unless the virus/proxy can use smtp-auth). | |
503 </para> | |
504 <para> | |
505 Using the standard sendmail features, you would add access entries to | |
506 allow hosts on your local network to relay thru your mail server. Those | |
507 OK entries in the sendmail access database will override all the dnsbl | |
508 checks. With this DNSBL milter, you will need to have the local users | |
509 authenticate with smtp-auth to get the same effect. You might find | |
510 <ulink | |
511 url="http://www.ists.dartmouth.edu/classroom/sendmail-ssl-how-to.php"> | |
512 these directions</ulink> helpful for setting up smtp-auth if you are on | |
513 RH Linux. | |
514 </para> | |
515 </refsect1> | |
94 | 516 |
111 | 517 <refsect1 id='performance.1'> |
108 | 518 <title>Performance Issues</title> |
519 <para> | |
520 Consider a high volume high performance machine running sendmail. Each | |
521 sendmail process can do its own dns resolution. Typically, such dns | |
522 resolver libraries are not thread safe, and so must be protected by some | |
523 sort of mutex in a threaded environment. When we add a milter to | |
524 sendmail, we now have a collection of sendmail processes, and a | |
525 collection of milter threads. | |
526 </para> | |
527 <para> | |
528 We will be doing a lot of dns lookups per mail message, and at least | |
529 some of those will take many tens of seconds. If all this dns work is | |
530 serialized inside the milter, we have an upper limit of about 25K mail | |
531 messages per day. That is clearly not sufficient for many sites. | |
532 </para> | |
533 <para> | |
534 Since we want to do parallel dns resolution across those milter threads, | |
535 we add another collection of dns resolver processes. Each sendmail | |
536 process is talking to a milter thread over a socket, and each milter | |
537 thread is talking to a dns resolver process over another socket. | |
538 </para> | |
539 <para> | |
540 Suppose we are processing 20 messages per second, and each message | |
541 requires 20 seconds of dns work. Then we will have 400 sendmail | |
542 processes, 400 milter threads, and 400 dns resolver processes. Of | |
543 course that steady state is very unlikely to happen. | |
544 </para> | |
545 </refsect1> | |
94 | 546 |
547 | |
111 | 548 <refsect1 id='rejected.1'> |
108 | 549 <title>Rejected Ideas</title> |
550 <para> | |
551 The following ideas have been considered and rejected. | |
552 </para> | |
553 <para> | |
111 | 554 Add max_recipients setting to the context configuration. Recipients in |
555 excess of that limit will be rejected, and all the non-whitelisted | |
556 recipients will be removed. Current spammers *very* rarely send more | |
557 than ten recipients in a single smtp transaction, so this won't stop any | |
108 | 558 significant amount of spam. |
559 </para> | |
560 <para> | |
561 Add poison addresses to the configuration. If any recipient is | |
562 poison, all recipients are rejected even if they would be whitelisted, | |
563 and the data is rejected if sent. I have a collection of spam trap | |
564 addresses that would be suitable for such use. Based on my log files, | |
565 any mail to those spam trap addresses is rejected based on either dnsbl | |
566 lookups or the DCC. So this won't result in blocking any additional | |
567 spam. | |
568 </para> | |
569 <para> | |
570 Add an option to only allow one recipient if the return path is | |
571 empty. Based on my log files, there is no mail that violates this | |
572 check. | |
573 </para> | |
574 <para> | |
575 Reject the mail if the envelope from domain name contains any MX | |
576 records pointing to 127.0.0.0/8. I don't see any significant amount of | |
577 spam sent with such domain names. | |
578 </para> | |
579 </refsect1> | |
94 | 580 |
108 | 581 <refsect1 id='todo.1'> |
582 <title>TODO</title> | |
583 <para> | |
584 The following ideas are under consideration. | |
585 </para> | |
586 <para> | |
115 | 587 Look for href="hostname/path" strings that are missing the required |
588 http:// protocol header. Such references are still clickable in common | |
589 mail software. | |
590 </para> | |
249 | 591 <para> |
592 Add the ability to use the DBL for content filtering. We need to avoid | |
593 checking bare ip addresses against that list. | |
594 </para> | |
595 <para> | |
596 Add daily recipient limits based on some fixed multiple (perhaps 3?) | |
597 of the hourly limit. | |
598 </para> | |
108 | 599 </refsect1> |
94 | 600 |
111 | 601 <refsect1 id='copyright.1'> |
108 | 602 <title>Copyright</title> |
603 <para> | |
163 | 604 Copyright (C) 2007 by 510 Software Group <carl@five-ten-sg.com> |
108 | 605 </para> |
606 <para> | |
607 This program is free software; you can redistribute it and/or modify it | |
608 under the terms of the GNU General Public License as published by the | |
160 | 609 Free Software Foundation; either version 3, or (at your option) any |
108 | 610 later version. |
611 </para> | |
612 <para> | |
613 You should have received a copy of the GNU General Public License along | |
614 with this program; see the file COPYING. If not, please write to the | |
615 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
616 </para> | |
617 </refsect1> | |
94 | 618 |
111 | 619 <refsect1 id='version.1'> |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
620 <title>Version</title> |
108 | 621 <para> |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
622 @VERSION@ |
108 | 623 </para> |
624 </refsect1> | |
625 </refentry> | |
626 | |
627 | |
628 <refentry id="@PACKAGE@.conf.5"> | |
629 <refentryinfo> | |
253
2d6ecd03bbbe
update date on the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
249
diff
changeset
|
630 <date>2012-04-08</date> |
108 | 631 </refentryinfo> |
94 | 632 |
108 | 633 <refmeta> |
634 <refentrytitle>@PACKAGE@.conf</refentrytitle> | |
635 <manvolnum>5</manvolnum> | |
636 <refmiscinfo>@PACKAGE@ @VERSION@</refmiscinfo> | |
637 </refmeta> | |
94 | 638 |
108 | 639 <refnamediv id='name.5'> |
640 <refname>@PACKAGE@.conf</refname> | |
111 | 641 <refpurpose>configuration file for @PACKAGE@ sendmail milter</refpurpose> |
108 | 642 </refnamediv> |
643 | |
644 <refsynopsisdiv id='synopsis.5'> | |
645 <title>Synopsis</title> | |
646 <cmdsynopsis> | |
647 <command>@PACKAGE@.conf</command> | |
648 </cmdsynopsis> | |
649 </refsynopsisdiv> | |
94 | 650 |
108 | 651 <refsect1 id='description.5'> |
652 <title>Description</title> | |
653 <para>The <command>@PACKAGE@.conf</command> configuration file is | |
148
9330b8d6a56b
add documentation fixes, allow env_from target of inherit
carl
parents:
144
diff
changeset
|
654 specified by this partial bnf description. Comments start with // |
9330b8d6a56b
add documentation fixes, allow env_from target of inherit
carl
parents:
144
diff
changeset
|
655 or # and extend to the end of the line. To include the contents |
9330b8d6a56b
add documentation fixes, allow env_from target of inherit
carl
parents:
144
diff
changeset
|
656 of some file verbatim in the dnsbl.conf file, use |
9330b8d6a56b
add documentation fixes, allow env_from target of inherit
carl
parents:
144
diff
changeset
|
657 <literallayout class="monospaced"><![CDATA[include "<file>";]]></literallayout> |
9330b8d6a56b
add documentation fixes, allow env_from target of inherit
carl
parents:
144
diff
changeset
|
658 </para> |
108 | 659 |
660 <literallayout class="monospaced"><![CDATA[ | |
661 CONFIG = {CONTEXT ";"}+ | |
662 CONTEXT = "context" NAME "{" {STATEMENT}+ "}" | |
249 | 663 STATEMENT = (DNSBL | DNSBLLIST | DNSWL | DNSWLLIST | CONTENT | ENV-TO |
664 | VERIFY | GENERIC | W_REGEX | AUTOWHITE | CONTEXT | ENV-FROM | |
665 | RATE-LIMIT) ";" | |
108 | 666 |
124 | 667 DNSBL = "dnsbl" NAME DNSPREFIX ERROR-MSG1 |
255
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
668 DNSBLLIST = "dnsbl_list" {NAME}* |
108 | 669 |
255
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
670 DNSWL = "dnswl" NAME DNSPREFIX LEVEL |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
671 DNSWLLIST = "dnswl_list" {NAME}* |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
672 LEVEL = INTEGER |
94 | 673 |
108 | 674 CONTENT = "content" ("on" | "off") "{" {CONTENT-ST}+ "}" |
178 | 675 CONTENT-ST = (FILTER | URIBL | IGNORE | TLD | CCTLD | HTML-TAGS | |
676 HTML-LIMIT | HOST-LIMIT | SPAMASS | REQUIRE | DCCGREY | | |
677 DCCBULK) ";" | |
124 | 678 FILTER = "filter" DNSPREFIX ERROR-MSG2 |
679 URIBL = "uribl" DNSPREFIX ERROR-MSG3 | |
108 | 680 IGNORE = "ignore" "{" {HOSTNAME [";"]}+ "}" |
681 TLD = "tld" "{" {TLD [";"]}+ "}" | |
119 | 682 CCTLD = "cctld" "{" {TLD [";"]}+ "}" |
108 | 683 HTML-TAGS = "html_tags" "{" {HTMLTAG [";"]}+ "}" |
124 | 684 ERROR-MSG1 = string containing exactly two %s replacement tokens |
685 both are replaced with the client ip address | |
686 ERROR-MSG2 = string containing exactly two %s replacement tokens | |
687 the first is replaced with the hostname, and the second | |
688 is replaced with the ip address | |
689 ERROR-MSG3 = string containing exactly two %s replacement tokens | |
690 both are replaced with the hostname | |
108 | 691 |
692 HTML-LIMIT = "html_limit" ("on" INTEGER ERROR-MSG | "off") | |
693 | |
111 | 694 HOST-LIMIT = "host_limit" ("on" INTEGER ERROR-MSG | "off" | |
695 "soft" INTEGER) | |
178 | 696 SPAMASS = "spamassassin" INTEGER |
697 REQUIRE = "require_match" ("yes" | "no") | |
698 DCCGREY = "dcc_greylist" ("yes" | "no") | |
699 DCCBULK = "dcc_bulk_threshold" (INTEGER | "many" | "off") | |
94 | 700 |
108 | 701 ENV-TO = "env_to" "{" {(TO-ADDR | DCC-TO)}+ "}" |
702 TO-ADDR = ADDRESS [";"] | |
703 DCC-TO = "dcc_to" ("ok" | "many") "{" DCCINCLUDEFILE "}" ";" | |
704 | |
705 VERIFY = "verify" HOSTNAME ";" | |
168 | 706 GENERIC = "generic" REGULAREXPRESSION ERROR-MSG4 ";" |
233
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
707 W-REGEX = "white_regex" REGULAREXPRESSION ";" |
168 | 708 ERROR-MSG4 = string containing exactly one %s replacement token |
709 which is replaced with the client name | |
153 | 710 AUTOWHITE = "autowhite" DAYS FILENAME ";" |
108 | 711 |
712 ENV_FROM = "env_from" [DEFAULT] "{" {(FROM-ADDR | DCC-FROM)}+ "}" | |
713 FROM-ADDR = ADDRESS VALUE [";"] | |
714 DCC-FROM = "dcc_from" "{" DCCINCLUDEFILE "}" ";" | |
136 | 715 |
255
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
716 RATE-LIMIT = "rate_limit" [DEFAULT_LIMIT [DAILY_MULTIPLE]] "{" (RATE)+ "}" |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
717 RATE = USER LIMIT [";"] |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
718 LIMIT = INTEGER |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
719 DEFAULT_LIMIT = INTEGER |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
720 DAILY_MULTIPLE = INTEGER |
136 | 721 |
108 | 722 DEFAULT = ("white" | "black" | "unknown" | "inherit" | "") |
723 ADDRESS = (USER@ | DOMAIN | USER@DOMAIN) | |
148
9330b8d6a56b
add documentation fixes, allow env_from target of inherit
carl
parents:
144
diff
changeset
|
724 VALUE = ("white" | "black" | "unknown" | "inherit" | CHILD-CONTEXT-NAME)]]></literallayout> |
108 | 725 </refsect1> |
94 | 726 |
108 | 727 <refsect1 id='sample.5'> |
728 <title>Sample</title> | |
729 <literallayout class="monospaced"><![CDATA[ | |
127 | 730 context main-default { |
731 // outbound dnsbl filtering to catch our own customers that end up on the sbl | |
732 dnsbl sbl sbl-xbl.spamhaus.org "Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | |
174 | 733 dnsbl_list sbl; |
127 | 734 |
735 // outbound content filtering to prevent our own customers from sending spam | |
736 content on { | |
737 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | |
738 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; | |
259
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
739 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; |
127 | 740 ignore { include "hosts-ignore.conf"; }; |
741 tld { include "tld.conf"; }; | |
742 cctld { include "cctld.conf"; }; | |
743 html_tags { include "html-tags.conf"; }; | |
744 html_limit on 20 "Mail containing excessive bad html tags rejected"; | |
745 html_limit off; | |
746 host_limit on 20 "Mail containing excessive host names rejected"; | |
747 host_limit soft 20; | |
178 | 748 spamassassin 4; |
749 require_match yes; | |
750 dcc_greylist yes; | |
751 dcc_bulk_threshold 50; | |
127 | 752 }; |
753 | |
754 // backscatter prevention - don't send bounces for mail that we accepted but could not forward | |
755 // we only send bounces to our own customers | |
756 env_from unknown { | |
757 "<>" black; | |
758 }; | |
136 | 759 |
259
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
760 // hourly recipient rate limit by smtp auth client id, |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
761 // or unauthenticated mail from address |
255
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
762 // default hourly limit is 30 |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
763 // daily limits are 4 times the hourly limit |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
764 rate_limit 30 4 { // default |
171 | 765 #fred 100; // override default limits |
766 #joe 10; // "" | |
259
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
767 #sam@somedomain.tld 500; |
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
768 #@otherdomain.tld 100; |
136 | 769 }; |
127 | 770 }; |
771 | |
171 | 772 context main { |
773 dnsbl localp partial.blackholes.five-ten-sg.com "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s"; | |
108 | 774 dnsbl local blackholes.five-ten-sg.com "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s"; |
174 | 775 dnsbl sbl zen.spamhaus.org "Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; |
108 | 776 dnsbl xbl xbl.spamhaus.org "Mail from %s rejected - xbl; see http://www.spamhaus.org/query/bl?ip=%s"; |
249 | 777 dnswl dnswl.org list.dnswl.org 2; |
171 | 778 dnsbl_list local sbl; |
249 | 779 dnswl_list dnswl.org; |
94 | 780 |
108 | 781 content on { |
782 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | |
122 | 783 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; |
259
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
784 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; |
108 | 785 ignore { include "hosts-ignore.conf"; }; |
786 tld { include "tld.conf"; }; | |
119 | 787 cctld { include "cctld.conf"; }; |
108 | 788 html_tags { include "html-tags.conf"; }; |
789 html_limit off; | |
790 host_limit soft 20; | |
178 | 791 spamassassin 5; |
792 require_match yes; | |
793 dcc_greylist yes; | |
794 dcc_bulk_threshold 20; | |
108 | 795 }; |
94 | 796 |
216
784030ac71f1
Never whitelist self addressed mail. Changes for Fedora 10 and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
797 generic "^dsl.static.*ttnet.net.tr$|(^|[x.-])(ppp|h|host)?([0-9]{1,3}[x.-](Red-|dynamic[x.-])?){4}" |
171 | 798 "your mail server %s seems to have a generic name"; |
799 | |
259
be939802c64e
add recipient rate limits by email from address or domain
Carl Byington <carl@five-ten-sg.com>
parents:
255
diff
changeset
|
800 white_regex "=example.com=user@yourhostingaccount.com$"; |
233
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
801 |
108 | 802 env_to { |
171 | 803 # !! replace this with your domain names |
108 | 804 # child contexts are not allowed to specify recipient addresses outside these domains |
179 | 805 # if this is a backup-mx, you need to include here domains for which you relay to the primary mx |
174 | 806 include "/etc/mail/local-host-names"; |
108 | 807 }; |
94 | 808 |
108 | 809 context whitelist { |
810 content off {}; | |
811 env_to { | |
171 | 812 # dcc_to ok { include "/var/dcc/whitecommon"; }; |
108 | 813 }; |
814 env_from white {}; # white forces all unmatched from addresses (everyone in this case) to be whitelisted | |
815 # so all mail TO these env_to addresses is accepted | |
816 }; | |
94 | 817 |
171 | 818 context abuse { |
819 dnsbl_list xbl; | |
820 content off {}; | |
174 | 821 generic "^$ " " "; # regex cannot match, to disable generic rdns rejects |
171 | 822 env_to { |
823 abuse@ # no content filtering on abuse reports | |
824 postmaster@ # "" | |
825 }; | |
826 env_from unknown {}; # ignore all parent white/black listing | |
827 }; | |
828 | |
108 | 829 context minimal { |
171 | 830 dnsbl_list sbl; |
178 | 831 content on { |
832 spamassassin 10; | |
833 dcc_bulk_threshold many; | |
834 }; | |
171 | 835 generic "^$ " " "; # regex cannot match, to disable generic rdns rejects |
108 | 836 env_to { |
837 }; | |
838 }; | |
94 | 839 |
108 | 840 context blacklist { |
255
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
841 dnsbl_list ; |
d6d5c50b9278
Allow dnswl_list and dnsbl_list to be empty, to override lists specified in the ancestor contexts. Add daily recipient limits as a multiple of the hourly limits.
Carl Byington <carl@five-ten-sg.com>
parents:
253
diff
changeset
|
842 dnswl_list ; |
108 | 843 env_to { |
171 | 844 # dcc_to many { include "/var/dcc/whitecommon"; }; |
108 | 845 }; |
846 env_from black {}; # black forces all unmatched from addresses (everyone in this case) to be blacklisted | |
847 # so all mail TO these env_to addresses is rejected | |
848 }; | |
94 | 849 |
171 | 850 env_from unknown { |
851 abuse@ abuse; # replies to abuse reports use the abuse context | |
852 # dcc_from { include "/var/dcc/whitecommon"; }; | |
108 | 853 }; |
854 | |
171 | 855 autowhite 90 "autowhite/my-auto-whitelist"; |
856 # install should create /etc/dnsbl/autowhite writable by userid dnsbl | |
108 | 857 };]]></literallayout> |
858 </refsect1> | |
94 | 859 |
111 | 860 <refsect1 id='version.5'> |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
861 <title>Version</title> |
108 | 862 <para> |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
187
diff
changeset
|
863 @VERSION@ |
108 | 864 </para> |
865 </refsect1> | |
866 | |
867 </refentry> | |
868 </reference> |