summaryrefslogtreecommitdiff
path: root/test/confs/5400
AgeCommit message (Collapse)Author
2016-09-05Cutthrough: option to reflect 4xx errors from target to initiatorJeremy Harris
2016-07-11testsuite: abstract out common conf settingsJeremy Harris
2016-03-03Cutthrough: Reflect 5xx recipient reject from target to originatorJeremy Harris
When connection not opened by verify and target hard-rejects a RCPT, the reject was not being passed to the originating system (just the cutthrough connection was being dropped). Fix this.
2016-02-18Fix CVE-2016-1531exim-4_87_RC4Heiko Schlittermann (HS12-RIPE)
Add keep_environment, add_environment. Change the working directory to "/" during the early startup phase. (cherry picked from commit 2b92b67bfc33efe05e6ff2ea3852731ac2273832) (cherry picked from commit 14b82c8b736c8ed24eda144f57703cb9feac6323) (cherry picked from commit 9ca92d0c6e9c6f161bd8111366c6952d3a9315e2) (cherry picked from commit 0020c6d9ecfd98ed7b2b337ed4f898fdc409784b) (cherry picked from commit e8f96966360ea8867ad6a8b5affda6c37fa4958c) (cherry picked from commit ef6fb807c1e1a665f444f644c60c77269f7c5209)
2015-11-08TLS: Default tls_advertise_hosts to "*". Bug 1709Jeremy Harris
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
2015-02-18Testsuite: permit use of IPv6 loopbackJeremy Harris
2015-01-20Multi-recipient cutthrough delivery. Bug 1542Jeremy Harris
Testing and fixes by: Heiko Schlittermann <hs@schlittermann.de>
2015-01-12Disable identd (rfc1413) lookups by defaultJeremy Harris
2014-03-16Support transport-added headers under cutthrough delivery. Bug 1431Jeremy Harris
2012-06-04Add testcase for callout fallback from ESMTP to SMTP.Jeremy Harris
2012-06-04Testsuite cases for basic cutthrough_delivery.Jeremy Harris
Also fixed bug where a predata acl was required for cutthrough.