Mercurial > dnsbl
comparison xml/sample.conf @ 5:793ac9cc114d stable-1-0
updates to use dcc conf files
author | carl |
---|---|
date | Wed, 21 Apr 2004 16:09:07 -0700 |
parents | 15a7e942adec |
children | dbe18921f741 |
comparison
equal
deleted
inserted
replaced
4:15a7e942adec | 5:793ac9cc114d |
---|---|
58 # include_dcc: | 58 # include_dcc: |
59 # second token is the name of an envelope-from-map (EMAP below). | 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 | 60 # third token is the path name of the dcc whiteclnt config file to be |
61 # included. | 61 # included. |
62 # entries from the dcc config are mapped as: | 62 # entries from the dcc config are mapped as: |
63 # ok -> WHITE | 63 # ok -> WHITE |
64 # many -> BLACK | 64 # many -> BLACK |
65 # env_from -> env_from EMAP xxx | 65 # env_to -> env_to xxx |
66 # env_to -> env_to | 66 # env_from -> env_from EMAP xxx |
67 # substitute mail_host -> env_from EMAP xxx | 67 # substitute mail_host -> env_from EMAP xxx |
68 # | 68 # |
69 # | 69 # |
70 # | 70 # |
71 ############################################## | 71 ############################################## |
121 ############################################## | 121 ############################################## |
122 # you can also include nested config files | 122 # you can also include nested config files |
123 # file names are single tokens, no embedded blanks | 123 # file names are single tokens, no embedded blanks |
124 # | 124 # |
125 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 | 126 |
127 | |
128 ############################################## | |
129 # fetch the normal dcc whitelist file and put the entries into the DEFAULT | |
130 # envelope-from-map. The ok/many tags in the DCC file turn into | |
131 # WHITE/BLACK entries when imported. The env_to entries from the DCC | |
132 # config turn into env_to entries here, and are therefore global to all | |
133 # domains. The env_from and substitute mail_host entries turn into | |
134 # env_from entries in the named (DEFAULT in this case) envelope-from-map. | |
135 # | |
136 include_dcc DEFAULT /var/dcc/whitecommon |