initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.
This commit is contained in:
commit
43e0f5b59e
329 changed files with 31937 additions and 0 deletions
22
egvscan/egvscan.conf.example
Executable file
22
egvscan/egvscan.conf.example
Executable file
|
@ -0,0 +1,22 @@
|
|||
# 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"
|
||||
#
|
||||
##
|
Loading…
Add table
Add a link
Reference in a new issue