osecfs_downloads.cfg
author ft
Tue, 04 Nov 2014 16:28:40 +0100
changeset 22 23028352807f
permissions -rw-r--r--
initial commit of osefcs package
ft@22
     1
[Main]
ft@22
     2
# make sure this file is writeable
ft@22
     3
Logfile: /var/log/osecfs_downloads.log
ft@22
     4
ft@22
     5
# DEBUG, INFO, WARNING, ERROR, CRITICAL
ft@22
     6
LogLevel: debug
ft@22
     7
ft@22
     8
# where the files really are on the filesystem 
ft@22
     9
Rootpath: /home/osecuser/Downloads
ft@22
    10
ft@22
    11
ft@22
    12
ft@22
    13
ft@22
    14
# path to scanner class
ft@22
    15
#ScannerPath: /usr/bin/ikarusscanner/
ft@22
    16
ft@22
    17
# scanner module name
ft@22
    18
#ScannerModuleName: IkarusScanner
ft@22
    19
#ScannerClassName: IkarusScanner
ft@22
    20
ft@22
    21
# config file for scanner (path will be in the constructor)
ft@22
    22
#ScannerConfig: /etc/osecfs/IkarusScanner.cfg
ft@22
    23
ft@22
    24
# path to scanner class
ft@22
    25
ScannerPath: /usr/bin/clamavscanner/
ft@22
    26
ft@22
    27
# scanner module name
ft@22
    28
ScannerModuleName: ClamAVScanner
ft@22
    29
ScannerClassName: ClamAVScanner
ft@22
    30
ft@22
    31
# config file for scanner (path will be in the constructor)
ft@22
    32
ScannerConfig: /etc/osecfs/ClamAVScanner.cfg