]> git.proxmox.com Git - pmg-docs.git/commitdiff
run make update
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 8 Jun 2021 17:57:12 +0000 (17:57 +0000)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 9 Jun 2021 16:31:01 +0000 (16:31 +0000)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
api-viewer/apidata.js
pmg.clamav-conf-opts.adoc
pmg.conf.5-opts.adoc
pmg.spam-conf-opts.adoc
pmgconfig.1-synopsis.adoc

index 5e3877251aeddf005d0098e09c353181c125cc95..e9b4de29ffc35cfe9eb39afe3f7d46985e915ed3 100644 (file)
@@ -7778,10 +7778,6 @@ var pmgapi = [
                                  "format" : "transport-domain-or-nexthop",
                                  "type" : "string"
                               },
-                              "domain" : {
-                                 "format" : "transport-domain-or-nexthop",
-                                 "type" : "string"
-                              },
                               "policy" : {
                                  "format" : "tls-policy",
                                  "type" : "string"
@@ -7852,10 +7848,6 @@ var pmgapi = [
                               "format" : "transport-domain-or-nexthop",
                               "type" : "string"
                            },
-                           "domain" : {
-                              "format" : "transport-domain-or-nexthop",
-                              "type" : "string"
-                           },
                            "policy" : {
                               "format" : "tls-policy",
                               "type" : "string"
@@ -7883,14 +7875,6 @@ var pmgapi = [
                         "destination" : {
                            "description" : "Destination (Domain or next-hop).",
                            "format" : "transport-domain-or-nexthop",
-                           "optional" : 1,
-                           "type" : "string",
-                           "typetext" : "<string>"
-                        },
-                        "domain" : {
-                           "description" : "Deprecated - use 'destination'.",
-                           "format" : "transport-domain-or-nexthop",
-                           "optional" : 1,
                            "type" : "string",
                            "typetext" : "<string>"
                         },
@@ -9074,6 +9058,7 @@ var pmgapi = [
                                           "ali",
                                           "anx",
                                           "arvan",
+                                          "aurora",
                                           "autodns",
                                           "aws",
                                           "azure",
@@ -9164,6 +9149,7 @@ var pmgapi = [
                                           "pdns",
                                           "pleskxml",
                                           "pointhq",
+                                          "porkbun",
                                           "rackcorp",
                                           "rackspace",
                                           "rcode0",
@@ -9180,6 +9166,7 @@ var pmgapi = [
                                           "variomedia",
                                           "vscale",
                                           "vultr",
+                                          "websupport",
                                           "world4you",
                                           "yandex",
                                           "zilore",
@@ -9322,6 +9309,7 @@ var pmgapi = [
                                     "ali",
                                     "anx",
                                     "arvan",
+                                    "aurora",
                                     "autodns",
                                     "aws",
                                     "azure",
@@ -9412,6 +9400,7 @@ var pmgapi = [
                                     "pdns",
                                     "pleskxml",
                                     "pointhq",
+                                    "porkbun",
                                     "rackcorp",
                                     "rackspace",
                                     "rcode0",
@@ -9428,6 +9417,7 @@ var pmgapi = [
                                     "variomedia",
                                     "vscale",
                                     "vultr",
+                                    "websupport",
                                     "world4you",
                                     "yandex",
                                     "zilore",
@@ -10108,8 +10098,8 @@ var pmgapi = [
                            "typetext" : "<integer> (1000000 - N)"
                         },
                         "safebrowsing" : {
-                           "default" : 1,
-                           "description" : "Enables support for Google Safe Browsing.",
+                           "default" : 0,
+                           "description" : "Enables support for Google Safe Browsing. (deprecated option, will be ignored)",
                            "optional" : 1,
                            "type" : "boolean",
                            "typetext" : "<boolean>"
@@ -10303,7 +10293,7 @@ var pmgapi = [
                            "typetext" : "<integer> (1 - 65535)"
                         },
                         "max_filters" : {
-                           "default" : 35,
+                           "default" : 38,
                            "description" : "Maximum number of pmg-smtp-filter processes.",
                            "maximum" : 40,
                            "minimum" : 3,
@@ -10520,7 +10510,7 @@ var pmgapi = [
                         },
                         "clamav_heuristic_score" : {
                            "default" : 3,
-                           "description" : "Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).",
+                           "description" : "Score for ClamAV heuristics (Encrypted Archives/Documents, PhishingScanURLs, ...).",
                            "maximum" : 1000,
                            "minimum" : 0,
                            "optional" : 1,
@@ -15494,13 +15484,6 @@ var pmgapi = [
                                  "format" : "pve-node",
                                  "type" : "string",
                                  "typetext" : "<string>"
-                              },
-                              "upgrade" : {
-                                 "default" : 0,
-                                 "description" : "Run 'apt-get dist-upgrade' instead of normal shell.",
-                                 "optional" : 1,
-                                 "type" : "boolean",
-                                 "typetext" : "<boolean>"
                               }
                            }
                         },
index 350c2d02f76b0f5120d524b4a64586e423bbf1b6..c19b6ca45856fb79e81ed466a72ac4b4c3afe6ea 100644 (file)
@@ -26,9 +26,9 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
 
 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 =' `0`)::
 
index 735d06a6324501f7b6b1e65148c7c52a3d35464c..296793f8a965ee5176197338b6afae6b6cd45db1 100644 (file)
@@ -82,9 +82,9 @@ This option sets the lowest number of Credit Card or Social Security numbers fou
 
 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 =' `0`)::
 
@@ -152,7 +152,7 @@ Hide received header in outgoing mails.
 
 SMTP port number for outgoing mail (trusted).
 
-`max_filters`: `<integer> (3 - 40)` ('default =' `35`)::
+`max_filters`: `<integer> (3 - 40)` ('default =' `38`)::
 
 Maximum number of pmg-smtp-filter processes.
 
@@ -240,7 +240,7 @@ Additional score for bounce mails.
 
 `clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
 
-Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).
+Score for ClamAV heuristics (Encrypted Archives/Documents, PhishingScanURLs, ...).
 
 `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::
 
index 2c16eef8848a18a721744e112bed8d6b5f613925..349da1ad82ca47ad87e94364d9d8eb6604473cb1 100644 (file)
@@ -4,7 +4,7 @@ Additional score for bounce mails.
 
 `clamav_heuristic_score`: `<integer> (0 - 1000)` ('default =' `3`)::
 
-Score for ClamAV heuristics (Encrypted Archives/Documents, Google Safe Browsing database, PhishingScanURLs, ...).
+Score for ClamAV heuristics (Encrypted Archives/Documents, PhishingScanURLs, ...).
 
 `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`)::
 
index c55ff16ce5a5da6d6ed99658c00f39a84f3dad15..08e8e06f1e390d7ee8259ce955e885ddc173bd33 100644 (file)
@@ -97,7 +97,7 @@ ACME challenge type.
 
 ACME Plugin ID name
 
-`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | world4you | yandex | zilore | zone | zonomi>` ::
+`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | websupport | world4you | yandex | zilore | zone | zonomi>` ::
 
 API plugin name
 
@@ -149,7 +149,7 @@ Update ACME plugin configuration.
 
 ACME Plugin ID name
 
-`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | world4you | yandex | zilore | zone | zonomi>` ::
+`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azure | cf | clouddns | cloudns | cn | conoha | constellix | cx | cyon | da | ddnss | desec | df | dgon | dnsimple | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | freedns | gandi_livedns | gcloud | gd | gdnsdk | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rcode0 | regru | scaleway | schlundtech | selectel | servercow | simply | tele3 | transip | ultra | unoeuro | variomedia | vscale | vultr | websupport | world4you | yandex | zilore | zone | zonomi>` ::
 
 API plugin name