diff -r 000000000000 -r 23028352807f osecfs_downloads.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/osecfs_downloads.cfg Tue Nov 04 16:28:40 2014 +0100 @@ -0,0 +1,32 @@ +[Main] +# make sure this file is writeable +Logfile: /var/log/osecfs_downloads.log + +# DEBUG, INFO, WARNING, ERROR, CRITICAL +LogLevel: debug + +# where the files really are on the filesystem +Rootpath: /home/osecuser/Downloads + + + + +# path to scanner class +#ScannerPath: /usr/bin/ikarusscanner/ + +# scanner module name +#ScannerModuleName: IkarusScanner +#ScannerClassName: IkarusScanner + +# config file for scanner (path will be in the constructor) +#ScannerConfig: /etc/osecfs/IkarusScanner.cfg + +# path to scanner class +ScannerPath: /usr/bin/clamavscanner/ + +# scanner module name +ScannerModuleName: ClamAVScanner +ScannerClassName: ClamAVScanner + +# config file for scanner (path will be in the constructor) +ScannerConfig: /etc/osecfs/ClamAVScanner.cfg