summaryrefslogtreecommitdiff
path: root/doc/doc-docbook
AgeCommit message (Collapse)Author
2019-05-09Docs: add index entry for string-concatenationJeremy Harris
2019-05-07Add main option exim_versionHeiko Schlittermann (HS12-RIPE)
There might be reasons to cheat about the Exim version you're running. (Think of stupid security scanners.)
2019-05-02TLS: Session resumption, under the EXPERIMENTAL_TLS_RESUME build option.Jeremy Harris
2019-04-12Docs: Remove GNUmake idioms from Makefile, give power to "mv"Heiko Schlittermann (HS12-RIPE)
On at least one *BSD system, /tmp is owned by root:wheel and files created there are owned by <creator>:wheel. The following mv /tmp/<tmpfile> to an existing file with other permissions fails for the non-privileged user.
2019-03-16Add caseless option to verify=not_blind. Bug 2356Simon Arlott
2019-03-15Docs: more indexing for daemon-reloadJeremy Harris
2019-03-13doc: Clarify the IPv4-mapped IPv6 lookups.Heiko Schlittermann (HS12-RIPE)
Credits to Andreas Metzler <eximusers@bebt.de>.
2019-02-26Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris
2019-02-26Docs: Add note on lsearch for IPv4-mapped IPv6 addressesJeremy Harris
2019-02-14Docs: update DKIM standards infoJeremy Harris
2019-02-12Logging: created Message-IDs. Selectors for created and all IDs. Bugs 219, ↵Jeremy Harris
1840, 2339
2019-02-11DKIM: ensure that dkim_domain elements are lowercased before use. Bug 2371Jeremy Harris
(cherry picked from commit f3c73adaa541ae54092467a29668ac32894ef1dc)
2019-02-11Docs: extra detail on proxy-protocolJeremy Harris
(cherry picked from commit 5376b7ca07e9b00e2552f33270e79c59840a9778)
2019-02-11TLS: add variables for the IETF standard name for the connection ciphersuiteJeremy Harris
(cherry picked from commit ffc3d145e3819e1a3762caa1bbe8b07e723fbaf2)
2019-02-11JSON: add iterative conditions for arraysJeremy Harris
(cherry picked from commit c5c57c4eafde32a0632c2a00bdc634860fc5d06d)
2019-02-11JSON: add jsons extract variant, to strip quotes from string resultsJeremy Harris
2019-02-11Fix json extract operator for unfound caseJeremy Harris
2019-02-11JSON lookupJeremy Harris
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86)
2019-02-11EXTERNAL authenticatorJeremy Harris
(cherry picked from commit c4a8c663b74a35b547d8320547079ca56b3b772e)
2019-02-10Docs: clean for next releaseJeremy Harris
2019-01-29Docs: clarify quoting for $pipe_addressesJeremy Harris
The texinfo output version has single-quotes round a variable, so the sentence saying "precisely the text" was difficult to interpret.
2019-01-29Docs: correct spamd portOdihambo Washington
2019-01-27Add basic framework for PRDR use with per-user content filters to example ↵Jeremy Harris
config. Mostly commented-out and with dummy lookups since we do not know what sorts of filtering may be employed. (cherry picked from commit b220576b3ba5396af6b3e0f45739f269079f8fc5)
2019-01-24Docs: crossref list-separator changingJeremy Harris
2019-01-24Docs: crossref dlfunc APIJeremy Harris
2019-01-05Docs: tweak TLS authenticator chapterJeremy Harris
2019-01-03Docs: tweak new-drivers chapterJeremy Harris
2018-12-28Docs: clarify logging from filterJeremy Harris
2018-12-20Grammar changes in docsHeiko Schlittermann (HS12-RIPE)
2018-12-20spelling fixesklemens
2018-12-20Docs: tweaksJeremy Harris
2018-12-18Default config: use ROUTER_SMARTHOST macro; documentexim-4.92-RC3Phil Pennock
Work around the `$host` vs CNAME issue for now by re-specifying the `tls_sni` value on the example `smarthost_smtp` transport, using the same macro which we use to turn on use of a smarthost. Uncomment both dnslookup and smarthost routers by default and let the macro choose between them. Bring the documentation of the default configuration closer to up-to-date, on this issue and others which I spotted while in there.
2018-12-16doc: gsasl: be clearer that server-side onlyPhil Pennock
2018-12-06Docs: SPF lookup typeJeremy Harris
2018-11-21nit (typo fix; docs)Phil Pennock
2018-11-20Docs: more on $authenticated_fail_idJeremy Harris
2018-11-20Docs: add note on manualroute route-listsJeremy Harris
2018-11-20Docs: indexing of retry final-cutoffJeremy Harris
2018-11-13Docs: Add cross-refs for $h_<name>Jeremy Harris
2018-11-11Docs: add notes on smtpsJeremy Harris
2018-11-05Squashed commit of PIPE_CONNECTJeremy Harris
2018-10-02Debug: noutf8 selector. Bug 2324Jeremy Harris
2018-09-30Expansions: extract methods for JSON objects and arrays. Bug 2282Jeremy Harris
2018-09-18GnuTLS: simplify cert hostname checkingJeremy Harris
2018-09-10Docs: document ancillary info for more event types. Bug 2313Matthias Kurz
Patch from Matthias, with additional code indentation tweaks from JGH
2018-09-09docs: unbreak spec buildPhil Pennock
I've created a homebrew tap with sdop and xfpt in it, so I can install those more easily on macOS in the future, and now have bothered actually building the docs. `.url()` should have been `&url()` in two places. The `make spec.pdf` pipeline yields a document where those are not clickable links, but if i use `make spec.ps` and let macOS auto-convert to PDF upon open, those are proper clickable hyperlinks. So this switch is definitely for the better.
2018-09-09Docs: more indexing of affix-related bitsJeremy Harris
2018-09-07Fix broken doc links and http→https where possiblePhil Pennock
I got a cookie-cutter email from folks noting the modssl.org doc links were broken and asking us to use their site instead, which was both helpful and a rather heavy page with advertising on it, so not something I want our docs to link to. Fixed the modssl link to point to the correct current Apache docs, since mod_ssl has not been a separate project for … a very long time. Audited every `http:` link in the Spec, replacing with https if available, updating URLs as needed, or trimming deadwood as appropriate. This did edit one license text, but in a way which I believe is reasonable and in the license holder's best interests. * Use comments with a datestamp for any remaining http: URLs, showing when they were last audited * Suggest migrating away from Berkeley DB. * Drop mention of a patched `pam_unix` module which is no longer available. * In revamping the CDB tools links, add my own tools. * Redo the intro text for the mod_ssl stuff (first person voice of PH). * Rescorla's book's online examples appear to be gone; drop mention of them and point to Ristić's more recent book too. * Point to wikipedia list of DNSxL services as an overview, in part because I dropped the reference to the defunct rfc-ignorant.org and there was no good candidate as an exemplar for domain-based lists. * Note that mksd is a candidate for removal from Exim since mks_vir is dead. * Drop LogReport/lire reference (dead/gone and can't find it). * Redo proxy protocol spec-linking text. * Replace FAQ A1701 with text saying "don't do that" (self-signed certs) and just telling people to use a CA instead, pointing strongly to Let's Encrypt. We did nobody any favors with that old text still being present today (it was entirely appropriate when written).
2018-08-22Logging: server pipelining offer but no uptakeJeremy Harris
2018-08-21Builtin macros for log_selector valuesJeremy Harris