1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-14 10:52:49 +02:00

[ACME] Restart Postfix, reload seems not work all the time

This commit is contained in:
andryyy 2020-02-29 14:26:38 +01:00
parent d9701d33b2
commit 7b9f5ac1c4
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -39,5 +39,6 @@ if [[ "${CERT_AMOUNT_CHANGED}" == "1" ]]; then
else
reload_nginx
reload_dovecot
reload_postfix
#reload_postfix
restart_container ${POSTFIX}
fi