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.
ft@0
     1
[Main]
ft@0
     2
# make sure this file is writeable
ft@0
     3
Logfile: /var/log/fuse_test.log
ft@0
     4
ft@0
     5
# where the files really are on the filesystem 
ck@1
     6
Rootpath: /tmp/root_fuse
ck@1
     7
ck@5
     8
# the maximum file size in MB that is scanned
ck@5
     9
MaxFileSize: 50
ck@5
    10
ck@1
    11
# the URL of the local scan server
ck@7
    12
LocalScanserverURL: http://localhost/virusscan
ck@1
    13
ck@1
    14
# the URL of the remote scan server
ck@5
    15
RemoteScanserverURL: http://192.168.63.129/virusscan
ck@7
    16
ck@7
    17
# wait time in seconds until a new connection attempt to remote server is made
ck@7
    18
RetryTimeout: 600