]> git.proxmox.com Git - pmg-docs.git/commitdiff
add support for next-hop TLS destination
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 27 Mar 2020 10:13:08 +0000 (11:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Apr 2020 12:06:54 +0000 (14:06 +0200)
Adapt the documentation for TLS Destination policies to mention next-hop
destinations defined in the transport table. Support for this was introduced
with the fix for #1948.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
pmgconfig.adoc

index e6ebe579e79cb93f3d7f0501db83cd5480d9652b..7b2d1f793083f3cdb42800cbc0bc0c7a3921b20e 100644 (file)
@@ -409,10 +409,12 @@ certificate for you (`/etc/pmg/pmg-tls.pem`).
 {pmg} uses opportunistic TLS encryption by default. The SMTP transaction is
 encrypted if the 'STARTTLS' ESMTP feature is supported by the remote
 server.  Otherwise, messages are sent in the clear.
-You can set a different TLS policy per desitination domain, should you for
-example need to prevent e-mail delivery without encryption, or to work around
-a broken 'STARTTLS' ESMTP implementation. See {postfix_tls_readme} for details
-on the supported policies.
+
+You can set a different TLS policy per destination. A destination is either a
+remote domain or a next-hop destination as specified in `/etc/pmg/transport`.
+This can be used, should you need to prevent e-mail delivery without
+encryption, or to work around a broken 'STARTTLS' ESMTP implementation. See
+{postfix_tls_readme} for details on the supported policies.
 
 Enable TLS logging::