mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-07 13:31:36 -05:00
20 lines
426 B
Plaintext
20 lines
426 B
Plaintext
# script will fill in CWD and X
|
|
LogFile CWD/../clamd-testX.log
|
|
LogFileMaxSize 0
|
|
LogTime yes
|
|
Debug yes
|
|
LogClean yes
|
|
LogVerbose yes
|
|
PidFile CWD/clamd-test.pid
|
|
DatabaseDirectory CWD/test-db
|
|
LocalSocket clamd-test.socket
|
|
TCPAddr 127.0.0.1
|
|
# using different port here to avoid conflicts with system clamd daemon
|
|
TCPSocket 331X
|
|
ExitOnOOM yes
|
|
DetectPUA yes
|
|
ScanPDF yes
|
|
CommandReadTimeout 1
|
|
MaxQueue 800
|
|
MaxConnectionQueueLength 1024
|