1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/optional/clamav/conf/clamd.conf

57 lines
825 B
Plaintext
Raw Normal View History

2016-03-02 22:26:17 +02:00
###############
# General
###############
DatabaseDirectory /data
TemporaryDirectory /tmp
2016-03-02 22:26:17 +02:00
LogTime yes
PidFile /run/clamd.pid
LocalSocket /tmp/clamd.sock
TCPSocket 3310
Foreground yes
2016-03-02 22:26:17 +02:00
###############
# Results
###############
DetectPUA yes
ExcludePUA NetTool
ExcludePUA PWTool
2019-12-23 16:57:41 +02:00
HeuristicAlerts yes
2016-03-02 22:26:17 +02:00
Bytecode yes
###############
# Scan
###############
ScanPE yes
DisableCertCheck yes
ScanELF yes
2019-12-23 16:57:41 +02:00
AlertBrokenExecutables yes
2016-03-02 22:26:17 +02:00
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