Reconfigure imap-login to high-performance mode

High-security mode could be configured
to handle more connections by increasing process_limit,
but has problems logging in many users at once after
each Dovecot restart or config reload.
This commit is contained in:
link2xt
2025-06-02 22:02:59 +00:00
committed by l
parent 4a6aa446cd
commit 4b721bfcd4
2 changed files with 28 additions and 11 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Reconfigure Dovecot imap-login service to high-performance mode
([#578](https://github.com/chatmail/relay/pull/578))
- Increase nginx connection limits
([#576](https://github.com/chatmail/relay/pull/576))