summaryrefslogtreecommitdiff
path: root/test/confs
AgeCommit message (Collapse)Author
2015-09-29Testsuite: nail testcase to ipv4 to avoid output difference in 4+6 environmentJeremy Harris
2015-09-22Testsuite: move regex testcase to Content-scanning sectionJeremy Harris
2015-09-20Testsuite: remove unused acl option from testcaseJeremy Harris
Fixes case-fail on non-contentscan builds.
2015-09-19Retry: always use interface, if set, for retry DB key. Bug 1678Jeremy Harris
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct.
2015-09-17DNS: time-limit cached returns, using TTL. Bug 1395Jeremy Harris
This can matter for fast-changing data such as DNSBLs.
2015-09-12New $callout_address variable to record spamd (etc) address. Bug 1652Jeremy Harris
2015-09-09DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686Jeremy Harris
2015-09-08 Capture substrings in ACL regex= . Bug 425.Jeremy Harris
2015-09-03Testsuite: a DSN case for a remote-MTA specified by name rather than IPJeremy Harris
2015-08-21Remember the fail reason for verify=headers_syntax. Bug 264Jeremy Harris
2015-06-22Testsuite: Add a first test for dns_trust_aaHeiko Schlittermann (HS12)
2015-06-10Testsuite: additional EC encryptions seenJeremy Harris
2015-06-10Testsuite: Increase test delays and retry rule timesJeremy Harris
to allow slow hosts more reliable testing
2015-06-09Testsuite: avoid IPv6 to avoid "no route to host" log linesJeremy Harris
2015-06-08Truncate delay when peer closes connection. Bug 348Jeremy Harris
This is now possible on Linux, at least.
2015-06-07Testsuite: avoid IPv6 interfaces to avoid extra debug stderr linesJeremy Harris
2015-06-04TLS authenticatorJeremy Harris
2015-05-27Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346Jeremy Harris
2015-05-26TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397Phil Pennock
Original by Phil Pennock; tweaked by JH.
2015-05-20Testsuite: Check debug message if we requested AD but got AAHeiko Schlittermann (HS12)
2015-05-19Change HELO-verify forward case from byname to bydns and add DNSSEC trackingJeremy Harris
2015-05-13Testsuite: Check dnssec_{request,require}_domains for dnslookupHeiko Schlittermann (HS12)
2015-05-11Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588Jeremy Harris
Normally benign, it bites when the pair was led to by a CNAME; modern usage is to not canoicalize the domain to a cname target (and we were inconsistent anyway for A-only vs AAAA+A).
2015-05-07 Log lengthy DNS lookups. Bug 514Jeremy Harris
Original by <derrick.rice@gmail.com>, massaged by JH
2015-05-06Log reason for defer, on a hostlist dns-lookup temporary error. Bug 1328Jeremy Harris
2015-05-04I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420Jeremy Harris
2015-04-21UTF8: mua_wrapperJeremy Harris
2015-04-21UTF8: MSA calloutsJeremy Harris
2015-04-21UTF8: MSA downconversionsJeremy Harris
2015-04-18Testsuite: split out tests requiring IPv6Jeremy Harris
2015-04-13UTF8: split up testcasesJeremy Harris
2015-04-12tlsJeremy Harris
2015-04-12recipient verify calloutJeremy Harris
2015-04-12bounce messageJeremy Harris
2015-04-12smtp output, no remote supportJeremy Harris
2015-04-12smtp outputJeremy Harris
2015-04-12smtp inputJeremy Harris
2015-04-12A-label expansion operatorsJeremy Harris
2015-03-24Use TLS by default on callouts/cutthroughsJeremy Harris
2015-03-24Fix default-port TLSA lookup done by callout. Bug 1602Jeremy Harris
2015-03-15When trying spooled messages, account for the local-interface in grouping ↵Julian Brown
for a connection. Bug 1141
2015-03-15SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590Jeremy Harris
2015-02-27 Add retry type "lookup". Bug 1566Jeremy Harris
Also add dnslookup router option "fail_defer_domains" to support it.
2015-02-22Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608Jeremy Harris
2015-02-18Testsuite: permit use of IPv6 loopbackJeremy Harris
2015-02-15SpamAssassin: replace "backup" option on server spec with "pri=<N>". Bug 670Jeremy Harris
2015-02-14OpenSSL: Capture peercert/dn in mainline not verify-callback. Bug 1571Jeremy Harris
2015-02-09Add retry option to clamd and spamd. Bug 392Jeremy Harris
2015-01-29List separator specifiers in router/transport headers_add/remove. Bug 1581Jeremy Harris
2015-01-25Support Rspamd. Patch from Andrew Lewis, lightly editorialisedAndrew Lewis
by JH. Bug 1573