summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-31DEBUG: db functionsJeremy Harris
2018-08-29Refactor authenticators API to take an (opaque) smtp connection contextJeremy Harris
2018-08-27Do not use arc4random_stir() directly (Bug 2304)Xin Li
arc4random_stir should not be used directly (it's fully automated after FreeBSD r227520, or approximately __FreeBSD_version 1000002), the interface will be removed from FreeBSD soon (bugs.freebsd.org/230756). Patch was from bugs.freebsd.org/230826.
2018-08-23Use single-bit fields for file-global flags in smtp_inJeremy Harris
2018-08-23DMARC: Fix forensic-report envelopes to permit non-null. Bug 1896Jeremy Harris
2018-08-22Fix no-SSL, with-SOCKS buildJeremy Harris
2018-08-22Testsuite: fix CHUNKING tests for no-DKIM buildJeremy Harris
2018-08-22Use single-bit fields for global flagsJeremy Harris
2018-08-22Logging: server pipelining offer but no uptakeJeremy Harris
2018-08-22tidyingJeremy Harris
2018-08-21Builtin macros for log_selector valuesJeremy Harris
2018-08-21Tidying: indentationJeremy Harris
2018-08-21Debug: indent builtin-DB operationsJeremy Harris
2018-08-21Logging: pipelining log_selectorJeremy Harris
2018-08-20unbreak test: s/log_write/logwrite/Phil Pennock
2018-08-17UTF8/locale: document constraints on current expansions.Phil Pennock
2018-08-16Fix utf8clean not replacing incomplete final characterPhil Pennock
Before, it was just dropped, but we document that it's replaced by ?. Tests updated, manual test-case for -be prompt is: ${utf8clean:${length_1:フィル}}
2018-08-11Fix logging all_parents for cutthrough delivery. Bug 2296Jeremy Harris
2018-08-09Fix cutthrough delivery for more than one iteration of address redirection. ↵Jeremy Harris
Bug 2296
2018-08-05Docs: add explicit warning on spoolfile formatsJeremy Harris
2018-08-0418N: fix docs for option name. Bug 2246Gedalya
Incorrect at introduction in 71c158466d.
2018-08-04REQUIRETLS: amplify docs discussionJeremy Harris
2018-07-31Make -n work with macros tooPhil Pennock
Have `exim -n -bP macro FOO` just print the value of the macro `FOO`, without the `name=` prefix. This is the same handling as used for option values. If the invoker asks for multiple macros in one invocation, with `-n`, then that's their problem.
2018-07-28I18N: add a utf8_downconvert option to the smtp transport. Bug 2248Jeremy Harris
2018-07-27Support REQUIRETLSJeremy Harris
2018-07-20Fix non-EVENTS buildJeremy Harris
Broken-by: c4b57fddca
2018-07-18Testsuite: restore rspamd testcaseJeremy Harris
Missed from 611b1961b8.
2018-07-18I18N: reject SMTPUTF8 MAIL command when facility not advertisedJeremy Harris
2018-07-18I18N: Fix protocol recorded for a multi-SMTPUTF8-message connection. Bug 2287Jeremy Harris
2018-07-18Docs: clarify rolled-up dkim status availability in data ACLJeremy Harris
2018-07-13doc: DANE: don't claim TA can be elided from chainPhil Pennock
While technically an implementation can choose to use a public TA from DNS or elsewhere to populate a missing TA from the chain, that creates interoperability issues and the OpenSSL integration code, at least, doesn't support that and after a bit of work drilling through layers of abstraction, I've not figured out what GnuTLS does and I've decided I don't care. So I'm heeding Viktor's advice and changing the docs to just say to publish the TA in the chain sent by the server.
2018-07-10nit typoPhil Pennock
2018-07-10Document problems with SHA-1 in certs with DANE-TAPhil Pennock
Very few domains are using SHA-1 in EE certs issued from a CA used in DANE-TA anchoring, but some are. Meanwhile apparently GnuTLS now defaults to disabling SHA-1 in chains. Which is eminently reasonable. I do not believe that Exim should re-enable use of SHA-1 here. Let it die. Document with warnings that folks using a private CA for certs to be publicly trusted via DANE-TA should follow decent operational issuance practices. Also update my Channel Binding docs for GSASL to warn that Channel Binding is Broken™.
2018-06-28Callouts: enhance debug messageJeremy Harris
2018-06-28Testsuite: tweak instructions for running the suiteJeremy Harris
2018-06-27Restore rsmapd supportJeremy Harris
Following discussions on the exim-user mailinglist it seems that the conclusion that the interface was nonfunctioning was unwarranted.
2018-06-26tidyingJeremy Harris
2018-06-26Merge branch 'rspamd-removal'Jeremy Harris
2018-06-26Revert "Support Rspamd. Patch from Andrew Lewis, lightly editorialised"Jeremy Harris
This reverts commit c5f280e20a8e3ecd5f016b8fb34a436588915ed2.
2018-06-26Revert "Rspamd: add $authenticated_id as User to scan command"Jeremy Harris
This reverts commit 6c54be6459b83b955fbd2fd6d6a844f80c98427a.
2018-06-26Revert "Spamd: add missing initialiser. Rspamd mode was incorrectly ↵Jeremy Harris
sometimes seen." This reverts commit e718bd6285cb0fb45b74b6fc00b7737590dcaa60.
2018-06-26Revert "Do not use shutdown() when talking to rspamd. Fixes 1802"Jeremy Harris
This reverts commit 416a0be6df0697848ca551dd3243b652e763792d.
2018-06-26Revert "Testsuite: limited support for Content-length:"Jeremy Harris
This reverts commit f6f239461fd62b3a4f3142b6b2a85f8f65eee486.
2018-06-26Revert "Avoid repeated string-copy building command-string for rspamd"Jeremy Harris
This reverts commit 5df838645bcdb135355205a115bf918c85987caf.
2018-06-26Unbreak non-DANE buildJeremy Harris
Broken-by: afdb5e9cf0
2018-06-25Expansions: A tls option on ${readsocket }. Bug 2282Jeremy Harris
2018-06-25ARC: Fix verification to do AS checks in reverse orderJeremy Harris
Broken from the original introduction (617d39327e)
2018-06-24Fix mutiple message send under TLSJeremy Harris
Broken-by: 74f1a42304