summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-07-25Docs: add caution on spamd_addressJeremy Harris
2016-07-24DKIM: error verification on missing tags. Bug 1853mrgus
2016-07-10Cutthrough: expand transport dkim_domain option when testing for dkim signingJeremy Harris
2016-07-08Cutthrough: disable on >1 addr from routing, and on verify option ↵Jeremy Harris
success_on_redirect
2016-06-23Docs: Fix TypoHeiko Schlittermann (HS12-RIPE)
2016-06-04Docs: fix typoes for dnssec_require_domains. Bug 1842Jeremy Harris
2016-06-03doc tweaksJeremy Harris
2016-06-03Merge branch 'multiqueue_336': Named queuesJeremy Harris
2016-06-03Doc: fix minor typos, clarifications (extract)Heiko Schlittermann (HS12-RIPE)
2016-06-03Docs fixJeremy Harris
2016-06-02Expansions: add ${sha3:<string>} itemJeremy Harris
2016-06-02Add support for ${sha256:<string>}Jeremy Harris
2016-05-31Disallow queue= modifier from DATA ACLJeremy Harris
2016-05-30Avoid writing msglog files in -bh and -bhc modes. Bug 1804Jeremy Harris
2016-05-25Accept "exim -bp -qGname"Jeremy Harris
2016-05-24Fix crash in VRFY handling for an unqualified name. Bug 1836Jeremy Harris
Introduced-by: 4f6ae5c314e5
2016-05-21Debug: "kill" option on ACL control=debug. Bug 1831Jeremy Harris
2016-05-17TLS: retire obsolete options gnutls_require_{kx,mac,proto)Jeremy 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-08periodic queue runnerJeremy Harris
2016-05-08loggingJeremy Harris
2016-05-08testcaseJeremy Harris
2016-05-07ACL modifierJeremy Harris
2016-05-07Command-line optionsJeremy Harris
2016-05-06Avoid exposing passwords in log, on failing ldap lookup expansion. Bug 165Jeremy Harris
2016-05-04Avoid exposing passwords in log, on failing ldap lookup expansion. Bug 165Jeremy Harris
2016-05-04TLS: when tls_certificates unset, generate a selfsigned certJeremy Harris
2016-04-27Delivery: quieten smtp transport conn reuse vs. delivery race. Bug 1810Jeremy Harris
The fix is in deliver.c only. The remainder is just tidying.
2016-04-24DANE: Remove fallback from hosts_try_dane. If TLSA record not retrieved,Jeremy Harris
do not use this host.
2016-04-20Doc: fix minor typosHeiko Schlittermann (HS12-RIPE)
2016-04-14Docs: add note on list-splittingJeremy Harris
2016-04-10Docs: fix URLJeremy Harris
2016-04-08Doc: change in proxy variable names. Bug 1813Andrew Colin Kissa
2016-04-07Add perl_taintmode optionHeiko Schlittermann (HS12-RIPE)
2016-04-06ACL: remove obsolete demime conditionJeremy Harris
2016-04-06Pass on SIZE to cutthrough connectionJeremy Harris
2016-04-06Docs: Clean for next releaseJeremy Harris
2016-04-02 Copyright year updates (things touched in 2016)Jeremy Harris
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2016-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/)
2016-03-30Typo fix.Andreas Metzler
messsage -> message receved -> received Found/reported by Vincent Lefevre in <https://bugs.debian.org/819482>.
2016-03-24Doc: Improve clarity on -beHeiko Schlittermann (HS12-RIPE)
2016-03-14Docs: cuttthrough loggingJeremy Harris
2016-03-12Doc: Minor clarifications about the environmentHeiko Schlittermann (HS12-RIPE)
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-10Doc: clarify -nHeiko Schlittermann (HS12-RIPE)
2016-03-10Extend configure.sample and the relevant spec partHeiko Schlittermann (HS12-RIPE)
2016-03-09String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807Jeremy Harris
Broken-by: 82dbd37 In "skipping" mode when parsing an expansion we want to avoid expanding the arguments, as the data for expansion is not necessarily valid. This bit us previously for an extract within an "if inlist". But the number of args for ${extract } depends on the expanded value of the first arg. Retreat from strict parsing and just line up the outer braces, accepting any number of args while skipping. The separate non-skipping execution will do the proper checking.
2016-03-09Store the initial working directory, expand $initial_cwd. Bug 1805Heiko Schlittermann (HS12-RIPE)
2016-03-09Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578Jeremy Harris
Broken-by: bc3c7bb7d4ab
2016-03-07tidying: coverity issuesexim-4_87_RC6Jeremy Harris