From 85df6e2fdc3c52b4f9be53144e42a22c6060063e Mon Sep 17 00:00:00 2001 From: John Loper II Date: Sat, 4 Apr 2026 22:04:45 -0400 Subject: [PATCH] Add project status/progress tracking --- progress.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 progress.md diff --git a/progress.md b/progress.md new file mode 100644 index 0000000..a7c54a0 --- /dev/null +++ b/progress.md @@ -0,0 +1,29 @@ +# hMailServer Configuration Project Status + +## Overview +Project to document and resolve hMailServer SMTP relay configuration issues. + +## Completed +- [x] Created project structure and documentation +- [x] Identified root cause: missing SMTP route configuration +- [x] Resolved issue by configuring local domain route in hMailServer +- [x] Verified fix: emails to local domain now delivered locally instead of through relay +- [x] Created Gitea repository at https://gitea.loperfamily.com/Sage_Software/hmailserver-configuration + +## In Progress +- None currently + +## Next +- Monitor Mailjet relay usage to confirm no more suspicious activity +- Consider documenting the SMTP route configuration process as a general guide +- Review other domains configured on hMailServer to ensure proper routing + +## Decisions/Notes +- Root cause was that hMailServer was sending ALL outbound SMTP traffic through the relay, including emails addressed to local domains +- The fix required adding an SMTP route in hMailServer Administrator → Routes → Add Route +- Route configuration: Domain = `assettrackr.co`, Deliver to = `Local delivery` +- This is a common oversight when setting up SMTP relays - the relay handles outbound mail, but local domains need explicit "local delivery" routing + +## Files Created +- `README.md` - Project documentation with background, solution, and references +- `HMAILSERVER-CONFIG.md` - Configuration reference with SMTP relay and route settings