From ebbfd486f749b13505f5565ea004b5120507ed94 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 5 Sep 2024 21:58:11 +0200 Subject: [PATCH] fix #3405 --- docs/maintain.rst | 1 + towncrier/newsfragments/3405.bugfix | 1 + 2 files changed, 2 insertions(+) create mode 100644 towncrier/newsfragments/3405.bugfix diff --git a/docs/maintain.rst b/docs/maintain.rst index eff8f5c4..a2041a86 100644 --- a/docs/maintain.rst +++ b/docs/maintain.rst @@ -47,6 +47,7 @@ In the case of *certbot* you could write a script to be executed as `deploy hook cp /etc/letsencrypt/live/domain.com/privkey.pem /mailu/certs/key.pem || exit 1 cp /etc/letsencrypt/live/domain.com/fullchain.pem /mailu/certs/cert.pem || exit 1 docker exec mailu_front_1 nginx -s reload + docker exec mailu_front_1 doveadm reload And the certbot command you will use in crontab would look something like: diff --git a/towncrier/newsfragments/3405.bugfix b/towncrier/newsfragments/3405.bugfix new file mode 100644 index 00000000..07db93a8 --- /dev/null +++ b/towncrier/newsfragments/3405.bugfix @@ -0,0 +1 @@ +Update the documentation: ensure that users reload dovecot too if they manually configure certificates