ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/unit_tests/test-clamd.conf

14 lines
371 B

LogFile /tmp/clamd-test.log
LogTime yes
LogClean yes
LogVerbose yes
PidFile /tmp/clamd-test.pid
# We need to use absolute path for RELOAD, the script will fill this in
# DatabaseDirectory test-db
LocalSocket clamd-test.socket
TCPAddr 127.0.0.1
# using different port here to avoid conflicts with system clamd daemon
TCPSocket 3311
ExitOnOOM yes
DetectPUA yes
ScanPDF yes