mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-16 10:18:07 +00:00
pmgconfig: Explain new TLS inbound domains configuration
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com> [ S.I.: mention that the setting is only on the external port ] Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
5c1c286c9c
commit
374bcb5f49
@ -97,6 +97,10 @@ Stores your subscription key and status.
|
||||
|
||||
TLS policy for outbound connections.
|
||||
|
||||
`/etc/pmg/tls_inbound_domains`::
|
||||
|
||||
Sender domains for which TLS is enforced on inbound connections.
|
||||
|
||||
`/etc/pmg/transports`::
|
||||
|
||||
Message delivery transport setup.
|
||||
@ -495,6 +499,13 @@ This can be used if you need to prevent email delivery without
|
||||
encryption, or to work around a broken 'STARTTLS' ESMTP implementation. See
|
||||
{postfix_tls_readme} for details on the supported policies.
|
||||
|
||||
Additionally, TLS can also be enforced on incoming connections on the external
|
||||
port for specific sender domains by creating a TLS inbound domains entry. Mails
|
||||
with matching domains must use a encrypted SMTP session, otherwise they are
|
||||
rejected. All domains on this list have and entry of
|
||||
https://www.postfix.org/postconf.5.html#reject_plaintext_session[`reject_plaintext_session`]
|
||||
in a `check_sender_access` table.
|
||||
|
||||
Enable TLS logging::
|
||||
|
||||
To get additional information about SMTP TLS activity, you can enable
|
||||
|
Loading…
Reference in New Issue
Block a user