From 445686c99dcf388c6029593dbe08f77feaa0d8f6 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 11 Sep 2018 08:38:37 +0200 Subject: [PATCH] update apidata.js --- api-viewer/apidata.js | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index d823836..6019caf 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -7647,6 +7647,14 @@ var pmgapi = [ "type" : "string", "typetext" : "" }, + "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" : " (0 - N)" + }, "dwarning" : { "default" : 4, "description" : "SMTP delay warning time (in hours).", @@ -7790,6 +7798,15 @@ var pmgapi = [ "type" : "string", "typetext" : "" }, + "smarthostport" : { + "default" : 25, + "description" : "SMTP port number for smarthost.", + "maximum" : 65535, + "minimum" : 1, + "optional" : 1, + "type" : "integer", + "typetext" : " (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" } } -- 2.39.2