
 ENVIRONMENT VARIABLES FOR SQUIDWALL
=====================================



LOG_FILE
- default: "/var/log/squid/squidwall.log"
- contains the filename of the logfile of squidwall
- have to be writeable by the squid user or group


PROXY
- default: "127.0.0.1:3128"
- contains ip:port of the squid webcache
- this cache shouldn't be redirected to squidwall :)


CLAMD
- default "127.0.0.1:3310"
- ip:port of the TCP/IP deamon of clamd
- look for TCPSocket and TCPAddr in clamd.conf


MAX_SIZE
- default: 60000
- max length, which should be send to clamd for scanning
- also the max length, which is used for the content scanning


PFILTER_MAX
- default: 100


REDIR_BADURL
- default: "http://www.example.org/?network=x&reason=url&"


REDIR_BADCONT
- default: "http://www.example.org/?network=x&reason=cont&"


REDIR_BADHOST
- default: "http://www.example.org/?network=x&reason=host&"


REDIR_BADUSER
- default: "http://www.example.org/?network=x&reason=user&"


REDIR_BANNERFOUND
- default: "http://www.example.org/img/t.png"


REDIR_VIRUSFOUND
- default: "http://www.example.org/?network=x&reason=virus&"


REDIR_SAFESITE
- default: "http://www.example.org/img/"


HOSTS_DIR
- default: "/etc/squidwall/hosts"
- directory for the definitions of the hosts
- see README.acl


USERS_DIR
- default: "/etc/squidwall/users"
- see README.acl


BFILTERS_DIR
- default: "/etc/squidwall/bfilters"
- directory for the definitions of the banner filters
- see README.acl


BCFILTERS_DIR
- default: "/etc/squidwall/bcfilters"
- directory for the definitions of the regex.7 banner (http header) filters
- see README.acl


BRFILTERS_DIR
- default: "/etc/squidwall/brfilters"
- directory for the definitions of the regex.7 banner (url) filters
- see README.acl


CFILTERS_DIR
- default: "/etc/squidwall/cfilters"
- directory for the definitions of the content filters
- see README.acl


CRFILTERS_DIR
- default: "/etc/squidwall/crfilters"
- directory for the definitions of the regex.7 content filters
- see README.acl


PFILTERS_DIR
- default: "/etc/squidwall/pfilters"
- directory for the definitions of the phrase filter
- see README.acl


UFILTERS_DIR
- default: "/etc/squidwall/ufilters"
- directory for the definitions of the url blacklist
- see README.acl


URFILTERS_DIR
- default: "/etc/squidwall/urfilters"
- directory for the definitions of the regex.7 url blacklist
- see README.acl


WFILTERS_DIR
- default: "/etc/squidwall/wfilters"
- directory for the definitions of the url whitelist
- see README.acl


WRFILTERS_DIR
- default: "/etc/squidwall/wrfilters"
- directory for the definitions of the regex.7 url whitelist
- see README.acl
