From 5053eecce63081257b08ac20a9bf2d1c7249eaeb Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 18 Nov 2019 22:16:45 +0100 Subject: [PATCH] add dkim files to config file and cert section Signed-off-by: Stoiko Ivanov --- pmgconfig.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pmgconfig.adoc b/pmgconfig.adoc index f44a43a..59d1cfc 100644 --- a/pmgconfig.adoc +++ b/pmgconfig.adoc @@ -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/.private`:: + +Key for DKIM signing mails with selector ''. + Service Configuration Templates -------------------------------