diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index cb3fca0..f218461 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -10402,10 +10402,10 @@ var apiSchema = [ "delete" : { "description" : "A list of settings you want to delete.", "enum" : [ - "id", - "allow-subdomains", "origin", - "rp" + "allow-subdomains", + "rp", + "id" ], "optional" : 1, "type" : "string" @@ -10580,6 +10580,16 @@ var apiSchema = [ "type" : "string", "typetext" : "" }, + "dkim-use-domain" : { + "default" : "envelope", + "description" : "Whether to sign using the address from the header or the envelope.", + "enum" : [ + "header", + "envelope" + ], + "optional" : 1, + "type" : "string" + }, "dkim_selector" : { "description" : "Default DKIM selector", "format" : "dns-name", @@ -16838,6 +16848,47 @@ var apiSchema = [ "returns" : { "additionalProperties" : 1, "properties" : { + "boot-info" : { + "description" : "Meta-information about the boot mode.", + "properties" : { + "mode" : { + "description" : "Through which firmware the system got booted.", + "enum" : [ + "efi", + "legacy-bios" + ], + "type" : "string" + }, + "secureboot" : { + "description" : "System is booted in secure mode, only applicable for the \"efi\" mode.", + "optional" : 1, + "type" : "boolean" + } + }, + "type" : "object" + }, + "current-kernel" : { + "description" : "Meta-information about the currently booted kernel.", + "properties" : { + "machine" : { + "description" : "Hardware (architecture) type", + "type" : "string" + }, + "release" : { + "description" : "OS kernel release (e.g., \"6.8.0\")", + "type" : "string" + }, + "sysname" : { + "description" : "OS kernel name (e.g., \"Linux\")", + "type" : "string" + }, + "version" : { + "description" : "OS kernel version with build info", + "type" : "string" + } + }, + "type" : "object" + }, "insync" : { "description" : "Database is synced with other nodes.", "type" : "boolean" @@ -18201,8 +18252,8 @@ var apiSchema = [ "description" : "Query this type of quarantine for users.", "enum" : [ "spam", - "attachment", - "virus" + "virus", + "attachment" ], "optional" : 1, "type" : "string" diff --git a/pmg.admin-conf-opts.adoc b/pmg.admin-conf-opts.adoc index 8094be7..2357284 100644 --- a/pmg.admin-conf-opts.adoc +++ b/pmg.admin-conf-opts.adoc @@ -30,6 +30,10 @@ Send daily reports. Demo mode - do not start SMTP filter. +`dkim-use-domain`: `` ('default =' `envelope`):: + +Whether to sign using the address from the header or the envelope. + `dkim_selector`: `` :: Default DKIM selector diff --git a/pmg.conf.5-opts.adoc b/pmg.conf.5-opts.adoc index 209a05e..4c83177 100644 --- a/pmg.conf.5-opts.adoc +++ b/pmg.conf.5-opts.adoc @@ -32,6 +32,10 @@ Send daily reports. Demo mode - do not start SMTP filter. +`dkim-use-domain`: `` ('default =' `envelope`):: + +Whether to sign using the address from the header or the envelope. + `dkim_selector`: `` :: Default DKIM selector diff --git a/pmgdb.1-synopsis.adoc b/pmgdb.1-synopsis.adoc index 3187edf..ea658fb 100644 --- a/pmgdb.1-synopsis.adoc +++ b/pmgdb.1-synopsis.adoc @@ -8,9 +8,9 @@ Delete PMG rule database. Print the PMG rule database. -`--active` `` ('default =' `0`):: +`--rules` `` ('default =' `all`):: -Print only active rules +Which rules should be printed *pmgdb help* `[OPTIONS]`