]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg.clamav-conf-opts.adoc
add disclaimer position/separator docs
[pmg-docs.git] / pmg.clamav-conf-opts.adoc
index dad36c4de729001fc5031338e2b2e9430c433f6b..c884a9fcb4c1e04399057e6e82707e18510dc553 100644 (file)
@@ -1,6 +1,6 @@
 `archiveblockencrypted`: `<boolean>` ('default =' `0`)::
 
-Wether to block encrypted archives. Mark encrypted archives as viruses.
+Whether to mark encrypted archives and documents as heuristic virus match. A match does not necessarily result in an immediate block, it just raises the Spam Score by 'clamav_heuristic_score'.
 
 `archivemaxfiles`: `<integer> (0 - N)` ('default =' `1000`)::
 
@@ -12,7 +12,7 @@ Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR  f
 
 `archivemaxsize`: `<integer> (1000000 - N)` ('default =' `25000000`)::
 
-Files larger than this limit won't be scanned.
+Files larger than this limit (in bytes) won't be scanned.
 
 `dbmirror`: `<string>` ('default =' `database.clamav.net`)::
 
@@ -24,9 +24,13 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
 
 `maxscansize`: `<integer> (1000000 - N)` ('default =' `100000000`)::
 
-Sets the maximum amount of data to be scanned for each input file.
+Sets the maximum amount of data (in bytes) to be scanned for each input file.
 
-`safebrowsing`: `<boolean>` ('default =' `1`)::
+`safebrowsing`: `<boolean>` ('default =' `0`)::
 
-Enables support for Google Safe Browsing.
+Enables support for Google Safe Browsing. (deprecated option, will be ignored)
+
+`scriptedupdates`: `<boolean>` ('default =' `1`)::
+
+Enables ScriptedUpdates (incremental download of signatures)