summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-04-25GnuTLS 3.6.7 cipher stringsJeremy Harris
2019-04-25Use unsigned when creating bitmasks in macrosJeremy Harris
2019-04-19exigrep: do case sensitive option processing again. Closes 2392Heiko Schlittermann (HS12-RIPE)
-M (--related) was hidden by -m (--man), because of case insensitive option matching. (4.90 … 4.92 did case insensitive option processing) Thanks to Andreas Metzler for reporting this issue.
2019-04-18Use message_id for tempfile creation Closes 2390Heiko Schlittermann (HS12-RIPE)
Make tempfile names unique across Exim instances running in a cluster on a shared $spool_directory. (They need to set localhost_number to have cluster-unique message_exim_ids.)
2019-04-12Docs: Remove GNUmake idioms from Makefile, give power to "mv"Heiko Schlittermann (HS12-RIPE)
On at least one *BSD system, /tmp is owned by root:wheel and files created there are owned by <creator>:wheel. The following mv /tmp/<tmpfile> to an existing file with other permissions fails for the non-privileged user.
2019-04-05tidyingJeremy Harris
2019-04-05Logging: close logfile when non-smtp input is taking a long time. Bug 1891Jeremy Harris
2019-04-01Fix build with recent LibreSSL, when including DANE. Bug 2386Jeremy Harris
2019-03-30DMARC: check for empty filename for TLD file. Patch testsuite to not break ↵Jeremy Harris
on missing default TLD file.
2019-03-22Fix "-bP smtp_receive_timeout". Bug 2384Jeremy Harris
2019-03-21Harden plaintext authenticatorJeremy Harris
2019-03-19OpenSSL: Fix aggregation of messages.Jeremy Harris
Broken-by: a5ffa9b475
2019-03-18Logging: fix initial listening-on log lineJeremy Harris
2019-03-16Add caseless option to verify=not_blind. Bug 2356Simon Arlott
2019-03-15Retire EXPERIMENTAL_REQUIRETLSJeremy Harris
2019-03-15Docs: more indexing for daemon-reloadJeremy Harris
2019-03-14Fix crash from SRV lookup hitting a CNAMEJeremy Harris
2019-03-13doc: Clarify the IPv4-mapped IPv6 lookups.Heiko Schlittermann (HS12-RIPE)
Credits to Andreas Metzler <eximusers@bebt.de>.
2019-02-26Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris
2019-02-26Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris
2019-02-19TLS: refactor client-start interfaceJeremy Harris
2019-02-18Fix expansions for RFC 822 addresses having comments in local-part and/or ↵Jasen Betts
domain. Bug 2375
2019-02-16GnuTLS: Fix client detection of server reject of client cert under TLS1.3Jeremy Harris
2019-02-14Docs: update DKIM standards infoJeremy Harris
2019-02-12Fix transport buffer size handlingJeremy Harris
Broken-by: 59932f7dcd
2019-02-12Logging: created Message-IDs. Selectors for created and all IDs. Bugs 219, ↵Jeremy Harris
1840, 2339
2019-02-11DKIM: ensure that dkim_domain elements are lowercased before use. Bug 2371Jeremy Harris
(cherry picked from commit f3c73adaa541ae54092467a29668ac32894ef1dc)
2019-02-11Docs: extra detail on proxy-protocolJeremy Harris
(cherry picked from commit 5376b7ca07e9b00e2552f33270e79c59840a9778)
2019-02-11TLS: add variables for the IETF standard name for the connection ciphersuiteJeremy Harris
(cherry picked from commit ffc3d145e3819e1a3762caa1bbe8b07e723fbaf2)
2019-02-11Debug: config file name & line number for each ACL verbJeremy Harris
(cherry picked from commit 9e160d8100cd15517a3444c1ad8ab81e51399582)
2019-02-11JSON: add iterative conditions for arraysJeremy Harris
(cherry picked from commit c5c57c4eafde32a0632c2a00bdc634860fc5d06d)
2019-02-11JSON: add jsons extract variant, to strip quotes from string resultsJeremy Harris
2019-02-11Fix json extract operator for unfound caseJeremy Harris
2019-02-11JSON lookupJeremy Harris
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86)
2019-02-11EXTERNAL authenticatorJeremy Harris
(cherry picked from commit c4a8c663b74a35b547d8320547079ca56b3b772e)
2019-02-10OpenSSL: send no TLS1.3 session ticketsJeremy Harris
(cherry picked from commit 09fa60df6e9929364a2c0830eff1e0f4f27ba095)
2019-02-10OpenSSL: Debug output TLS 1.3 keyingJeremy Harris
(cherry picked from commit 3c1f3b85aa4139ba062268ca958bab0dd0d64140)
2019-02-10Docs: clean for next releaseJeremy Harris
2019-01-30Fix dkim_verify_signers option. Bug 2366exim-4.92-jghexim-4.92-RC6exim-4.92Mad Alex
Testsuite coverage by jgh. Broken-by: d342446f29
2019-01-29Docs: clarify quoting for $pipe_addressesJeremy Harris
The texinfo output version has single-quotes round a variable, so the sentence saying "precisely the text" was difficult to interpret.
2019-01-29Docs: correct spamd portOdihambo Washington
2019-01-27Add 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-24Docs: crossref list-separator changingJeremy Harris
2019-01-24Docs: crossref dlfunc APIJeremy Harris
2019-01-10More checks on header line length during receptionJeremy Harris
2019-01-05Docs: tweak TLS authenticator chapterJeremy Harris
2019-01-04Docs: missing optionsJeremy Harris
Broken-by: b3ef41c94a
2019-01-03Docs: tweak new-drivers chapterJeremy Harris
2018-12-31PIPE_CONNECT: fix feature-cache refreshJeremy Harris
2018-12-28Docs: clarify logging from filterJeremy Harris