Releases: postalserver/postal
Releases · postalserver/postal
2.1.4
2.1.3
Features
- Upgrade to Ruby 3.2.1 & Rails 6.1 (957b78)
- Make resent-sender header optional (c6fb8d)
- Log CRAM-MD5 authentication failures (9b1ed1)
- Always use multipart/alternative parts in generated emails (d0db13)
Bug Fixes
- Use non-blocking function to negotiate TLS connections (a7dd19)
- Fix to newline conversion process (9f4ef8)
- Remove custom scrollbars (b22f1b)
- Truncate 'output' field to avoid overflowing varchar(512) in database (a188a1)
- Fix link replacement in multipart messsages (7ea00d)
- Fix confusing error message when deleting IP pools (cefc7d)
- Connect to correct IP rather than hostname suring SMTP delivery (159509)
- Change retry timings to avoid re-sending messages too early (c8d27b)
2.1.2
2.1.1
2.1.0
2.0.0
Container
ghcr.io/postalserver/postal:2.0.0
Changelog
Features
- ui: add footer with links to docs and discussions (1247da)
Bug Fixes
2.0.0-beta.1
Container
ghcr.io/postalserver/postal:2.0.0-beta.1
Changelog
Features
- config: support for loading a postal.local.yml config file from the config root if it exists (8e3294)
- smtp_server: allow bind address to be configured (4a410c)
- add priorities to IP address assignment (21a8d8)
Bug Fixes
- dkim: fixes bug with signing dkim bodies (189dfa)
- smtp_server: attempt to redact plain-text passwords from log output (fcb636)
- smtp_server: fixes issue with malformed rcpt to (e0ba05)
- smtp_server: refactor mx lookups to randomly order mx records with the same priority (bc2239)
- smtp_server: updated line split logic, normalize all linebreaks to \r\n (e8ba9e)
- add resolv 0.2.1 (eef1a3)
- always obey POSTAL_CONFIG_ROOT (1d22ca)
- fix issue with determining if an SMTP connection is encrypted or not (73870d)
- remove a few leftover fast server artifacts (5cd06e)
- replace Fixnum with Integer (52a23f)