Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-27 | Testsuite: allow for sudo -u <user> in test scripts | Heiko Schlittermann (HS12-RIPE) | |
2015-10-27 | Manualroute: use same host for all RCPTs of a message, even under ↵ | Eric Andresen | |
hosts_randomize. Bug 830 Patch from author adjusted by JH to retain MX priorities when /MX indirection is used. | |||
2015-10-26 | Testsuite: followon -bt output changes | Jeremy Harris | |
2015-10-26 | Testsuite: deal better with -bt output and long test-system ipv4 addresses | Jeremy Harris | |
2015-10-25 | Pipe transport: fix log_defer_output option. Bug 840 | Jeremy Harris | |
2015-10-13 | Log deferred deliveries for transport max_parallel | Jeremy Harris | |
2015-10-13 | max_parallel transport option | Jeremy Harris | |
2015-09-30 | Testsuite: nail testcase to ipv4 to avoid output difference in non-6 build | Jeremy Harris | |
2015-09-29 | Testsuite: nail testcase to ipv4 to avoid output difference in 4+6 environment | Jeremy Harris | |
2015-09-22 | Testsuite: move regex testcase to Content-scanning section | Jeremy Harris | |
2015-09-20 | Testsuite: remove unused acl option from testcase | Jeremy Harris | |
Fixes case-fail on non-contentscan builds. | |||
2015-09-19 | Retry: always use interface, if set, for retry DB key. Bug 1678 | Jeremy Harris | |
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct. | |||
2015-09-17 | DNS: time-limit cached returns, using TTL. Bug 1395 | Jeremy Harris | |
This can matter for fast-changing data such as DNSBLs. | |||
2015-09-14 | Add the Exim version to process info (exiwhat) | Heiko Schlittermann (HS12-RIPE) | |
2015-09-13 | Testsuite: output changes resulting from 055e2cb463e4 | Jeremy Harris | |
2015-09-12 | New $callout_address variable to record spamd (etc) address. Bug 1652 | Jeremy Harris | |
2015-09-09 | DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686 | Jeremy Harris | |
2015-09-08 | Capture substrings in ACL regex= . Bug 425. | Jeremy Harris | |
2015-09-03 | Testsuite: a DSN case for a remote-MTA specified by name rather than IP | Jeremy Harris | |
2015-08-21 | Remember the fail reason for verify=headers_syntax. Bug 264 | Jeremy Harris | |
2015-08-19 | Testsuite: auto-detect the Exim binary in ../src/build* | Heiko Schlittermann (HS12) | |
2015-08-19 | Testsuite: Update README about flavours | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Testsuite: Update debian8 flavour for 5600 | Heiko Schlittermann (HS12-RIPE) | |
2015-08-14 | Improve the consistency of logging incoming and outgoing interfaces. | Tony Finch | |
The I= interface field on outgoing lines is now after the H= remote host field, same as incoming lines. There is a separate outgoing_interface log selector which allows you to disable the outgoing I= field. (slight massaging by JH) | |||
2015-08-13 | Testsuite: Add short help to server | Heiko Schlittermann (HS12) | |
2015-08-10 | Testsuite: Add test for MAIL with spaces + options | Heiko Schlittermann (HS12) | |
2015-08-06 | Dup GnuTLS test to OpenSSL | Jeremy Harris | |
2015-08-05 | Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test ↵ | Jeremy Harris | |
utility unless wanted | |||
2015-08-02 | Testsuite: pass GnuTLS despite OCSP whining | Jeremy Harris | |
2015-08-02 | Testsuite: Add testcase for OCSP-nonaware client, to supporting server. Bug ↵ | Jeremy Harris | |
1664 The logfile here is for (I hope) the passing case, though the fixed GnuTLS library is not yet available. Also due to the bug, client-gnutls is not usable for the test; client-openssl must be used - meaning that a GnuTLS-only system cannot run the testcase: OCSP-GnuTLS/5650 OCSP stapling, server ** Command 15 ("client-ssl", starting at line 98) ** Return code 127 (expected 0) | |||
2015-06-22 | Testsuite: Add a first test for dns_trust_aa | Heiko Schlittermann (HS12) | |
2015-06-22 | Testsuite: fakens may return AUTHORITY records | Heiko Schlittermann (HS12) | |
If an entry in db.<zone> is prefixed with "AA ", fakens will put a valid NS record into the AUTHORITY section of the returned packet. This will be used by dns_trust_aa checks. | |||
2015-06-10 | Testsuite: additional EC encryptions seen | Jeremy Harris | |
2015-06-10 | Testsuite: Increase test delays and retry rule times | Jeremy Harris | |
to allow slow hosts more reliable testing | |||
2015-06-09 | Testsuite: less agressive PID-hiding | Jeremy Harris | |
2015-06-09 | Testsuite: quietening | Jeremy Harris | |
2015-06-09 | Testsuite: avoid IPv6 to avoid "no route to host" log lines | Jeremy Harris | |
2015-06-08 | Truncate delay when peer closes connection. Bug 348 | Jeremy Harris | |
This is now possible on Linux, at least. | |||
2015-06-07 | Testsuite: avoid IPv6 interfaces to avoid extra debug stderr lines | Jeremy Harris | |
2015-06-04 | TLS authenticator | Jeremy Harris | |
2015-05-27 | Testsuite: Add $USER to env if missing | Heiko Schlittermann (HS12) | |
2015-05-27 | Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346 | Jeremy Harris | |
2015-05-26 | TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397 | Phil Pennock | |
Original by Phil Pennock; tweaked by JH. | |||
2015-05-23 | New ${env {NAME}} expansion. Bug 1604 | Jeremy Harris | |
2015-05-23 | Testsuite: move test.again.dns and test.fail.dns handling to fakens | Jeremy Harris | |
2015-05-23 | tidying | Jeremy Harris | |
2015-05-22 | DANE: do not fail/defer message due to TLSA lookup but dane is only requested | Jeremy Harris | |
2015-05-21 | Fix DANE for multiple-MX when all TLSA lookup defer. Bug 1634 | Jeremy Harris | |
2015-05-20 | Testsuite: Check debug message if we requested AD but got AA | Heiko Schlittermann (HS12) | |
2015-05-20 | Testsuite: Add support for authoritive answer to fakens | Heiko Schlittermann (HS12) | |