23 lines
847 B
Text
23 lines
847 B
Text
|
# Configuration Variables for egvscan
|
||
|
#
|
||
|
# Name of the server for the subject of the success/ failure
|
||
|
#SERVERNAME="jimbo.egressive.com"
|
||
|
SERVERNAME=""
|
||
|
#
|
||
|
# Arguments. --move puts infected files in a directory. DO NOT USE FOR SITES on mbox!!!
|
||
|
VSCAN_ARGS="--move /storage/quarantine"
|
||
|
#y
|
||
|
# List of the directories to scan recursively. Seperate directories with a space
|
||
|
SCAN_DIR="/home"
|
||
|
# note this doesn't work yet. Will be used to exclude directories (eg /home/storage)
|
||
|
SCAN_DIR_EXCLUDES=""
|
||
|
# note this doesn't work yet. Will be used to exclude files based on name (eg *.mdb)
|
||
|
SCAN_FILE_EXCLUDES=""
|
||
|
# Allow some overlap - if the cron job runs every 120 mins, add 30 mins to get SCAN_PERIOD
|
||
|
# Make sure the cron file agrees with this period.
|
||
|
SCAN_PERIOD=750
|
||
|
# mail account for sending success/ failure messages
|
||
|
MAIL_TO="support@egressive.com"
|
||
|
#
|
||
|
##
|