.pdf)
WHM Plugins
fetch_doc_key function from within your custom script:
/xml-api/fetch_doc_key function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/xml-api/fetch_doc_key
fetch_doc_key function from within your custom script:
/json-api/fetch_doc_key function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/json-api/fetch_doc_key
Exim)
acl_smtp_expn or openssl_options)
https://example.com:2087/xml-api/fetch_doc_key?module=Exim&key=acl_smtp_expn in WebHost Manager will produce output similar to:
<fetch_doc_key> <doc> <name>acl_smtp_expn</name> <default>unset</default> <description> <p> This option defines the ACL that is run when an SMTP EXPN command is received. See chapter <a href="http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html" target="_blank" title="40. Access control lists">40</a> for further details. </p> </description> <type>string</type> </doc> </fetch_doc_key>
https://example.com:2087/json-api/fetch_doc_key?module=Exim&key=acl_smtp_expn in WebHost Manager will produce output similar to:
{
"doc":{
"name":"acl_smtp_expn",
"type":"string",
"default":"unset",
"description":"<p>\n\nThis option defines the ACL that is run when an SMTP EXPN command is\nreceived. See chapter <a href=\"http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html\" target=\"_blank\" title=\"40. Access control lists\">40</a> for further details.\n</p>"
}
}