# set parameters for DCC start, stop, and cron scripts
# This file is parsed by /bin/sh, and so parameters must be appropriately quoted
# Start your own comment lines with something other than "#" such as "##"
# so that they will be preserved when installing a new version.
# from Rhyolite Software DCC 1.3.163-1.88 $Revision$
# don't set DCC_HOMEDIR since if we got here, it must be set
DCC_LIBEXEC=@PREFIX@/libexec/dcc
DCC_RUNDIR=@PREFIX@/var/run/dcc
# DCC server-IDs must be globally unique.
# BRAND can be any short alphanumeric string that suggests the identity
# args used to start dccd
# GREY_CLIENT_ARGS contains "on", "-GnoIP", etc. to turn on greylisting
# in the dccm and dccifd DCC clients.
# Also turns on the local greylist dccd server unless GREY_ENABLE=off
# GREY_ENABLE turns local greylist server 'on' or 'off',
# but does not effect dccm, dccifd
# GREY_SRVR_ID DCC server-IDs must be globally unique, but greylisting dccd
# servers are usually isolated. If you have more than one greylist server,
# ensure that they use distinct server-IDs and that they flood each other
# with entries in @PREFIX@/etc/dcc/flod
# Start dccd for grey listing or set server options such as -Gweak-IP.
# dccm and dccifd client reputation parameters such as -tREP,20
# DNS blacklist -B parameters for dccifd and dccm
# For example, this checks SMTP client IP addresses for any value Spamhaus'
# ZEN. It also looks for for values between 127.0.0.0 and 127.0.0.8 for SMTP
# envelope sender mail_host or mail_host domain names, URLs in mail message
# bodies, MX servers, DNS (NS) servers.
# It then checks URLs in the message body in Spamhaus' DBL.
# It also whitelists with the "0 = none" values of dnswl.org.
# DNSBL_ARGS="'-Bset:rej-msg=5.7.1 550 %ID %BTYPE https://www.spamhaus.org/query/bl?ip=%BTGT' \
# -Bzen.spamhaus.org,127.0.0.0-127.0.0.8 \
# -Bset:no-mail_host -Bset:no-URL -Bset:no-NS -Bzen.spamhaus.org \
# -Bset:URL -Bset:no-client -Bdbl.spamhaus.org,127.0.1.1-127.0.1.59,name \
# -Bset:white -Bset:client -Bset:no-URL -Bset:no-mail_host \
# -Bset:no-NS -Bset:no-MX '-Blist.dnswl.org,127.0.0.3&255.255.0.255'"