Updated EGroupwareMail (markdown)

Ralf Becker 2023-04-19 17:17:40 +02:00
parent 09cba67fb6
commit 21a842d146

@ -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: <fully-qualified-hostname-as-used-in-certificate>
# 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