File: /volume1/@appstore/AntiVirus/etc/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
# Scan with smart scan.
SmartScan = yes
# A file that saves scanning record which contains directory and scanning timestamp.
DirScanTimeList = /var/packages/AntiVirus/etc/dirscantimelist
# Number indicates chunks of clamav db to disperse.
# Positive integers for specified number of chunks.
# 0 for default action (Calculate number according to memory available).
# Negative integers for disabling load balancing.
load_balance_rounds = 0