summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-03-02Fix docs, `dns_dnssec_ok` not `dns_use_dnssec`Phil Pennock
The variable rename in 4.82 PP/19 (commit 0fbd9bff) was incomplete, I missed changing the documentation. :(
2014-01-14Bugzilla 1433: Fix DMARC SEGVWolfgang Breyha
Properly escape value passed to expand_string(). Check for NULL return from expand_string().
2014-01-07Copyright year updates:Phil Pennock
vi $(git whatchanged --since=2013-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/) Did 2014 first, since otherwise every file I touched to update to 2013 would show as changed in 2014. Last invocation logged to git was during 2012. Will need to be more careful if auditing next year.
2014-01-07Copyright year updates: 2014Phil Pennock
vi $(git whatchanged --since=2014-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/)
2014-01-05Document (and enforce) that DKIM-signing is not supported in cobination with ↵Jeremy Harris
cutthrough routing
2014-01-05Documant the non-support of header manipulation in post-RCPT ACLs in ↵Jeremy Harris
combination with cuttrhough. Add check and paniclog attempts to do so. Bug 1411 (WONTFIX).
2014-01-05Explicitly disable cutthrough on transports having filtersJeremy Harris
2014-01-05Explicitly disable cutthrough on transports having filtersJeremy Harris
2013-12-30Proxy negotiation saves socket timeout values.Todd Lyons
Rename proxy expansions conforming to Exim standards. Update documentation to reflect rename. Seperate restore socket function
2013-12-22Add ${listextract {n}{list}...}Jeremy Harris
2013-12-07Clarify interaction of delay_warning and retry configuration.Jeremy Harris
2013-11-30Proxy Protocol - Server supportTodd Lyons
Initial conf setting and expansions Logging setting whether to record proxy host, off by default Put PROXY processing before connect ACL Fix incoming address logging Add Proxy Protocol to ChangeLog Set window for Proxy Protocol header to be sent Update docs and EDITME.
2013-11-19Fix ldap option setting.Todd Lyons
Some client libs set a global context, newer client libs set a global default which then needs to be reloaded.
2013-11-10Fix memory management vs. acl-as-conditionalJeremy Harris
2013-11-10spec: TLS certificates: avoid MD5Phil Pennock
Make it clearer in the spec, where talking about certificates, that MD5 in certs is a really Quite Bad idea.
2013-11-07Portability fix for Solaris without xpg4 utilitiesTony Finch
2013-11-05Put back a required .new/.wen stanzaTodd Lyons
2013-11-05Prep docs/markup for next release cycleTodd Lyons
2013-11-05Explain the TLS cleanup bug in the ChangeLogTony Finch
2013-10-24Doc/Spec: section "Trust in configuration data"exim-4_82Phil Pennock
2013-10-22Bug 1400: Fix GnuTLS PKCS11 issuesTodd Lyons
Can disable PKCS11 in Makefile with AVOID_GNUTLS_PKCS11 build flag. Rename gnutls_enable_pkcs11 option to gnutls_allow_auto_pkcs11. Update Changelog
2013-10-19Bugzilla 1402 - Handle upper case chars in testsTodd Lyons
Test 533 fails if there are any upper case chars in the path to the test suite. Added caseful_local_part=true to the router which calls the pipe.
2013-10-13Fix listnamed doc typosJeremy Harris
2013-10-13Cross-ref av_scanner syntax to list syntaxJeremy Harris
2013-10-09Added missing .new/.wen in spec.xpftexim-4_82_RC3Todd Lyons
2013-10-09Documentation for multiple TCP clamd serversTodd Lyons
2013-10-08Bug 1150: Enhance docs for ${addresses:} expansionTodd Lyons
2013-10-07Fix TPDA text.Jeremy Harris
Credit Axel Rau for careful proofreading.
2013-10-06Merge branch 'master' of ssh://git.exim.org/home/git/eximTodd Lyons
2013-10-06Bug 1289: Clarify host list processing failuresTodd Lyons
Enhance explanation of +ignore_unknown.
2013-10-06Typo in docs: routing rules mentioned in retry rules section. Bug 1349Jeremy Harris
2013-10-06Make smtp_accept_max_per_connection option text searchable. Bug 1361Jeremy Harris
Same fix as for 1197; abandon attempt to permit intelligent wrapping of the text
2013-10-05Add exiqsumm fix to ChangeLogTodd Lyons
2013-10-03Fix DKIM variable name in documentation.Ted Cooper
2013-10-03Filter xfpt needs new macro tooTodd Lyons
2013-10-03Finish the xfpt fix.Phil Pennock
The readers of the version expect no surrounding whitespace; putting the content in-place requires macro expansion, which requires that .literal mode be `layout` or `off`, but either of those will escape the XML angle brackets. The easiest fix is to generate the XML as part of the macro definition. Moved local_params rules out of Makefile and into GenLocalParams
2013-10-03Mention Redis lookup in NewStuffTodd Lyons
2013-10-02Fix docbook paths for xml generationTodd Lyons
2013-10-01Bugzilla 1217: Experimental Redis lookupTodd Lyons
Add want_experimental() test in the script to create the lookups Makefile to ease detection of requested Experimental features, and simplify the #ifdef guards in the redis.c.
2013-09-30Merge branch 'patch-3' of https://github.com/bes-internal/exim into ↵Todd Lyons
master_dmarc_doc
2013-09-30Added documentation of features, acknowledgementsTodd Lyons
2013-09-30Add ratelimit doc addition to ChangeLogTodd Lyons
2013-09-30Bug 1031: Experimental TPDAJeremy Harris
Remove whitespace
2013-09-30fix dmarc_status condition documentationbes-internal
2013-09-28Correct spelling of dmarc_disable_verifyJeremy Harris
2013-09-27Document hexquote & udpsend in NewStuff/ChangeLogPhil Pennock
Tony documented his new features in 7a5698fa; this change simply adds them to the list of things that have changed.
2013-09-26Clarify CL: the CVE security fix already in 4.80.1Phil Pennock
On re-reading the text for 4.82, it read as though there were a new security fix which might require an upgrade. Clarified that this fix has already been released (in 4.80.1).
2013-09-24Additions to the NewStuff summary fileTodd Lyons
2013-09-23Add documentation for new $authenticated_fail_idTodd Lyons
2013-09-22Bug 1287 - Fix tls_require_certTodd Lyons