File: /volume1/@appconf/AntiVirus/synoav.conf
# Engine type
# four choices: ENG_CLAM, ENG_KASPERSKY, ENG_MCAFEE, ENG_AVIRA
EngineType = ENG_CLAM
#Track file, a file used to keep track of the scanning status while scanning.
# e.g.scanned and infected file count
TrackFile = /tmp/.synoavtrack.tmp
# Data Base directory
DBDir = /var/packages/AntiVirus/etc/
# Update virus signature automatically
AutoUpdate = yes
# Always Check If there are new engines available (update package)
CheckEngine = yes
# Default operation when infected files are found
# available options: move, remove, donothing
DefaultOpWhenInfectedFound = move
# White List, indicating the file to save the white list of files
WhiteList = /var/packages/AntiVirus/etc/whitelist.conf
# A file that save a list of file name extensions that the scanner scans files with.
FileExtendList = /var/packages/AntiVirus/etc/extensionlist.conf
# determine how to filter file that need to be scanned
ScanFilenameFilterRule=all
SmartScan="no"
DirScanTimeList="/var/packages/AntiVirus/etc/dirscantimelist"