Releases: tayyebi/mailserver
Releases · tayyebi/mailserver
Release list
v1.1.0
v1.0.9
v1.0.8
fix: save copy to .Sent folder on webmail compose and eagerly create …
v1.0.7
fix: replace hash/btree postfix maps with texthash/lmdb for Alpine 3.…
v1.0.6
Changes since v1.0.5
- feat: implement bounce mailbox and automated DSN bounce processing
- fix: chown runtime-created maildirs to vmail:vmail (prevents Dovecot permission errors)
- feat: add column sorting to webmail table (sort by Date, From, Subject with ▲/▼ indicators)
- fix: non-blocking webhook dispatch (skip thread/DB when URL is empty)
- feat: bounce/dmarc/abuse inboxes sorted by created_at DESC
- feat: client-side table sorting across all admin pages (auto-detect date column)
v1.0.5
v1.0.3
What's Changed
- Fix Docker build: copy migrations/ and static/ into builder stage by @Copilot in #145
- Fix connection error: Connection refused (os error 111) by @Copilot in #149
- Fix dark mode CSS syntax and responsive mobile header styling by @Copilot in #147
- Support bare-metal deployment with environment-aware logging and relaxed Dovecot 2.4 configuration parsing by @Copilot in #150
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- docs: professional README overhaul with updated architecture diagrams by @Copilot in #134
- fix: seed command swallows DB error and always reports success by @Copilot in #135
- Fix runtime template/migration discovery for non-/app deployments and generate release artifacts on push by @Copilot in #136
- Bootstrap
node_stateat DB startup to preventhlc_high_waterpersistence failures by @Copilot in #139 - Clarify Postfix environment propagation comments in
postfix-main.cftemplate by @Copilot in #140 - Clarify bare-metal handling of generated mail service config files by @Copilot in #141
- Add Kubernetes deployment manifest (GHCR latest) and document it as Installation Method 5 by @Copilot in #142
- Harden setup-time config generation and mail service reload behavior by @Copilot in #143
Full Changelog: v1.0.1...v1.0.2