fix(dcrouter): remove legacy handling of emailConfig.routes that added domain-based routes

This commit is contained in:
2026-02-12 16:27:28 +00:00
parent 77842647fd
commit 8dd9770339
4 changed files with 10 additions and 25 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-02-12 - 5.0.5 - fix(dcrouter)
remove legacy handling of emailConfig.routes that added domain-based routes
- Removed loop that added domain-based email routes from emailConfig.routes into emailRoutes
- Previously created match.domains by extracting the recipient domain (split on '@') and defaulted forward target port to 25
- Removed creation of TLS passthrough configuration for those forwarded routes
- This prevents duplicate or incorrect domain-based routes being appended during email route construction
## 2026-02-12 - 5.0.4 - fix(cache)
use user-writable ~/.serve.zone/dcrouter for TsmDB and centralize data path logic