summaryrefslogtreecommitdiff
path: root/test/confs
AgeCommit message (Collapse)Author
2016-08-14LMDB: introduce as Experimental. Bug 1856Andrew Colin Kissa
2016-08-09Testsuite: nail down hostname for CHUNKING test casesJeremy Harris
2016-08-06Routing: in a dnslookup, fix fail_defer_domains to defer on missing MX ↵Jeremy Harris
record. Bug 1867
2016-08-06Fix DISABLE_DKIM build & test. Fix build on systems lacking MAX in standard ↵Jeremy Harris
includes. Broken-by: 44bc8f0c2f35
2016-08-02testcases for PRDRJeremy Harris
2016-08-02testcases for TLSJeremy Harris
2016-08-02transmit with DKIMJeremy Harris
2016-08-02basic & pipelined transmit testcasesJeremy Harris
2016-08-02Callback into smtp transport for BDAT commandsJeremy Harris
2016-08-02receive flow processingJeremy Harris
2016-07-24feature advertiseJeremy Harris
2016-07-11testsuite: abstract out common conf settingsJeremy Harris
2016-07-08Testsuite: cutthrough vs. callout cacheJeremy Harris
2016-06-03Merge branch 'multiqueue_336': Named queuesJeremy Harris
2016-05-31Renumber testcase, againJeremy Harris
2016-05-30Avoid writing msglog files in -bh and -bhc modes. Bug 1804Jeremy Harris
2016-05-25Renumber testcaseJeremy Harris
2016-05-21Debug: "kill" option on ACL control=debug. Bug 1831Jeremy Harris
2016-05-21Testsuite: GnuTLS server TLD startup errors testcaseJeremy Harris
2016-05-16Logging: dnssec status on accept & delivery linesJeremy Harris
2016-05-09New $queue_name variableJeremy Harris
queue_run_max main option expanded, allowing per-queue values
2016-05-08testcaseJeremy Harris
2016-05-08testcaseJeremy Harris
2016-05-04TLS: when tls_certificates unset, generate a selfsigned certJeremy Harris
2016-04-24DANE: Remove fallback from hosts_try_dane. If TLSA record not retrieved,Jeremy Harris
do not use this host.
2016-04-07Add perl_taintmode optionHeiko Schlittermann (HS12-RIPE)
2016-04-06Pass on SIZE to cutthrough connectionJeremy Harris
2016-03-31Testsuite: move perl-dependent testcasesexim-4_87_RC7Jeremy Harris
2016-03-15Utilites: fix exim_lockJeremy Harris
Unaccountable fails to lock, seen in testsuite Fix appeared when tidying a Coverity "unchecked returncode" fault
2016-03-12Don't issue env warning if env is emptyHeiko Schlittermann (HS12-RIPE)
keep_environment needs to be mentioned in the runtime config. Setting add_environment isn't enough to suppress the warning.
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-03-03Testsuite: testcases for rejected rcpt-callout-triggered cutthroughJeremy Harris
2016-03-03Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800Jeremy Harris
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)
2016-02-10DKIM: support oversigning. Bugs 1309, 1310Jeremy Harris
2016-02-06Testsuite: avoid assuming 127.0.0.2 is a viable sending addressJeremy Harris
2016-02-04Testsuite: case should not depend on build-optionJeremy Harris
2016-02-01DKIM: replace SHA and RSA routines from gnutls, under earlier libraryJeremy Harris
versions, using libgcrypt and libtasn1 directly. Bug 1772
2016-01-18Testuite: tidyingexim-4_87_RC3Jeremy Harris
2016-01-17Restrict line lengths in bounces. Bug 1760Jeremy Harris
2016-01-16VRFY: Permit an ACL to override the default 252 response, to supportJeremy Harris
verify-by-ACL instead of the more usual verify-by-routers. Bug 1769
2016-01-11Testsuite: split out conf for -bP test and lose dependency on Proxy/SocksJeremy Harris
2016-01-05DKIM: fix base64 decode to ignore whitespace; needed for private-key inputJeremy Harris
from file. Use this for general-purpose b64decode also. Testsuite: DKIM signing testcase
2015-12-30Support certificates in base64 expansion operator. Bug 1762Jeremy Harris
2015-12-27Testsuite: testcase for -bPJeremy Harris
2015-12-20dnslists: permit use with explicit key(s) in nonsmtp ACLs. Bug 1748Jeremy Harris
2015-12-17Fix hosts_connection_nolog ensuring that sender_host_cache is notJeremy Harris
incorrectly filled in by the daemon, where the sender_host will be varying.
2015-12-17DANE: do not override a cert verify failure, in callback. Also fix some ↵Jeremy Harris
test mistakes
2015-12-16Testsuite: GnuTLS version changesJeremy Harris
2015-12-12Testsuite: add testcase for Redis. Bug 1755Jeremy Harris