]> git.proxmox.com Git - pmg-docs.git/commitdiff
update static schema info
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Feb 2024 16:00:04 +0000 (17:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Feb 2024 16:00:09 +0000 (17:00 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js
pmg.admin-conf-opts.adoc
pmg.conf.5-opts.adoc
pmgdb.1-synopsis.adoc

index cb3fca04617e3c3b097bc44bf1bdd539cbd02fd2..f21846161ab59203133cdf61f75500b1c1299a91 100644 (file)
@@ -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" : "<string>"
                         },
+                        "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"
index 8094be73dce32c26788f3f96497d41d146645aba..2357284af9ae8e409bc2d7aeb9ee40a02dd705f3 100644 (file)
@@ -30,6 +30,10 @@ Send daily reports.
 
 Demo mode - do not start SMTP filter.
 
+`dkim-use-domain`: `<envelope | header>` ('default =' `envelope`)::
+
+Whether to sign using the address from the header or the envelope.
+
 `dkim_selector`: `<string>` ::
 
 Default DKIM selector
index 209a05ee71d5ad57b87aead0489b65dd06141b2b..4c83177bfd80d2368492973d8c87508956a0c254 100644 (file)
@@ -32,6 +32,10 @@ Send daily reports.
 
 Demo mode - do not start SMTP filter.
 
+`dkim-use-domain`: `<envelope | header>` ('default =' `envelope`)::
+
+Whether to sign using the address from the header or the envelope.
+
 `dkim_selector`: `<string>` ::
 
 Default DKIM selector
index 3187edf65968a35b427ef07906139f88e570351e..ea658fbb84cabe8c5675dd3d2cb6d8ead75a48e0 100644 (file)
@@ -8,9 +8,9 @@ Delete PMG rule database.
 
 Print the PMG rule database.
 
-`--active` `<boolean>` ('default =' `0`)::
+`--rules` `<active | all | inactive>` ('default =' `all`)::
 
-Print only active rules
+Which rules should be printed
 
 *pmgdb help* `[OPTIONS]`