pmg-docs/pmg.mail-relaying-conf-opts.adoc
Stoiko Ivanov 40ce6cfd88 update static schema info
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2023-03-27 14:51:26 +02:00

25 lines
654 B
Plaintext

`relay`: `<string>` ::
The default mail delivery transport (incoming mails).
`relaynomx`: `<boolean>` ('default =' `0`)::
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`: `<lmtp | smtp>` ('default =' `smtp`)::
Transport protocol for relay host.
`smarthost`: `<string>` ::
When set, all outgoing mails are deliverd to the specified smarthost. (postfix option `default_transport`)
`smarthostport`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP port number for smarthost. (postfix option `default_transport`)