diff -r 5b9fdcafd0df -r 2422a3542d94 osecfs_downloads.cfg --- a/osecfs_downloads.cfg Tue Nov 04 16:35:33 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -[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