improve formatting overly short lines

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-17 20:08:42 +01:00
parent 8c889e9592
commit 3599cb04c2

View File

@ -450,15 +450,14 @@ ifndef::manvolnum[]
[thumbnail="pmg-gui-mailproxy-transports.png", big=1] [thumbnail="pmg-gui-mailproxy-transports.png", big=1]
endif::manvolnum[] endif::manvolnum[]
You can use {pmg} to send emails to different internal You can use {pmg} to send emails to different internal email servers. For
email servers. For example you can send emails addressed to example you can send emails addressed to domain.com to your first email server,
domain.com to your first email server, and emails addressed to and emails addressed to subdomain.domain.com to a second one.
subdomain.domain.com to a second one.
You can add the IP addresses, hostname, transport protocol (smtp/lmtp), You can add the IP addresses, hostname, transport protocol (smtp/lmtp),
transport ports and mail domains (or just single email addresses) transport ports and mail domains (or just single email addresses) of your
of your additional email servers. When transport protocol is set to `lmtp`, additional email servers. When transport protocol is set to `lmtp`, the option
the option 'Use MX' is useless and will be automatically set to 'No'. 'Use MX' is useless and will be automatically set to 'No'.
[[pmgconfig_mailproxy_networks]] [[pmgconfig_mailproxy_networks]]
@ -469,11 +468,11 @@ ifndef::manvolnum[]
[thumbnail="pmg-gui-mailproxy-networks.png", big=1] [thumbnail="pmg-gui-mailproxy-networks.png", big=1]
endif::manvolnum[] endif::manvolnum[]
You can add additional internal (trusted) IP networks or hosts. You can add additional internal (trusted) IP networks or hosts. All hosts in
All hosts in this list are allowed to relay. this list are allowed to relay.
NOTE: Hosts in the same subnet with Proxmox can relay by default and NOTE: Hosts in the same subnet with Proxmox can relay by default and its not
its not needed to add them in this list. needed to add them in this list.
[[pmgconfig_mailproxy_tls]] [[pmgconfig_mailproxy_tls]]
@ -484,11 +483,10 @@ ifndef::manvolnum[]
[thumbnail="pmg-gui-mailproxy-tls.png", big=1] [thumbnail="pmg-gui-mailproxy-tls.png", big=1]
endif::manvolnum[] endif::manvolnum[]
Transport Layer Security (TLS) provides certificate-based Transport Layer Security (TLS) provides certificate-based authentication and
authentication and encrypted sessions. An encrypted session protects encrypted sessions. An encrypted session protects the information that is
the information that is transmitted with SMTP mail. When you activate transmitted with SMTP mail. When you activate TLS, {pmg} automatically
TLS, {pmg} automatically generates a new self signed generates a new self signed certificate for you (`/etc/pmg/pmg-tls.pem`).
certificate for you (`/etc/pmg/pmg-tls.pem`).
{pmg} uses opportunistic TLS encryption by default. The SMTP transaction is {pmg} uses opportunistic TLS encryption by default. The SMTP transaction is
encrypted if the 'STARTTLS' ESMTP feature is supported by the remote encrypted if the 'STARTTLS' ESMTP feature is supported by the remote