osecfs_downloads.cfg
changeset 0 2342e6cefd65
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/osecfs_downloads.cfg	Tue Nov 04 17:44:32 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     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