summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-06-03Docs: tweak "sock" malware interface descriptionJeremy Harris
2017-06-03Fix crash in transport, on second smtp-connect fail for a list of target hostsJeremy Harris
Reported as the sequence: 1MX: 554 on connect (banner) 2MX: TCP conn timeout
2017-06-02Docs: add missing dollarsignJeremy Harris
2017-05-30Malware: make "sock" cmdline default usable. Bug 2111Jeremy Harris
2017-05-26doc: string2 not expanded, don't imply otherwisePhil Pennock
A simple reading which skips the later paragraph would mislead people; this was remnant text from before the EXPAND_LISTMATCH_RHS changed the default behaviour. A couple of paragraphs later we contradicted this now-misleading parenthetical, but that's not enough. Nuke it.
2017-05-20Use DH_bits for OpenSSL 1.1.0Phil Pennock
Fixes bug 2095
2017-05-19TLS: PIPELINING under OpenSSLJeremy Harris
2017-05-17TLS: do decent PIPELINING under TLS, at least with GnuTLSJeremy Harris
I've not found an equivalent in OpenSSL of gnutls_record_cork() nor gnutls_record_check_pending() yet.
2017-05-09Add option commandline_checks_require_adminPhil Pennock
May help with scenarios already so broken that bug report 2118 is actually an issue (Wordpress vuln).
2017-05-06Enable use of sendfile on FreeBSDJeremy Harris
2017-05-06Teach SMTP input sync check ("input sent too soon") about SMTP input bufferingJeremy Harris
2017-05-06Docs: add note on Received-By: header creation under cutthroughJeremy Harris
2017-04-30Fix continue_more on TLS connection. Bug 2104Jeremy Harris
2017-04-30Docs: more info on wire-format spoolfilesJeremy Harris
2017-04-29Docs: describe operation of continued-connection TLSJeremy Harris
2017-04-28Support wire-format spoolfilesJeremy Harris
2017-04-26Enable use of sendfileJeremy Harris
2017-04-24Docs: add 8BITMIME status field to log line infoJeremy Harris
2017-04-24Docs: note that dkim_domain can take a list for signingJeremy Harris
2017-04-23DKIM: avoid use of temporary file for signingJeremy Harris
2017-04-18CHUNKING: pipeline data right after the BDAT commandJeremy Harris
2017-04-15Transport: fix smtp under combo of mua_wrapper and limited max_rcptJeremy Harris
2017-04-12$SOURCE_DATE_EPOCH support for build date stampPhil Pennock
If, and _only_ if, $SOURCE_DATE_EPOCH is found in environ during build, use it to set the timestamp embedded in the binary instead of using __DATE__ and __TIME__ cpp directives. This per <https://reproducible-builds.org/specs/source-date-epoch/> spec. It's sane and sensible, without removing date stamping which matters. The examples encourage packagers to use timestamps which do change when they backport patches, so that the date remains useful for distinguishing builds instead of claiming one date forever across multiple patchlevels. This change written so that the old behaviour and code is used if the environment variable is not found, to better continue to support ancient platforms with other variants of date(1). Built with and without an override, on macOS.
2017-04-10Remove references to some csx.cam sitesNigel Metheringham
The ftp.csx.cam.ac.uk server is no longer authoratative not even up to date. The training courses are no longer happening.
2017-04-03Docs: expand descriptiong of control=debugJeremy Harris
2017-04-02Openssl: disable session-tickets by default and session-cache alwaysJeremy Harris
2017-04-02Docs: fix definition of msg:fail:delivery eventJeremy Harris
2017-03-24Documentation: replace http by https where possibleHeiko Schlittermann (HS12-RIPE)
I didn't change the schema for external links. This needs further checking if the content of https://… matches the content of http://…
2017-03-22tidyingJeremy Harris
2017-03-22Doc: clarify location of DMARC dmarc_tld_fileHeiko Schlittermann (HS12-RIPE)
2017-03-21Callouts: a "hold" option for receipient-verify, which keeps the connection ↵Jeremy Harris
open both for further recipients and for eventual delivery.
2017-03-21Logging: make cipher info available for continued-TLS connection deliveriesJeremy Harris
2017-03-18Expansions: check numeric values of IPv4 address componentsJeremy Harris
2017-03-15Logging: mark continued-TLS connection deliveries with "X-*"Jeremy Harris
2017-03-12Malware: new connection type "f-prot6d" for FPSCAND protocol over TCPAndrew Colin Kissa
2017-03-12Docs: fix description of tls_advertise_hostsJeremy Harris
2017-03-11uClibc does not contain gnu/libc-version.hBernd Kuhls
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2017-03-08Shorten long daemon-startup log linesJeremy Harris
2017-03-08Docs: fix macro typoJeremy Harris
2017-03-07Delivery: contined-connection maintaining TLSJeremy Harris
2017-03-07Docs: clean for next releaseJeremy Harris
2017-03-03openssl.txt: stamp RPATH into library tooPhil Pennock
2017-02-28Document Jeremy's ref-count bug-fix as 4.89 JH/19Phil Pennock
2017-02-28Docs: add more Redis infoJeremy Harris
2017-02-27Docs: tidy a tableJeremy Harris
2017-02-26Add option to control use of shutdown by ${readsocket }. Bug 400Jeremy Harris
2017-02-26ChangeLog entry JH/18; applying to 4.89 releasePhil Pennock
2017-02-25DKIM: rework error logging to pass strings back to caller for logging. Bug 966Jeremy Harris
2017-02-25Memory Management: new main-section config option "debug_store" to control ↵Jeremy Harris
extra internal checking (cherry picked from commit 10919584f8ad580434442c7d971083f91c315bc0) Signed-off-by: Phil Pennock <pdp@exim.org>
2017-02-23Docs: clarify non-applicability of the tls_eccurve option to GnuTLSJeremy Harris