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