mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-17 19:16:21 +00:00
update apidata.js
This commit is contained in:
parent
851283b1f8
commit
445686c99d
@ -7647,6 +7647,14 @@ var pmgapi = [
|
|||||||
"type" : "string",
|
"type" : "string",
|
||||||
"typetext" : "<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" : {
|
"dwarning" : {
|
||||||
"default" : 4,
|
"default" : 4,
|
||||||
"description" : "SMTP delay warning time (in hours).",
|
"description" : "SMTP delay warning time (in hours).",
|
||||||
@ -7790,6 +7798,15 @@ var pmgapi = [
|
|||||||
"type" : "string",
|
"type" : "string",
|
||||||
"typetext" : "<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" : {
|
"spf" : {
|
||||||
"default" : 1,
|
"default" : 1,
|
||||||
"description" : "Use Sender Policy Framework.",
|
"description" : "Use Sender Policy Framework.",
|
||||||
@ -12762,9 +12779,9 @@ var pmgapi = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"id" : {
|
"id" : {
|
||||||
"description" : "Unique ID",
|
"description" : "Unique IDs, seperate with ;",
|
||||||
"maxLength" : 60,
|
"maxLength" : 600,
|
||||||
"pattern" : "C\\d+R\\d+T\\d+",
|
"pattern" : "C\\d+R\\d+T\\d+(;C\\d+R\\d+T\\d+)*",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user