]> git.proxmox.com Git - pmg-api.git/blob - templates/clamd.conf.in
bump version to 5.1-4
[pmg-api.git] / templates / clamd.conf.in
1 #Automatically Generated by proxmox
2 LocalSocket /var/run/clamav/clamd.ctl
3 FixStaleSocket true
4 User clamav
5 ScanMail true
6 ScanArchive true
7 [% IF pmg.clamav.archiveblockencrypted %]
8 ArchiveBlockEncrypted true
9 [% ELSE %]
10 ArchiveBlockEncrypted false
11 [% END %]
12 MaxRecursion [% pmg.clamav.archivemaxrec %]
13 MaxFiles [% pmg.clamav.archivemaxfiles %]
14 MaxFileSize [% pmg.clamav.archivemaxsize %]
15 MaxScanSize [% pmg.clamav.maxscansize %]
16 MaxDirectoryRecursion 15
17 FollowDirectorySymlinks false
18 FollowFileSymlinks false
19 ReadTimeout 180
20 MaxThreads 12
21 MaxConnectionQueueLength 15
22 StreamMaxLength [% pmg.mail.maxsize %]
23 LogSyslog true
24 LogFacility LOG_LOCAL6
25 LogClean false
26 LogVerbose false
27 PidFile /var/run/clamav/clamd.pid
28 DatabaseDirectory /var/lib/clamav/
29 TemporaryDirectory /tmp
30 SelfCheck 3600
31 Foreground false
32 Debug false
33 ScanPE true
34 ScanOLE2 true
35 ScanHTML true
36 ScanPDF true
37 DetectBrokenExecutables true
38 ExitOnOOM false
39 LeaveTemporaryFiles false
40 AlgorithmicDetection true
41 ScanELF true
42 IdleTimeout 30
43 PhishingSignatures true
44 PhishingScanURLs true
45 PhishingAlwaysBlockSSLMismatch false
46 PhishingAlwaysBlockCloak false
47 DetectPUA false
48 ScanPartialMessages false
49 HeuristicScanPrecedence false
50 [% IF pmg.clamav.maxcccount %]
51 StructuredDataDetection true
52 StructuredMinCreditCardCount [% pmg.clamav.maxcccount %]
53 StructuredMinSSNCount [% pmg.clamav.maxcccount %]
54 [% ELSE %]
55 StructuredDataDetection false
56 [% END %]
57 CommandReadTimeout 5
58 SendBufTimeout 200
59 MaxQueue 100
60 LogFileMaxSize 0
61 Bytecode true
62 BytecodeSecurity TrustSigned