]> git.proxmox.com Git - pmg-docs.git/commitdiff
run make update for new schema and synopsis definition
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Aug 2019 10:13:12 +0000 (12:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Aug 2019 10:13:17 +0000 (12:13 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js
pmg.clamav-conf-opts.adoc
pmg.conf.5-opts.adoc
pmg.spam-conf-opts.adoc

index e59b7e3d7c4294af824d1d3a7fa530888f1c55e6..67dea7573487a06b68f1af2a312fba54c9560e05 100644 (file)
@@ -7702,7 +7702,7 @@ var pmgapi = [
                      "properties" : {
                         "archiveblockencrypted" : {
                            "default" : 0,
-                           "description" : "Whether to block encrypted archives and documents. Mark encrypted archives and documents as viruses.",
+                           "description" : "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'.",
                            "optional" : 1,
                            "type" : "boolean",
                            "typetext" : "<boolean>"
@@ -7725,7 +7725,7 @@ var pmgapi = [
                         },
                         "archivemaxsize" : {
                            "default" : 25000000,
-                           "description" : "Files larger than this limit won't be scanned.",
+                           "description" : "Files larger than this limit (in bytes) won't be scanned.",
                            "minimum" : 1000000,
                            "optional" : 1,
                            "type" : "integer",
@@ -7763,7 +7763,7 @@ var pmgapi = [
                         },
                         "maxscansize" : {
                            "default" : 100000000,
-                           "description" : "Sets the maximum amount of data to be scanned for each input file.",
+                           "description" : "Sets the maximum amount of data (in bytes) to be scanned for each input file.",
                            "minimum" : 1000000,
                            "optional" : 1,
                            "type" : "integer",
@@ -8122,7 +8122,7 @@ var pmgapi = [
                         },
                         "clamav_heuristic_score" : {
                            "default" : 3,
-                           "description" : "Score for ClamAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...).",
+                           "description" : "Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).",
                            "maximum" : 1000,
                            "minimum" : 0,
                            "optional" : 1,
index ec8b9e3a60e4f18c7d7967a22c226522932038f3..3b72cc8fbcf60dda9e6b2363dcae43a78b1646f0 100644 (file)
@@ -1,6 +1,6 @@
 `archiveblockencrypted`: `<boolean>` ('default =' `0`)::
 
-Whether to block encrypted archives and documents. Mark encrypted archives and documents 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,7 +24,7 @@ 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`)::
 
index f36bdc45cf1ff743748e8b15afb2f41d789f8b19..c828ed055c003a84ff8741043545eb564db15ecf 100644 (file)
@@ -44,7 +44,7 @@ User Statistics Lifetime (days)
 
 `archiveblockencrypted`: `<boolean>` ('default =' `0`)::
 
-Whether to block encrypted archives and documents. Mark encrypted archives and documents 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`)::
 
@@ -56,7 +56,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`)::
 
@@ -68,7 +68,7 @@ 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`)::
 
@@ -200,7 +200,7 @@ Additional score for bounce mails.
 
 `clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
 
-Score for ClamAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...).
+Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).
 
 `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::
 
index 8934ca04f5a6ce32ef806b13f2889bb349546466..2c16eef8848a18a721744e112bed8d6b5f613925 100644 (file)
@@ -4,7 +4,7 @@ Additional score for bounce mails.
 
 `clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
 
-Score for ClamAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...).
+Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).
 
 `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::