Mercurial > dnsbl
diff 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 |
line wrap: on
line diff
--- a/xml/sample.conf Wed Apr 21 12:52:29 2004 -0700 +++ b/xml/sample.conf Wed Apr 21 12:52:29 2004 -0700 @@ -1,3 +1,4 @@ +# $Id$ # # lines start with a command token, following by argument tokens # tokens are separated by spaces or tabs @@ -49,6 +50,22 @@ # lookup scheme (reversed octets of the client followed by the dns suffix). # # +# include: +# second token is the path name of the dnsbl milter config file to be +# included. +# +# +# include_dcc: +# second token is the name of an envelope-from-map (EMAP below). +# third token is the path name of the dcc whiteclnt config file to be +# included. +# entries from the dcc config are mapped as: +# ok -> WHITE +# many -> BLACK +# env_from -> env_from EMAP xxx +# env_to -> env_to +# substitute mail_host -> env_from EMAP xxx +# # # ############################################## @@ -106,3 +123,4 @@ # file names are single tokens, no embedded blanks # include dnsbl.conf # this will generate a recursive include file syslog error message +include_dcc DEFAULT /var/dcc/whitecommon # this includes the default dcc whitelist file