mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-03 08:09:15 +00:00
run make update
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
25901eb287
commit
f6fe502138
@ -9223,8 +9223,10 @@ var apiSchema = [
|
||||
"freedns",
|
||||
"gandi_livedns",
|
||||
"gcloud",
|
||||
"gcore",
|
||||
"gd",
|
||||
"geoscaling",
|
||||
"googledomains",
|
||||
"he",
|
||||
"hetzner",
|
||||
"hexonet",
|
||||
@ -9235,6 +9237,7 @@ var apiSchema = [
|
||||
"internetbs",
|
||||
"inwx",
|
||||
"ionos",
|
||||
"ipv64",
|
||||
"ispconfig",
|
||||
"jd",
|
||||
"joker",
|
||||
@ -9260,6 +9263,7 @@ var apiSchema = [
|
||||
"namecheap",
|
||||
"namecom",
|
||||
"namesilo",
|
||||
"nanelo",
|
||||
"nederhost",
|
||||
"neodigit",
|
||||
"netcup",
|
||||
@ -9489,8 +9493,10 @@ var apiSchema = [
|
||||
"freedns",
|
||||
"gandi_livedns",
|
||||
"gcloud",
|
||||
"gcore",
|
||||
"gd",
|
||||
"geoscaling",
|
||||
"googledomains",
|
||||
"he",
|
||||
"hetzner",
|
||||
"hexonet",
|
||||
@ -9501,6 +9507,7 @@ var apiSchema = [
|
||||
"internetbs",
|
||||
"inwx",
|
||||
"ionos",
|
||||
"ipv64",
|
||||
"ispconfig",
|
||||
"jd",
|
||||
"joker",
|
||||
@ -9526,6 +9533,7 @@ var apiSchema = [
|
||||
"namecheap",
|
||||
"namecom",
|
||||
"namesilo",
|
||||
"nanelo",
|
||||
"nederhost",
|
||||
"neodigit",
|
||||
"netcup",
|
||||
@ -10059,10 +10067,10 @@ var apiSchema = [
|
||||
"delete" : {
|
||||
"description" : "A list of settings you want to delete.",
|
||||
"enum" : [
|
||||
"id",
|
||||
"origin",
|
||||
"allow-subdomains",
|
||||
"rp"
|
||||
"rp",
|
||||
"id"
|
||||
],
|
||||
"optional" : 1,
|
||||
"type" : "string"
|
||||
@ -10173,7 +10181,7 @@ var apiSchema = [
|
||||
"additionalProperties" : 0,
|
||||
"properties" : {
|
||||
"advfilter" : {
|
||||
"default" : 1,
|
||||
"default" : 0,
|
||||
"description" : "Enable advanced filters for statistic.",
|
||||
"optional" : 1,
|
||||
"type" : "boolean",
|
||||
@ -10593,7 +10601,7 @@ var apiSchema = [
|
||||
"typetext" : "<integer> (1 - 65535)"
|
||||
},
|
||||
"max_filters" : {
|
||||
"default" : 31,
|
||||
"default" : 15,
|
||||
"description" : "Maximum number of pmg-smtp-filter processes.",
|
||||
"maximum" : 40,
|
||||
"minimum" : 3,
|
||||
@ -10611,7 +10619,7 @@ var apiSchema = [
|
||||
"typetext" : "<integer> (2 - 10)"
|
||||
},
|
||||
"max_smtpd_in" : {
|
||||
"default" : 100,
|
||||
"default" : 97,
|
||||
"description" : "Maximum number of SMTP daemon processes (in).",
|
||||
"maximum" : 100,
|
||||
"minimum" : 3,
|
||||
@ -10620,7 +10628,7 @@ var apiSchema = [
|
||||
"typetext" : "<integer> (3 - 100)"
|
||||
},
|
||||
"max_smtpd_out" : {
|
||||
"default" : 100,
|
||||
"default" : 97,
|
||||
"description" : "Maximum number of SMTP daemon processes (out).",
|
||||
"maximum" : 100,
|
||||
"minimum" : 3,
|
||||
@ -10869,14 +10877,14 @@ var apiSchema = [
|
||||
"typetext" : "<boolean>"
|
||||
},
|
||||
"use_awl" : {
|
||||
"default" : 1,
|
||||
"default" : 0,
|
||||
"description" : "Use the Auto-Whitelist plugin.",
|
||||
"optional" : 1,
|
||||
"type" : "boolean",
|
||||
"typetext" : "<boolean>"
|
||||
},
|
||||
"use_bayes" : {
|
||||
"default" : 1,
|
||||
"default" : 0,
|
||||
"description" : "Whether to use the naive-Bayesian-style classifier.",
|
||||
"optional" : 1,
|
||||
"type" : "boolean",
|
||||
|
@ -1,4 +1,4 @@
|
||||
`advfilter`: `<boolean>` ('default =' `1`)::
|
||||
`advfilter`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Enable advanced filters for statistic.
|
||||
+
|
||||
|
@ -1,6 +1,6 @@
|
||||
.Section 'admin'
|
||||
|
||||
`advfilter`: `<boolean>` ('default =' `1`)::
|
||||
`advfilter`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Enable advanced filters for statistic.
|
||||
+
|
||||
@ -156,7 +156,7 @@ Hide received header in outgoing mails.
|
||||
|
||||
SMTP port number for outgoing mail (trusted).
|
||||
|
||||
`max_filters`: `<integer> (3 - 40)` ('default =' `31`)::
|
||||
`max_filters`: `<integer> (3 - 40)` ('default =' `15`)::
|
||||
|
||||
Maximum number of pmg-smtp-filter processes.
|
||||
|
||||
@ -164,11 +164,11 @@ Maximum number of pmg-smtp-filter processes.
|
||||
|
||||
Maximum number of pmgpolicy processes.
|
||||
|
||||
`max_smtpd_in`: `<integer> (3 - 100)` ('default =' `100`)::
|
||||
`max_smtpd_in`: `<integer> (3 - 100)` ('default =' `97`)::
|
||||
|
||||
Maximum number of SMTP daemon processes (in).
|
||||
|
||||
`max_smtpd_out`: `<integer> (3 - 100)` ('default =' `100`)::
|
||||
`max_smtpd_out`: `<integer> (3 - 100)` ('default =' `97`)::
|
||||
|
||||
Maximum number of SMTP daemon processes (out).
|
||||
|
||||
@ -266,11 +266,11 @@ Maximum size of spam messages in bytes.
|
||||
|
||||
Enable real time blacklists (RBL) checks.
|
||||
|
||||
`use_awl`: `<boolean>` ('default =' `1`)::
|
||||
`use_awl`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Use the Auto-Whitelist plugin.
|
||||
|
||||
`use_bayes`: `<boolean>` ('default =' `1`)::
|
||||
`use_bayes`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Whether to use the naive-Bayesian-style classifier.
|
||||
|
||||
|
@ -22,11 +22,11 @@ Maximum size of spam messages in bytes.
|
||||
|
||||
Enable real time blacklists (RBL) checks.
|
||||
|
||||
`use_awl`: `<boolean>` ('default =' `1`)::
|
||||
`use_awl`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Use the Auto-Whitelist plugin.
|
||||
|
||||
`use_bayes`: `<boolean>` ('default =' `1`)::
|
||||
`use_bayes`: `<boolean>` ('default =' `0`)::
|
||||
|
||||
Whether to use the naive-Bayesian-style classifier.
|
||||
|
||||
|
@ -97,7 +97,7 @@ ACME challenge type.
|
||||
|
||||
ACME Plugin ID name
|
||||
|
||||
`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gd | geoscaling | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | zilore | zone | zonomi>` ::
|
||||
`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gcore | gd | geoscaling | googledomains | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ipv64 | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nanelo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | 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 | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gd | geoscaling | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | zilore | zone | zonomi>` ::
|
||||
`--api` `<1984hosting | acmedns | acmeproxy | active24 | ad | ali | anx | arvan | aurora | autodns | aws | azion | azure | bunny | cf | clouddns | cloudns | cn | conoha | constellix | cpanel | curanet | cyon | da | ddnss | desec | df | dgon | dnshome | dnsimple | dnsservices | do | doapi | domeneshop | dp | dpi | dreamhost | duckdns | durabledns | dyn | dynu | dynv6 | easydns | edgedns | euserv | exoscale | fornex | freedns | gandi_livedns | gcloud | gcore | gd | geoscaling | googledomains | he | hetzner | hexonet | hostingde | huaweicloud | infoblox | infomaniak | internetbs | inwx | ionos | ipv64 | ispconfig | jd | joker | kappernet | kas | kinghost | knot | la | leaseweb | lexicon | linode | linode_v4 | loopia | lua | maradns | me | miab | misaka | myapi | mydevil | mydnsjp | mythic_beasts | namecheap | namecom | namesilo | nanelo | nederhost | neodigit | netcup | netlify | nic | njalla | nm | nsd | nsone | nsupdate | nw | oci | one | online | openprovider | openstack | opnsense | ovh | pdns | pleskxml | pointhq | porkbun | rackcorp | rackspace | rage4 | rcode0 | regru | scaleway | schlundtech | selectel | selfhost | servercow | simply | tele3 | transip | udr | ultra | unoeuro | variomedia | veesp | vercel | vscale | vultr | websupport | world4you | yandex | yc | zilore | zone | zonomi>` ::
|
||||
|
||||
API plugin name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user