diff --git a/README.md b/README.md index 356a2f8a..cebb318c 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,23 @@ ## Want to support mailcow? -Please [consider a support contract (around 30 € per month) with Servercow](https://www.servercow.de/mailcow#support) to support further development. _We_ support _you_ while _you_ support _us_. :) +Please [consider a support contract with Servercow](https://www.servercow.de/mailcow?lang=en#support) to support further development. _We_ support _you_ while _you_ support _us_. :) + +You can also [get a SAL](https://www.servercow.de/mailcow?lang=en#sal) which is a one-time payment with no liabilities or returning fees. Or just spread the word: moo. -## Info and documentation +## Info, documentation and support -Please see [the official documentation](https://mailcow.github.io/mailcow-dockerized-docs/) for instructions. +Please see [the official documentation](https://mailcow.github.io/mailcow-dockerized-docs/) for installation and support instructions. 🐄 + +🐛 **If you found a critical security issue or simply want to report a bug, please mail us to [info at servercow.de](mailto:info@servercow.de).** **Important**: mailcow makes use of various open-source software. Please assure you agree with their license before using mailcow. Any part of mailcow itself is released under **GNU General Public License, Version 3**. + +## Want to chat? + +[Telegram mailcow channel](https://telegram.me/mailcow) + +[Telegram mailcow Off-Topic channel](https://t.me/mailcowOfftopic) diff --git a/data/Dockerfiles/acme/reload-configurations.sh b/data/Dockerfiles/acme/reload-configurations.sh index 47e7903e..f580223a 100644 --- a/data/Dockerfiles/acme/reload-configurations.sh +++ b/data/Dockerfiles/acme/reload-configurations.sh @@ -38,7 +38,8 @@ if [[ "${CERT_AMOUNT_CHANGED}" == "1" ]]; then restart_container ${POSTFIX} else reload_nginx - reload_dovecot + #reload_dovecot + restart_container ${DOVECOT} #reload_postfix restart_container ${POSTFIX} fi diff --git a/docker-compose.yml b/docker-compose.yml index 9ebf0470..cb15641e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -333,7 +333,7 @@ services: acme-mailcow: depends_on: - nginx-mailcow - image: mailcow/acme:1.66 + image: mailcow/acme:1.67 dns: - ${IPV4_NETWORK:-172.22.1}.254 environment: