Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized
commit
9a25ebc54e
16
README.md
16
README.md
|
@ -2,13 +2,23 @@
|
||||||
|
|
||||||
## Want to support mailcow?
|
## 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.
|
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.
|
**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**.
|
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)
|
||||||
|
|
|
@ -38,7 +38,8 @@ if [[ "${CERT_AMOUNT_CHANGED}" == "1" ]]; then
|
||||||
restart_container ${POSTFIX}
|
restart_container ${POSTFIX}
|
||||||
else
|
else
|
||||||
reload_nginx
|
reload_nginx
|
||||||
reload_dovecot
|
#reload_dovecot
|
||||||
|
restart_container ${DOVECOT}
|
||||||
#reload_postfix
|
#reload_postfix
|
||||||
restart_container ${POSTFIX}
|
restart_container ${POSTFIX}
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -333,7 +333,7 @@ services:
|
||||||
acme-mailcow:
|
acme-mailcow:
|
||||||
depends_on:
|
depends_on:
|
||||||
- nginx-mailcow
|
- nginx-mailcow
|
||||||
image: mailcow/acme:1.66
|
image: mailcow/acme:1.67
|
||||||
dns:
|
dns:
|
||||||
- ${IPV4_NETWORK:-172.22.1}.254
|
- ${IPV4_NETWORK:-172.22.1}.254
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue