]> git.proxmox.com Git - pmg-docs.git/blobdiff - api-viewer/apidata.js
update apidata.js
[pmg-docs.git] / api-viewer / apidata.js
index d8238365cac58cd007d42e68afab3d35e0a4a642..6019caf1410e341c38e143e8f0f59ec1d70c8c54 100644 (file)
@@ -7647,6 +7647,14 @@ var pmgapi = [
                            "type" : "string",
                            "typetext" : "<string>"
                         },
+                        "dnsbl_threshold" : {
+                           "default" : 1,
+                           "description" : "The inclusive lower bound for blocking a remote SMTP client, based on its combined DNSBL score (see postscreen_dnsbl_threshold parameter).",
+                           "minimum" : 0,
+                           "optional" : 1,
+                           "type" : "integer",
+                           "typetext" : "<integer> (0 - N)"
+                        },
                         "dwarning" : {
                            "default" : 4,
                            "description" : "SMTP delay warning time (in hours).",
@@ -7790,6 +7798,15 @@ var pmgapi = [
                            "type" : "string",
                            "typetext" : "<string>"
                         },
+                        "smarthostport" : {
+                           "default" : 25,
+                           "description" : "SMTP port number for smarthost.",
+                           "maximum" : 65535,
+                           "minimum" : 1,
+                           "optional" : 1,
+                           "type" : "integer",
+                           "typetext" : "<integer> (1 - 65535)"
+                        },
                         "spf" : {
                            "default" : 1,
                            "description" : "Use Sender Policy Framework.",
@@ -12762,9 +12779,9 @@ var pmgapi = [
                            "type" : "string"
                         },
                         "id" : {
-                           "description" : "Unique ID",
-                           "maxLength" : 60,
-                           "pattern" : "C\\d+R\\d+T\\d+",
+                           "description" : "Unique IDs, seperate with ;",
+                           "maxLength" : 600,
+                           "pattern" : "C\\d+R\\d+T\\d+(;C\\d+R\\d+T\\d+)*",
                            "type" : "string"
                         }
                      }