]> git.proxmox.com Git - pmg-docs.git/blame_incremental - pmg.mail-relaying-conf-opts.adoc
makefile: convert to use simple parenthesis
[pmg-docs.git] / pmg.mail-relaying-conf-opts.adoc
... / ...
CommitLineData
1`relay`: `<string>` ::
2
3The default mail delivery transport (incoming mails).
4
5`relaynomx`: `<boolean>` ('default =' `0`)::
6
7Disable MX lookups for default relay (SMTP only, ignored for LMTP).
8
9`relayport`: `<integer> (1 - 65535)` ('default =' `25`)::
10
11SMTP/LMTP port number for relay host.
12
13`relayprotocol`: `<lmtp | smtp>` ('default =' `smtp`)::
14
15Transport protocol for relay host.
16
17`smarthost`: `<string>` ::
18
19When set, all outgoing mails are deliverd to the specified smarthost. (postfix option `default_transport`)
20
21`smarthostport`: `<integer> (1 - 65535)` ('default =' `25`)::
22
23SMTP port number for smarthost. (postfix option `default_transport`)
24