summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-20spelling fixesklemens
2018-12-20Docs: tweaksJeremy Harris
2018-12-18Default config: use ROUTER_SMARTHOST macro; documentexim-4.92-RC3Phil 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-18stats_for_email: Do not auto-select the release directoryHeiko Schlittermann (HS12-RIPE)
2018-12-18Re-create test/configure scriptexim-4.92-RC2Heiko Schlittermann (HS12-RIPE)
2018-12-18Update Changelog for Bug 2351Heiko Schlittermann (HS12-RIPE)
2018-12-18Log failures to extract envelope addresses from message headers. Bug 2351Jeremy Harris
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7)
2018-12-16doc: gsasl: be clearer that server-side onlyPhil Pennock
2018-12-15Fix build with content-scan enabled but all malware types disabledJeremy Harris
2018-12-14Fix parsing of option type Kint (integer, stored in K). Bug 2348Jeremy Harris
Broken-by: a45431fa71
2018-12-13sign_exim_package: do not auto-select the packages directoryexim-4.92-RC1Heiko Schlittermann (HS12-RIPE)
2018-12-13mk_exim_release: rework for dotted release schemeHeiko Schlittermann (HS12-RIPE)
2018-12-13reversion: Adapt to dotted release schemeHeiko Schlittermann (HS12-RIPE)
2018-12-13reversion: tidyHeiko Schlittermann (HS12-RIPE)
2018-12-06Docs: SPF lookup typeJeremy Harris
2018-12-05Send delay-MDN for any queurun past delay_warning, even if not retry time ↵Jeremy Harris
yet. Bug 2341
2018-12-02tidyingJeremy Harris
2018-12-02More debug in smtp transportJeremy Harris
2018-12-02Logging: outgoing_port on temporary errors for non-last hostsJeremy Harris
Also show nonstandard ports in process info for exiwhat
2018-12-01Harden string-list handlingJeremy Harris
2018-11-29Testsuite: handle change in GnuTLS cert preferenceJeremy Harris
2018-11-29Testsuite: output changes resultingJeremy Harris
Broken-by: a7a1ad1447
2018-11-29GnuTLS: fix build with older librariesJeremy Harris
Broken-by: 6aac3239b4
2018-11-27Testsuite: regenerate CA trees with 2048-bit keysJeremy Harris
This is to support RHEL 8.0 where OpenSSL dislikes 1024
2018-11-28OpenSSL: fail the handshake when SNI processing hits a problemJeremy Harris
2018-11-28TLS: Increase RSA keysize of autogen selfsign certJeremy Harris
2018-11-27Testsuite: switch ciphersuite useJeremy Harris
This is to accomodate RHEL 7, where openssl seems to not support ECDHE Kx + CAMELIA nor any of the CHACHA20s, but does support DHE Kx + CAMELIA. All we really wanted was something distinguishable from default (which is commonly ECDHE-RSA-AUE256-GCM-SHA).
2018-11-25Testsuite: ignore OCSP option output; fixes runs on non-OCSP buildsJeremy Harris
2018-11-24Fix AUTH_GSASL buildJeremy Harris
2018-11-24Avoid leaving $domain live with bogus info, during server connection startupJeremy Harris
Recent efforts to reduce string-copy ops while also avoiding using excessive memory tripped a check on freeing the still-live variable. It is unclear why the variable was set anyway, even though commented. The use was introduced between Exim 3.36 and 4.0
2018-11-21nit (typo fix; docs)Phil Pennock
2018-11-21Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2338Jeremy Harris
Relabel for commit c0fb53b74e which which had a typo in the commit message.
2018-11-21Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238Jeremy Harris
2018-11-20Docs: more on $authenticated_fail_idJeremy Harris
2018-11-20Testsuite: document noisy-comment script commandsJeremy Harris
2018-11-20Docs: add note on manualroute route-listsJeremy Harris
2018-11-20Docs: indexing of retry final-cutoffJeremy Harris
2018-11-20tidyingJeremy Harris
2018-11-17Lose more string-copy operationsJeremy Harris
2018-11-15Fix growable-string sprintfJeremy Harris
Broken-by d12746bc15
2018-11-15OpenBSD: bump dns-result buffer to 64kBJeremy Harris
This just to take out a difference in testsuite behaviour. Builds for memory-constrained devices could legitimately use 16kB.
2018-11-15Recast more internal string routines to use growable-stringsJeremy Harris
2018-11-14tidyingJeremy Harris
2018-11-13Docs: Add cross-refs for $h_<name>Jeremy Harris
2018-11-11Testsuite: account for hostname-dependent output in debug outputJeremy Harris
2018-11-11Testsuite: fix testcases for /etc/services not having smtpsJeremy Harris
2018-11-11Docs: add notes on smtpsJeremy Harris
2018-11-10Testsuite: increase retry time (for really slow test host)Jeremy Harris
2018-11-09Testsuite: avoid time-quantization issueJeremy Harris
2018-11-09Testsuite: avoid time-quantization issueJeremy Harris