mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-06-05 02:59:32 +00:00
dkim: document dkim-use-domain
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> [S.I.: fix spelling of dkim-use-domain] Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
1e9afc1078
commit
90f38c3de0
@ -21,7 +21,10 @@ clamav=https://www.clamav.net[ClamAV(R)]
|
|||||||
debian=https://www.debian.org[Debian]
|
debian=https://www.debian.org[Debian]
|
||||||
debian_nonfree_archive_area=https://www.debian.org/doc/debian-policy/ch-archive#the-non-free-archive-area[Debian's non-free archive area]
|
debian_nonfree_archive_area=https://www.debian.org/doc/debian-policy/ch-archive#the-non-free-archive-area[Debian's non-free archive area]
|
||||||
tts=http://www.template-toolkit.org[Template Toolkit]
|
tts=http://www.template-toolkit.org[Template Toolkit]
|
||||||
|
smtp_rfc=https://tools.ietf.org/html/rfc5321[RFC 5321]
|
||||||
|
rfc_5322=https://tools.ietf.org/html/rfc5322[RFC 5322]
|
||||||
dkim_rfc=https://tools.ietf.org/html/rfc6376[RFC 6376]
|
dkim_rfc=https://tools.ietf.org/html/rfc6376[RFC 6376]
|
||||||
|
dmarc_rfc=https://tools.ietf.org/html/rfc7489[RFC 7489]
|
||||||
ifndef::docinfo1[]
|
ifndef::docinfo1[]
|
||||||
author=Proxmox Server Solutions GmbH
|
author=Proxmox Server Solutions GmbH
|
||||||
email=support@proxmox.com
|
email=support@proxmox.com
|
||||||
|
@ -585,6 +585,18 @@ Controls whether all outbound mail should get signed or only mails from domains
|
|||||||
listed in `/etc/pmg/dkim/domains`, if it exists and `/etc/pmg/domains`
|
listed in `/etc/pmg/dkim/domains`, if it exists and `/etc/pmg/domains`
|
||||||
otherwise.
|
otherwise.
|
||||||
|
|
||||||
|
Select Signing Domain::
|
||||||
|
|
||||||
|
Determines whether to DKIM sign emails using the domain found in the envelope
|
||||||
|
from or the from header in the body of the email. The envelope from is also
|
||||||
|
known as reverse-path, see {smtp_rfc} section 3.3 and {rfc_5322} section 3.6.2.
|
||||||
|
+
|
||||||
|
The envelop from of certain emails, bounces for example, can be empty. In these
|
||||||
|
cases it is desirable to sign them using the domain found in the from header.
|
||||||
|
+
|
||||||
|
Additionally, DMARC (see {dmarc_rfc} section 3.1.1) needs the domain found in
|
||||||
|
the from header in certain situations.
|
||||||
|
|
||||||
These settings are saved to the 'admin' subsection in `/etc/pmg/pmg.conf`,
|
These settings are saved to the 'admin' subsection in `/etc/pmg/pmg.conf`,
|
||||||
using the following configuration keys:
|
using the following configuration keys:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user