Mercurial > dnsbl
comparison src/dnsbl.cpp @ 4:15a7e942adec
updates to use dcc conf files
author | carl |
---|---|
date | Wed, 21 Apr 2004 12:52:29 -0700 |
parents | 7e1eb343a825 |
children | 793ac9cc114d |
comparison
equal
deleted
inserted
replaced
3:7e1eb343a825 | 4:15a7e942adec |
---|---|
7 Based on a sample milter Copyright (c) 2000-2003 Sendmail, Inc. and its | 7 Based on a sample milter Copyright (c) 2000-2003 Sendmail, Inc. and its |
8 suppliers. Inspired by the DCC by Rhyolite Software | 8 suppliers. Inspired by the DCC by Rhyolite Software |
9 | 9 |
10 -p port The port through which the MTA will connect to this milter. | 10 -p port The port through which the MTA will connect to this milter. |
11 -t sec The timeout value. | 11 -t sec The timeout value. |
12 | 12 -c Check the config, and print a copy to stderr. Don't start the |
13 TODO: | 13 milter or do anything with the socket. |
14 | |
15 1) Add "include-dcc NAME fn" to read a dcc whiteclnt file looking | |
16 for many substitute mail-host domain, and add the equivalent "env_from | |
17 domain black" into the NAME mapping. That allows clients to use just the | |
18 DCC for white/blacklisting, but the backup mx machines can use dnsbl | |
19 and get the same effect. | |
20 | 14 |
21 */ | 15 */ |
22 | 16 |
23 | 17 |
24 // from sendmail sample | 18 // from sendmail sample |