]> git.proxmox.com Git - pmg-docs.git/commitdiff
add dkim files to config file and cert section
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 18 Nov 2019 21:16:45 +0000 (22:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Nov 2019 10:30:47 +0000 (11:30 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
pmgconfig.adoc

index f44a43a6db75d0a23f04fdc7e57454132683315d..59d1cfc989d89fcaaf732771204c39bb0b763ea4 100644 (file)
@@ -73,6 +73,10 @@ The cluster setup.
 
 The list of relay domains.
 
+`/etc/pmg/dkim/domains`::
+
+The list of domains for outbound DKIM signing.
+
 `/etc/pmg/fetchmailrc`::
 
 Fetchmail configuration (POP3 and IMAP setup).
@@ -129,6 +133,10 @@ Internally used to generate CSRF tokens.
 
 Key and certificate (combined) to encrypt mail traffic (TLS).
 
+`/etc/pmg/dkim/<selector>.private`::
+
+Key for DKIM signing mails with selector '<selector>'.
+
 
 Service Configuration Templates
 -------------------------------