Mercurial > dnsbl
comparison xml/sample.conf @ 4:15a7e942adec
updates to use dcc conf files
author | carl |
---|---|
date | Wed, 21 Apr 2004 12:52:29 -0700 |
parents | 96a9758165cd |
children | 793ac9cc114d |
comparison
equal
deleted
inserted
replaced
3:7e1eb343a825 | 4:15a7e942adec |
---|---|
1 # $Id$ | |
1 # | 2 # |
2 # lines start with a command token, following by argument tokens | 3 # lines start with a command token, following by argument tokens |
3 # tokens are separated by spaces or tabs | 4 # tokens are separated by spaces or tabs |
4 # | 5 # |
5 # | 6 # |
46 # If the dnsbl-list name is WHITE, the dns lists are not checked and the | 47 # If the dnsbl-list name is WHITE, the dns lists are not checked and the |
47 # mail is accepted. Otherwise, the dns lists are checked and the mail | 48 # mail is accepted. Otherwise, the dns lists are checked and the mail |
48 # is rejected if any list has an A record for the standard dns based | 49 # is rejected if any list has an A record for the standard dns based |
49 # lookup scheme (reversed octets of the client followed by the dns suffix). | 50 # lookup scheme (reversed octets of the client followed by the dns suffix). |
50 # | 51 # |
52 # | |
53 # include: | |
54 # second token is the path name of the dnsbl milter config file to be | |
55 # included. | |
56 # | |
57 # | |
58 # include_dcc: | |
59 # second token is the name of an envelope-from-map (EMAP below). | |
60 # third token is the path name of the dcc whiteclnt config file to be | |
61 # included. | |
62 # entries from the dcc config are mapped as: | |
63 # ok -> WHITE | |
64 # many -> BLACK | |
65 # env_from -> env_from EMAP xxx | |
66 # env_to -> env_to | |
67 # substitute mail_host -> env_from EMAP xxx | |
51 # | 68 # |
52 # | 69 # |
53 # | 70 # |
54 ############################################## | 71 ############################################## |
55 # define the dnsbls to use | 72 # define the dnsbls to use |
104 ############################################## | 121 ############################################## |
105 # you can also include nested config files | 122 # you can also include nested config files |
106 # file names are single tokens, no embedded blanks | 123 # file names are single tokens, no embedded blanks |
107 # | 124 # |
108 include dnsbl.conf # this will generate a recursive include file syslog error message | 125 include dnsbl.conf # this will generate a recursive include file syslog error message |
126 include_dcc DEFAULT /var/dcc/whitecommon # this includes the default dcc whitelist file |