From 0344e729d03c99f59ffcb73b5567ce2fd25c7030 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 3 Feb 2023 14:33:16 +0000 Subject: [PATCH] see https://github.com/postfixadmin/postfixadmin/issues/704 - add documentation --- DOCUMENTS/DOVECOT.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DOCUMENTS/DOVECOT.txt b/DOCUMENTS/DOVECOT.txt index 1de9e100..f2512827 100644 --- a/DOCUMENTS/DOVECOT.txt +++ b/DOCUMENTS/DOVECOT.txt @@ -57,6 +57,15 @@ protocols = "imap pop3" # change to 'no' if you don't have ssl cert/keys, and comment out ssl_cert/ssl_key ssl = yes +# If you're using LetsEncrypt/certbot see e.g. /etc/letsencrypt/live/MyDomain/fullchain.pem. +# +# cat server.crt server.key > dovecot.pem +# +# Make sure dovecot can read these file(s) +# +# If you use doveadm for your PostfixAdmin hashing, the webserver will also need read access to these files +# See also : https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md#dovecotmethod + ssl_cert =