Increase maxproc for reinjecting ports from 10 to 100

Otherwise under high load filtermail
starts printing "Connection refused" errors to the log.
This commit is contained in:
link2xt
2025-09-24 14:30:41 +00:00
committed by l
parent 05ec64bf4a
commit c56805211f
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Increase maxproc for reinjecting ports from 10 to 100
([#646](https://github.com/chatmail/relay/pull/646))
- Allow ports 143 and 993 to be used by `dovecot` process
([#639](https://github.com/chatmail/relay/pull/639))