osecfs_downloads.cfg
changeset 24 2422a3542d94
parent 23 5b9fdcafd0df
child 25 a600a9b39dd7
     1.1 --- a/osecfs_downloads.cfg	Tue Nov 04 16:35:33 2014 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,32 +0,0 @@
     1.4 -[Main]
     1.5 -# make sure this file is writeable
     1.6 -Logfile: /var/log/osecfs_downloads.log
     1.7 -
     1.8 -# DEBUG, INFO, WARNING, ERROR, CRITICAL
     1.9 -LogLevel: debug
    1.10 -
    1.11 -# where the files really are on the filesystem 
    1.12 -Rootpath: /home/osecuser/Downloads
    1.13 -
    1.14 -
    1.15 -
    1.16 -
    1.17 -# path to scanner class
    1.18 -#ScannerPath: /usr/bin/ikarusscanner/
    1.19 -
    1.20 -# scanner module name
    1.21 -#ScannerModuleName: IkarusScanner
    1.22 -#ScannerClassName: IkarusScanner
    1.23 -
    1.24 -# config file for scanner (path will be in the constructor)
    1.25 -#ScannerConfig: /etc/osecfs/IkarusScanner.cfg
    1.26 -
    1.27 -# path to scanner class
    1.28 -ScannerPath: /usr/bin/clamavscanner/
    1.29 -
    1.30 -# scanner module name
    1.31 -ScannerModuleName: ClamAVScanner
    1.32 -ScannerClassName: ClamAVScanner
    1.33 -
    1.34 -# config file for scanner (path will be in the constructor)
    1.35 -ScannerConfig: /etc/osecfs/ClamAVScanner.cfg