mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-10-04 20:13:11 +00:00
update static
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
622d092d4b
commit
6bd70b953a
@ -356,7 +356,7 @@ Ext.onReady(function() {
|
|||||||
}
|
}
|
||||||
if (!info.allowtoken) {
|
if (!info.allowtoken) {
|
||||||
// PMG doesn't fully supports API token, and probably won't ever!?
|
// 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({
|
sections.push({
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -178,11 +178,15 @@ The default mail delivery transport (incoming mails).
|
|||||||
|
|
||||||
`relaynomx`: `<boolean>` ('default =' `0`)::
|
`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`)::
|
`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>` ::
|
`smarthost`: `<string>` ::
|
||||||
|
|
||||||
|
@ -4,14 +4,13 @@ The default mail delivery transport (incoming mails).
|
|||||||
|
|
||||||
`relaynomx`: `<boolean>` ('default =' `0`)::
|
`relaynomx`: `<boolean>` ('default =' `0`)::
|
||||||
|
|
||||||
Disable MX lookups for default smtp relay.
|
Disable MX lookups for default relay (SMTP only, ignored for LMTP).
|
||||||
Will be ignored when choosing lmtp as transport protocol.
|
|
||||||
|
|
||||||
`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
|
`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
|
||||||
|
|
||||||
SMTP/LMTP port number for relay host.
|
SMTP/LMTP port number for relay host.
|
||||||
|
|
||||||
`relayprotocol`: `<smtp | lmtp>` ('default =' `smtp`)::
|
`relayprotocol`: `<lmtp | smtp>` ('default =' `smtp`)::
|
||||||
|
|
||||||
Transport protocol for relay host.
|
Transport protocol for relay host.
|
||||||
|
|
||||||
|
@ -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
|
Generate a new private key for selector. All future mail will be signed
|
||||||
with the new key!
|
with the new key!
|
||||||
|
|
||||||
|
`--force` `<boolean>` ::
|
||||||
|
|
||||||
|
Overwrite existing key
|
||||||
|
|
||||||
`--keysize` `<integer> (1024 - N)` ::
|
`--keysize` `<integer> (1024 - N)` ::
|
||||||
|
|
||||||
Number of bits for the RSA-Key
|
Number of bits for the RSA-Key
|
||||||
|
Loading…
Reference in New Issue
Block a user