mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
57 lines
827 B
Plaintext
57 lines
827 B
Plaintext
|
###############
|
||
|
# General
|
||
|
###############
|
||
|
|
||
|
DatabaseDirectory /data
|
||
|
LogFile /logs/clamav.log
|
||
|
LogTime yes
|
||
|
PidFile /run/clamav/clamd.pid
|
||
|
TCPSocket 3310
|
||
|
TCPAddr 0.0.0.0
|
||
|
Foreground yes
|
||
|
|
||
|
###############
|
||
|
# Results
|
||
|
###############
|
||
|
|
||
|
DetectPUA yes
|
||
|
ExcludePUA NetTool
|
||
|
ExcludePUA PWTool
|
||
|
AlgorithmicDetection yes
|
||
|
Bytecode yes
|
||
|
|
||
|
###############
|
||
|
# Scan
|
||
|
###############
|
||
|
|
||
|
ScanPE yes
|
||
|
DisableCertCheck yes
|
||
|
ScanELF yes
|
||
|
DetectBrokenExecutables yes
|
||
|
ScanOLE2 yes
|
||
|
ScanPDF yes
|
||
|
ScanSWF yes
|
||
|
ScanMail yes
|
||
|
PhishingSignatures yes
|
||
|
PhishingScanURLs yes
|
||
|
ScanHTML yes
|
||
|
ScanArchive yes
|
||
|
|
||
|
###############
|
||
|
# Scan
|
||
|
###############
|
||
|
|
||
|
MaxScanSize 150M
|
||
|
MaxFileSize 30M
|
||
|
MaxRecursion 10
|
||
|
MaxFiles 15000
|
||
|
MaxEmbeddedPE 10M
|
||
|
MaxHTMLNormalize 10M
|
||
|
MaxHTMLNoTags 2M
|
||
|
MaxScriptNormalize 5M
|
||
|
MaxZipTypeRcg 1M
|
||
|
MaxPartitions 128
|
||
|
MaxIconsPE 200
|
||
|
PCREMatchLimit 10000
|
||
|
PCRERecMatchLimit 10000
|