update static

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-02-13 18:08:22 +01:00
parent 622d092d4b
commit 6bd70b953a
5 changed files with 477 additions and 12 deletions

View File

@ -356,7 +356,7 @@ Ext.onReady(function() {
}
if (!info.allowtoken) {
// PMG doesn't fully supports API token, and probably won't ever!?
//permhtml += "<br />This API endpoint is not available for API tokens."
permhtml += "<br />This API endpoint is not available for API tokens."
}
sections.push({

File diff suppressed because it is too large Load Diff

View File

@ -178,11 +178,15 @@ The default mail delivery transport (incoming mails).
`relaynomx`: `<boolean>` ('default =' `0`)::
Disable MX lookups for default relay.
Disable MX lookups for default relay (SMTP only, ignored for LMTP).
`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP port number for relay host.
SMTP/LMTP port number for relay host.
`relayprotocol`: `<lmtp | smtp>` ('default =' `smtp`)::
Transport protocol for relay host.
`smarthost`: `<string>` ::

View File

@ -4,14 +4,13 @@ The default mail delivery transport (incoming mails).
`relaynomx`: `<boolean>` ('default =' `0`)::
Disable MX lookups for default smtp relay.
Will be ignored when choosing lmtp as transport protocol.
Disable MX lookups for default relay (SMTP only, ignored for LMTP).
`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP/LMTP port number for relay host.
`relayprotocol`: `<smtp | lmtp>` ('default =' `smtp`)::
`relayprotocol`: `<lmtp | smtp>` ('default =' `smtp`)::
Transport protocol for relay host.

View File

@ -18,6 +18,10 @@ Get the public key for the configured selector, prepared as DKIM TXT record
Generate a new private key for selector. All future mail will be signed
with the new key!
`--force` `<boolean>` ::
Overwrite existing key
`--keysize` `<integer> (1024 - N)` ::
Number of bits for the RSA-Key