From 569fec34bc02ca748c95f6cf40d5e5648724287d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 17 Sep 2021 09:14:06 +0200 Subject: [PATCH] add how to specify hostname, so other mail-servers or -clients can verify with the certificate --- EGroupwareMail.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EGroupwareMail.md b/EGroupwareMail.md index 5fa123f..feef81e 100644 --- a/EGroupwareMail.md +++ b/EGroupwareMail.md @@ -54,6 +54,7 @@ password = your-secret-password ``` services: mail: + hostname: volumes: # to use a recognized (not self-signed) certificate, add it here (certificate.pem is the certificate plus the chain!) # eg. to use the one created by LetsEncrypt's Certbot for the webserver use the following (replace your domain!) @@ -61,6 +62,7 @@ services: - /etc/letsencrypt/live/egw.example.org/privkey.pem:/etc/dovecot/certificate.key - /etc/letsencrypt/live/egw.example.org/fullchain.pem:/etc/dovecot/certificate.pem smtp: + hostname: volumes: # to use a recognized (not self-signed) certificate, add it here (certificate.pem is the certificate plus the chain!) # eg. to use the one created by LetsEncrypt's Certbot for the webserver use the following (replace your domain!)