Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-15 | Retire EXPERIMENTAL_REQUIRETLS | Jeremy Harris | |
2019-03-15 | Docs: more indexing for daemon-reload | Jeremy Harris | |
2019-03-14 | Fix crash from SRV lookup hitting a CNAME | Jeremy Harris | |
2019-03-13 | doc: Clarify the IPv4-mapped IPv6 lookups. | Heiko Schlittermann (HS12-RIPE) | |
Credits to Andreas Metzler <eximusers@bebt.de>. | |||
2019-02-26 | Docs: Add note on lsearch for IPv4-mapped IPv6 addresses | Jeremy Harris | |
2019-02-26 | Docs: Add note on lsearch for IPv4-mapped IPv6 addresses | Jeremy Harris | |
2019-02-19 | TLS: refactor client-start interface | Jeremy Harris | |
2019-02-18 | Fix expansions for RFC 822 addresses having comments in local-part and/or ↵ | Jasen Betts | |
domain. Bug 2375 | |||
2019-02-16 | GnuTLS: Fix client detection of server reject of client cert under TLS1.3 | Jeremy Harris | |
2019-02-14 | Docs: update DKIM standards info | Jeremy Harris | |
2019-02-12 | Fix transport buffer size handling | Jeremy Harris | |
Broken-by: 59932f7dcd | |||
2019-02-12 | Logging: created Message-IDs. Selectors for created and all IDs. Bugs 219, ↵ | Jeremy Harris | |
1840, 2339 | |||
2019-02-11 | DKIM: ensure that dkim_domain elements are lowercased before use. Bug 2371 | Jeremy Harris | |
(cherry picked from commit f3c73adaa541ae54092467a29668ac32894ef1dc) | |||
2019-02-11 | Docs: extra detail on proxy-protocol | Jeremy Harris | |
(cherry picked from commit 5376b7ca07e9b00e2552f33270e79c59840a9778) | |||
2019-02-11 | TLS: add variables for the IETF standard name for the connection ciphersuite | Jeremy Harris | |
(cherry picked from commit ffc3d145e3819e1a3762caa1bbe8b07e723fbaf2) | |||
2019-02-11 | Debug: config file name & line number for each ACL verb | Jeremy Harris | |
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582) | |||
2019-02-11 | JSON: add iterative conditions for arrays | Jeremy Harris | |
(cherry picked from commit c5c57c4eafde32a0632c2a00bdc634860fc5d06d) | |||
2019-02-11 | JSON: add jsons extract variant, to strip quotes from string results | Jeremy Harris | |
2019-02-11 | Fix json extract operator for unfound case | Jeremy Harris | |
2019-02-11 | JSON lookup | Jeremy Harris | |
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86) | |||
2019-02-11 | EXTERNAL authenticator | Jeremy Harris | |
(cherry picked from commit c4a8c663b74a35b547d8320547079ca56b3b772e) | |||
2019-02-10 | OpenSSL: send no TLS1.3 session tickets | Jeremy Harris | |
(cherry picked from commit 09fa60df6e9929364a2c0830eff1e0f4f27ba095) | |||
2019-02-10 | OpenSSL: Debug output TLS 1.3 keying | Jeremy Harris | |
(cherry picked from commit 3c1f3b85aa4139ba062268ca958bab0dd0d64140) | |||
2019-02-10 | Docs: clean for next release | Jeremy Harris | |
2019-01-30 | Fix dkim_verify_signers option. Bug 2366exim-4.92-jghexim-4.92-RC6exim-4.92 | Mad Alex | |
Testsuite coverage by jgh. Broken-by: d342446f29 | |||
2019-01-29 | Docs: clarify quoting for $pipe_addresses | Jeremy Harris | |
The texinfo output version has single-quotes round a variable, so the sentence saying "precisely the text" was difficult to interpret. | |||
2019-01-29 | Docs: correct spamd port | Odihambo Washington | |
2019-01-27 | Add basic framework for PRDR use with per-user content filters to example ↵ | Jeremy Harris | |
config. Mostly commented-out and with dummy lookups since we do not know what sorts of filtering may be employed. (cherry picked from commit b220576b3ba5396af6b3e0f45739f269079f8fc5) | |||
2019-01-24 | Docs: crossref list-separator changing | Jeremy Harris | |
2019-01-24 | Docs: crossref dlfunc API | Jeremy Harris | |
2019-01-10 | More checks on header line length during reception | Jeremy Harris | |
2019-01-05 | Docs: tweak TLS authenticator chapter | Jeremy Harris | |
2019-01-04 | Docs: missing options | Jeremy Harris | |
Broken-by: b3ef41c94a | |||
2019-01-03 | Docs: tweak new-drivers chapter | Jeremy Harris | |
2018-12-31 | PIPE_CONNECT: fix feature-cache refresh | Jeremy Harris | |
2018-12-28 | Docs: clarify logging from filter | Jeremy Harris | |
2018-12-27 | Update Changelog for GnuTLS and TLS 1.3 Bug 2359exim-4.92-RC4 | Heiko Schlittermann (HS12-RIPE) | |
Fix is in 4896a3192ffac48885347460377edcd893eb9600 | |||
2018-12-25 | GnuTLS: repeat lowlevel read and write operations while they request retry | Andreas Metzler | |
(cherry picked from commit 06faf21f3a84a3ac4aa4f7b1512087423d8c8541) | |||
2018-12-21 | OpenSSL: clear any leftover errors from the stack after SSL_accept succeeds | Jeremy Harris | |
2018-12-20 | Grammar changes in docs | Heiko Schlittermann (HS12-RIPE) | |
2018-12-20 | spelling fixes | klemens | |
2018-12-20 | Docs: tweaks | Jeremy Harris | |
2018-12-18 | Default config: use ROUTER_SMARTHOST macro; documentexim-4.92-RC3 | Phil Pennock | |
Work around the `$host` vs CNAME issue for now by re-specifying the `tls_sni` value on the example `smarthost_smtp` transport, using the same macro which we use to turn on use of a smarthost. Uncomment both dnslookup and smarthost routers by default and let the macro choose between them. Bring the documentation of the default configuration closer to up-to-date, on this issue and others which I spotted while in there. | |||
2018-12-18 | Update Changelog for Bug 2351 | Heiko Schlittermann (HS12-RIPE) | |
2018-12-18 | Log failures to extract envelope addresses from message headers. Bug 2351 | Jeremy Harris | |
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7) | |||
2018-12-16 | doc: gsasl: be clearer that server-side only | Phil Pennock | |
2018-12-06 | Docs: SPF lookup type | Jeremy Harris | |
2018-12-05 | Send delay-MDN for any queurun past delay_warning, even if not retry time ↵ | Jeremy Harris | |
yet. Bug 2341 | |||
2018-12-01 | Harden string-list handling | Jeremy Harris | |
2018-11-28 | OpenSSL: fail the handshake when SNI processing hits a problem | Jeremy Harris | |