]> git.proxmox.com Git - pmg-docs.git/blame - pmg.clamav-conf-opts.adoc
add SSL ceriticate generation doc
[pmg-docs.git] / pmg.clamav-conf-opts.adoc
CommitLineData
a4747d93
DM
1`archiveblockencrypted`: `<boolean>` ('default =' `0`)::
2
3Wether to block encrypted archives. Mark encrypted archives as viruses.
4
5`archivemaxfiles`: `<integer> (0 - N)` ('default =' `1000`)::
6
7Number of files to be scanned within an archive, a document, or any other kind of container. Warning: disabling this limit or setting it too high may result in severe damage to the system.
8
9`archivemaxrec`: `<integer> (1 - N)` ('default =' `5`)::
10
11Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR file, all files within it will also be scanned. This options specifies how deeply the process should be continued. Warning: setting this limit too high may result in severe damage to the system.
12
13`archivemaxsize`: `<integer> (1000000 - N)` ('default =' `25000000`)::
14
15Files larger than this limit won't be scanned.
16
17`dbmirror`: `<string>` ('default =' `database.clamav.net`)::
18
19ClamAV database mirror server.
20
21`maxcccount`: `<integer> (0 - N)` ('default =' `0`)::
22
23This option sets the lowest number of Credit Card or Social Security numbers found in a file to generate a detect.
24
25`maxscansize`: `<integer> (1000000 - N)` ('default =' `100000000`)::
26
27Sets the maximum amount of data to be scanned for each input file.
28
29`safebrowsing`: `<boolean>` ('default =' `1`)::
30
31Enables support for Google Safe Browsing.
32