Releases: zone-eu/zone-mta
Releases · zone-eu/zone-mta
v3.10.0
3.10.0 (2024-10-23)
Features
Bug Fixes
- bounces: Require word boundary when matching extended status codes (#413) (93b532c)
- DKIM: Use Mailauth to calculate message body hashes (9117281)
- mta-sts: set MTA-STS as disabled if redis error ZMS-170 (#425) (a9d543e)
- readme: ZMS-180 (cfed6c8)
- tls: sender.js will on a tls failure try a delivery with out tls. However on freebsd 13 a misconfigured server may show (#393) (530b495)
- typos (#415) (33c5d28)
v3.9.6
3.9.6 (2024-05-13)
Bug Fixes
- deps: Bumped deps to clear out some security warnings (3849037)
v3.9.5
3.9.5 (2024-03-27)
Bug Fixes
- api: Added query argument
includeDisabled
to /zones API endpoint. If true
returns all zones (fb826d6)
v3.9.4
3.9.4 (2024-02-09)
Bug Fixes
- logs: send bounce information to remote log (3fd3986)
v3.9.3
3.9.3 (2024-02-08)
Bug Fixes
- bounces: fixed bounce handling in mail queue (05d2b8d)
- sts: do not try to store error object as JSON value (9a45336)
v3.9.2
3.9.2 (2024-02-08)
Bug Fixes
- deps: bumped nodemailer and smtp-server versions (0a2371d)
- logs: added new remote log entry QUEUE_POLL (800b583)
v3.9.1
3.9.1 (2024-02-02)
Bug Fixes
- api: added endpoint to list locked domains (25102ca)
- loop: reject messages with too many Received headers (cbffa6d)
- mime-head: Increased allowd MIME node header size to 2MB (26e4896)
- tls-options: Retrieve ignoreTLS value from Sending Zone, or default to false (#365) (336e835)
v3.9.0
3.9.0 (2024-01-19)
Features
- bounces: Send a delayed notification email if a delivery has not been completed after 3 hours ZMS-56 (#363) (a535e3a)
v3.8.0
3.8.0 (2024-01-15)
Features
- api: Allow ordering queue listing (41017ff)
v3.7.0
3.7.0 (2023-12-14)
Features
- plugins: Added new plugin hook sender:responseError, allow configuratble defer times (#360) (061248f)
Bug Fixes
- bounce: Fixed Outlook no-such-user bounce detection (#357) (0b49571)