]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg.mail-relaying-conf-opts.adoc
bump version to 7.3-2
[pmg-docs.git] / pmg.mail-relaying-conf-opts.adoc
index 917bddd390f6199d95d759f26aaf8f7b79cad8a5..f9627f55d0f57b0f78346ea1dedaabbc42f7cf3c 100644 (file)
@@ -4,22 +4,21 @@ 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.
 
 `smarthost`: `<string>` ::
 
-When set, all outgoing mails are deliverd to the specified smarthost.
+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.
+SMTP port number for smarthost. (postfix option `default_transport`)