config/OsecFS.cfg
author ck
Fri, 06 Dec 2013 13:15:45 +0100
changeset 7 e75bc05c279d
parent 5 5b7c05fc9a5e
child 11 dc877520743b
permissions -rw-r--r--
Shorter timeout for remote scan server.
Limit number of connection pools to 1.
Remote server is not contacted for a certain time when connection fails.
     1 [Main]
     2 # make sure this file is writeable
     3 Logfile: /var/log/fuse_test.log
     4 
     5 # where the files really are on the filesystem 
     6 Rootpath: /tmp/root_fuse
     7 
     8 # the maximum file size in MB that is scanned
     9 MaxFileSize: 50
    10 
    11 # the URL of the local scan server
    12 LocalScanserverURL: http://localhost/virusscan
    13 
    14 # the URL of the remote scan server
    15 RemoteScanserverURL: http://192.168.63.129/virusscan
    16 
    17 # wait time in seconds until a new connection attempt to remote server is made
    18 RetryTimeout: 600