From f6fe5021383ac82565c54e6bffa596a66f0d8e96 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Tue, 27 Jun 2023 14:03:45 +0200 Subject: [PATCH] run make update Signed-off-by: Stoiko Ivanov --- api-viewer/apidata.js | 24 ++++++++++++++++-------- pmg.admin-conf-opts.adoc | 2 +- pmg.conf.5-opts.adoc | 12 ++++++------ pmg.spam-conf-opts.adoc | 4 ++-- pmgconfig.1-synopsis.adoc | 4 ++-- 5 files changed, 27 insertions(+), 19 deletions(-) diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index d7c2e11..8acf369 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -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" : " (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" : " (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" : " (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" : "" }, "use_awl" : { - "default" : 1, + "default" : 0, "description" : "Use the Auto-Whitelist plugin.", "optional" : 1, "type" : "boolean", "typetext" : "" }, "use_bayes" : { - "default" : 1, + "default" : 0, "description" : "Whether to use the naive-Bayesian-style classifier.", "optional" : 1, "type" : "boolean", diff --git a/pmg.admin-conf-opts.adoc b/pmg.admin-conf-opts.adoc index dd42adb..8094be7 100644 --- a/pmg.admin-conf-opts.adoc +++ b/pmg.admin-conf-opts.adoc @@ -1,4 +1,4 @@ -`advfilter`: `` ('default =' `1`):: +`advfilter`: `` ('default =' `0`):: Enable advanced filters for statistic. + diff --git a/pmg.conf.5-opts.adoc b/pmg.conf.5-opts.adoc index 33abfa9..69f72e2 100644 --- a/pmg.conf.5-opts.adoc +++ b/pmg.conf.5-opts.adoc @@ -1,6 +1,6 @@ .Section 'admin' -`advfilter`: `` ('default =' `1`):: +`advfilter`: `` ('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`: ` (3 - 40)` ('default =' `31`):: +`max_filters`: ` (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`: ` (3 - 100)` ('default =' `100`):: +`max_smtpd_in`: ` (3 - 100)` ('default =' `97`):: Maximum number of SMTP daemon processes (in). -`max_smtpd_out`: ` (3 - 100)` ('default =' `100`):: +`max_smtpd_out`: ` (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`: `` ('default =' `1`):: +`use_awl`: `` ('default =' `0`):: Use the Auto-Whitelist plugin. -`use_bayes`: `` ('default =' `1`):: +`use_bayes`: `` ('default =' `0`):: Whether to use the naive-Bayesian-style classifier. diff --git a/pmg.spam-conf-opts.adoc b/pmg.spam-conf-opts.adoc index 70d32e2..fab8167 100644 --- a/pmg.spam-conf-opts.adoc +++ b/pmg.spam-conf-opts.adoc @@ -22,11 +22,11 @@ Maximum size of spam messages in bytes. Enable real time blacklists (RBL) checks. -`use_awl`: `` ('default =' `1`):: +`use_awl`: `` ('default =' `0`):: Use the Auto-Whitelist plugin. -`use_bayes`: `` ('default =' `1`):: +`use_bayes`: `` ('default =' `0`):: Whether to use the naive-Bayesian-style classifier. diff --git a/pmgconfig.1-synopsis.adoc b/pmgconfig.1-synopsis.adoc index cbd0604..cf72008 100644 --- a/pmgconfig.1-synopsis.adoc +++ b/pmgconfig.1-synopsis.adoc @@ -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 -- 2.39.2