mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #3195] dovecot need restart after LE certificate reissue #1796
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1796
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lolhunter121 on GitHub (Feb 17, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3195
After LE certificate reissue all services, except dovecot is restarted and use new certificate.
Dovecot use old certificate till restart, so mail clients show error that certificate has expired.
@Aegis8 commented on GitHub (Feb 22, 2024):
I encountered a similar issue today. Dovecot needed a manual reload to pick up the new certificate.
Affected version 2.2.0
OS: Ubuntu 22.04.3 LTS
I do not have logs for the certificate renewal date anymore.
@xinomilo commented on GitHub (Mar 20, 2024):
we face this problem since 06/2023, but not only dovecot. postfix too. we've been using following cron to restart services since :
XX X * * X /usr/sbin/postmap -F hash:/etc/postfix/sni_map
XX X * * X /bin/systemctl restart postfix.service
XX X * * X /bin/systemctl restart dovecot.service
note, simply restarting postfix, without re-mapping sni_map, doesn't work.
(Debian 11.9, modoboa 2.2.4.)
@tonioo commented on GitHub (Apr 26, 2024):
https://github.com/modoboa/modoboa-installer/issues/522