summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-01-17DB: show the Berkeley DB runtime library version, for "-d -bV"Jeremy Harris
2018-01-16Logging: Receive duration on <= lines. Bug 353Jeremy Harris
2018-01-13Lookups: fix mysql lookup returns for no-data "queries",Jeremy Harris
when the number of rows affected is returned. Bug 2223 Broken-by: acec9514b1 Also enhance the testsuite mysql testcase to be standalone and move to standard-run set and add a specific testcase for this bug. Testcase working on Fedora at least - we'll see what happens on other platforms where executable locaation may vary.
2018-01-13Docs: SPF no longer ExperimentalJeremy Harris
2018-01-07DKIM: permit dkim_private_key to override dkim_strict on signing. Bug 2220Jeremy Harris
2018-01-06Logging: disable the verbose DKIM verification line by default; add a tag to ↵Jeremy Harris
<= lines. New log_selector controls "dkim" and "dkim_verbose".
2018-01-05SPF: promote from Experimental to mainline statusJeremy Harris
2018-01-05Docs: remove extraneous options from variables indexJeremy Harris
2018-01-03tidyingJeremy Harris
2018-01-01Docs: remove mention of the ClamAV "STREAM" methodJeremy Harris
2018-01-01Content scan: Remove support for the 7-year deprecated ClamAV "STREAM" methodJeremy Harris
2018-01-01Content scan: Disable "aveserver", "kavdaemon" and "mksd" in the template ↵Jeremy Harris
makefile. Bugs 1143, 1594
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2017-12-30MIME ACL: fix SMTP response for non-accept result of the ACL. Bug 2214.Jeremy Harris
As far as I can see this was broken back in 2013, f4c1088 for 4.82
2017-12-29Fix issue with continued-connections when the DNS shifts unreliablyJeremy Harris
2017-12-29Fix crash associated with dnsdb lookup done from DKIM ACL. Bug 2215Jeremy Harris
Broken-by: cc55f4208e
2017-12-28DKIM: tighter checking while parsing signature headers. Bug 2217Jeremy Harris
2017-12-24Lookups: fix pgsql multiple-row, single-column returnJeremy Harris
Report & fix from James <list@xdrv.co.uk>; additional tidying and testcase by JGH Broken-by: acec9514b1
2017-12-20ACL: Disallow '/' characters in queue names specified for "queue="Jeremy Harris
2017-12-19Merge branch '4.next'Jeremy Harris
2017-12-19Docs: clean for next releaseJeremy Harris
2017-12-19DANE: support under GnuTLS. Bug 1523Jeremy Harris
GnuTLS version 3.0.0 onwards; still Experimental
2017-12-18Testsuite: move CRL testcases away from using SHA1-signed certsJeremy Harris
2017-12-12CHUNKING: flush input stream after message-fatal error detection. Bug 2201exim-4_90_RC4exim-4_90Jeremy Harris
2017-12-08openssl guidance: install shared libraries tooPhil Pennock
2017-12-03Docs: amend warning on on lack of multiple-OCSP-proof supportJeremy Harris
2017-12-03GnuTLS: multiple server certs, OCSP stapling. Bug 2092Jeremy Harris
2017-12-03Docs: clarify smtp transport tls_verify_certificates optionJeremy Harris
2017-12-03Docs: add notes on lack of multiple-OCSP-proof supportJeremy Harris
This would be wanted for server OCSP stapling in a dual RSA/ECDSA certificate installation
2017-12-03Change log updateJeremy Harris
2017-12-02Docs: add notes on lack of multiple-OCSP-proof supportJeremy Harris
This would be wanted for server OCSP stapling in a dual RSA/ECDSA certificate installation
2017-11-28Change log updateexim-4_90_RC3Jeremy Harris
2017-11-25Replace the store_release() internal interface, which was excessively unsafe.Jeremy Harris
The new store_newblock() includes the required safety checck, plus the alocate and data-copy operations.
2017-11-25Change note for 445d03d4eaJeremy Harris
2017-11-14Docs: PRVS validity. Bug 2033exim-4_90_RC2Jeremy Harris
2017-11-11Downgrade an unfound-list name from panic to DEFER. Bug 1645Jeremy Harris
2017-11-08docs: typoJeremy Harris
2017-11-08DKIM: call ACL once for each signature matching the identity from ↵Jeremy Harris
dkim_verify_signers. Bug 2189
2017-11-07DKIM: make verification results visible in data ACLJeremy Harris
2017-11-07DKIM: Allow the DKIM ACL to override verification results. Bug 2186Jeremy Harris
This provides generic support, though is covers the need introduced by https://datatracker.ietf.org/doc/draft-ietf-dcrup-dkim-usage/?include_text=1 (deprecating sha-1 and RSA keys shorter than 1024 bits).
2017-11-07TLS: support multiple certificate files in server. Bug 2092Jeremy Harris
2017-11-03Docs: add index entryJeremy Harris
2017-11-03DKIM: better syntax for control of oversigning. Bug 2180Jeremy Harris
2017-11-02Use LDFLAGS not EXTRALIBS_EXIM; 1.0.2 needs ldl tooPhil Pennock
2017-10-31 Add macro support to -be expansion test mode. Bug 1623Jeremy Harris
2017-10-25Docs: clarify DKIM default signing. Bug 2179Jeremy Harris
2017-10-25DKIM: add builtin macro with default list of headers for signingJeremy Harris
2017-10-22Docs: expand TFO informationJeremy Harris
2017-10-21CHUNKING: Fix flush of chunk on errorJeremy Harris
2017-10-20Use safer routine for possibly-overlapping copyJeremy Harris
Fixes a logging bug seen on aarch64