cleanly time out trying to connect to port 25 and treat failure as "skip" not real failure.

This commit is contained in:
holger krekel
2025-04-10 16:20:24 +02:00
parent c9078d7c92
commit 9f74d0a608
3 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## untagged
- Handle Port-25 connect errors more gracefully (common with VPNs)
([#552](https://github.com/chatmail/relay/pull/552))
- Avoid "acmetool not found" during initial run
([#550](https://github.com/chatmail/relay/pull/550))