config/IkarusScanner.cfg
author ft
Tue, 18 Feb 2014 15:38:00 +0100
changeset 0 ca2023eb2463
permissions -rw-r--r--
Initial commit
working ikarus scanner engine
ft@0
     1
[Main]
ft@0
     2
# the maximum file size in MB that is scanned
ft@0
     3
MaxFileSize: 50
ft@0
     4
ft@0
     5
# the URL of the local scan server
ft@0
     6
LocalScanserverURL: http://localhost/virusscan
ft@0
     7
ft@0
     8
# the URL of the remote scan server
ft@0
     9
RemoteScanserverURL: http://192.168.63.129/virusscan
ft@0
    10
ft@0
    11
# wait time in seconds until a new connection attempt to remote server is made
ft@0
    12
RetryTimeout: 600