From 21a842d1468d35d5c843e67c331ddd66accde761 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 19 Apr 2023 17:17:40 +0200 Subject: [PATCH] Updated EGroupwareMail (markdown) --- EGroupwareMail.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EGroupwareMail.md b/EGroupwareMail.md index e3d8bd3..c695908 100644 --- a/EGroupwareMail.md +++ b/EGroupwareMail.md @@ -67,7 +67,8 @@ services: # 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!) hostname: - # if above name starts with mail e.g. "mail.example.org" you need to uncomment the following line, or delivery to Dovecot will NOT work! + # Delivery to Dovecot will NOT work, if above name starts with mail e.g. "mail.example.org"! + # You need to uncomment the following entrypoint line, to fix this: #entrypoint: ["sh", "-c", "sed 's/ mail$//g' /etc/hosts > /tmp/hosts; cat /tmp/hosts > /etc/hosts; exec /usr/sbin/postfix -c /etc/postfix start-fg"] volumes: - /etc/letsencrypt:/etc/letsencrypt