add dkim files to config file and cert section

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-11-18 22:16:45 +01:00 committed by Thomas Lamprecht
parent 08df0d3578
commit 5053eecce6

View File

@ -73,6 +73,10 @@ The cluster setup.
The list of relay domains. The list of relay domains.
`/etc/pmg/dkim/domains`::
The list of domains for outbound DKIM signing.
`/etc/pmg/fetchmailrc`:: `/etc/pmg/fetchmailrc`::
Fetchmail configuration (POP3 and IMAP setup). 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). 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 Service Configuration Templates
------------------------------- -------------------------------