Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | I18N: add a utf8_downconvert option to the smtp transport. Bug 2248 | Jeremy Harris | |
2018-07-27 | Support REQUIRETLS | Jeremy Harris | |
2018-07-18 | I18N: reject SMTPUTF8 MAIL command when facility not advertised | Jeremy Harris | |
2018-07-18 | I18N: Fix protocol recorded for a multi-SMTPUTF8-message connection. Bug 2287 | Jeremy Harris | |
2018-07-18 | Docs: clarify rolled-up dkim status availability in data ACL | Jeremy Harris | |
2018-07-13 | doc: DANE: don't claim TA can be elided from chain | Phil 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-10 | nit typo | Phil Pennock | |
2018-07-10 | Document problems with SHA-1 in certs with DANE-TA | Phil 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-27 | Restore rsmapd support | Jeremy Harris | |
Following discussions on the exim-user mailinglist it seems that the conclusion that the interface was nonfunctioning was unwarranted. | |||
2018-06-26 | tidying | Jeremy Harris | |
2018-06-26 | Revert "Support Rspamd. Patch from Andrew Lewis, lightly editorialised" | Jeremy Harris | |
This reverts commit c5f280e20a8e3ecd5f016b8fb34a436588915ed2. | |||
2018-06-25 | Expansions: A tls option on ${readsocket }. Bug 2282 | Jeremy Harris | |
2018-06-25 | ARC: Fix verification to do AS checks in reverse order | Jeremy Harris | |
Broken from the original introduction (617d39327e) | |||
2018-06-24 | TLS: rework client-side use with an explicit context rather than a global | Jeremy Harris | |
2018-06-21 | DKIM: Fix signing for body lines starting with a pair of dots. Bug 2284 | Jeremy Harris | |
Broken-by: 42055a3385 | |||
2018-06-21 | Docs: spelling | Kirill Miazine | |
2018-06-20 | OpenSSL: TLSv1.3 notes | Jeremy Harris | |
2018-06-14 | OpenSSL: enable use of TLS 1.3 (with OpenSSL 1.1.0 and later) | Jeremy Harris | |
2018-06-14 | Add client-ip info to non-pass iprev ${authres } lines | Jeremy Harris | |
2018-06-12 | Clarify the socket address family (UNIX) for server_socket (dovecot) | Heiko Schlittermann (HS12-RIPE) | |
Wishlist item (#2280) is created for INET connections. See https://bugs.exim.org/show_bug.cgi?id=2280 | |||
2018-06-09 | DKIM: support timestamp and expiry tags in signing. Bug 2260 | Jeremy Harris | |
2018-06-07 | Follow CNAME chains only one step. Bug 2264 | Jeremy Harris | |
2018-06-07 | ARC: Fix signing for case when DKIM signing failed | Jeremy Harris | |
2018-06-06 | Change-log | Jeremy Harris | |
2018-05-24 | Use serial number 1 for self-generated selfsigned certificate | Jeremy Harris | |
Broken-by: 23bb69826c | |||
2018-05-19 | Docs: add note on DKIM signing-limit security | Jeremy Harris | |
2018-05-16 | Callouts: record succeeding random local-part tests. Bug 177 | Jeremy Harris | |
2018-05-16 | Content scanning: Fix locking on message spool files. Bug 2275 | Jeremy Harris | |
2018-05-15 | Don't open spool data-files which are symlinks | Phil Pennock | |
2018-05-07 | tidying | Jeremy Harris | |
2018-05-05 | Cutthrough: fix race resulting in duplicate-delivery. Bug 2273 | Jeremy Harris | |
2018-05-01 | Expansions: new ${lheader:<name>}. Bug 2272 | Jeremy Harris | |
2018-04-28 | Docs: minor fixes | Jeremy Harris | |
2018-04-25 | ARC: add $arc_oldest_pass variable, for verify | Jeremy Harris | |
2018-04-25 | ARC: support $arc_domains also for verify fails | Jeremy Harris | |
2018-04-24 | ARC: add $arc_domains variable, for verify pass | Jeremy Harris | |
2018-04-23 | DKIM: enforce limit of 20 on received DKIM-Signature: headers. Bug 2269 | Jeremy Harris | |
2018-04-21 | Docs: clarify DKIM verification | Jeremy Harris | |
2018-04-18 | Docs: rewrite description of 'leaky' ratelimit. Bug 1298 | Jeremy Harris | |
2018-04-18 | Fix spec | Heiko Schlittermann (HS12-RIPE) | |
Thanks to Mike Brudenell | |||
2018-04-15 | Enable weak/old stuff in OpenSSL | Phil Pennock | |
Configure OpenSSL with: enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers Include explanation as to why. | |||
2018-04-15 | ARC: add optional x= tag to signing | Jeremy Harris | |
2018-04-15 | ARC: add optional t= tags to signing | Jeremy Harris | |
2018-04-15 | Avoid doing logging in signal-handlers. Bug 1007 | Jeremy Harris | |
2018-04-15 | Docs: clean for next release | Jeremy Harris | |
2018-04-14 | Logging: fix syslog logging for syslog_timestamp=no and log_selector +millisec | Jeremy Harris | |
also syslog_pid=no and log_selector +pid | |||
2018-04-14 | Docs: typo | Jeremy Harris | |
2018-04-13 | DKIM downgrade example again; this time debugged | Phil Pennock | |
As well as previous commit's `len_3` -> `length_3`, we were missing braces around the expansion operator, resulting in trying to dereference an unknown variable `$length_3`, and we were missing the outer braces from the `or` expansion condition. We really need a better way to test ACL expansion without a full harness. :( This bug-fixed version is now running on my system. | |||
2018-04-13 | Fix length expansion operator in DKIM downgrade example | Phil Pennock | |
2018-04-13 | DKIM: add support for the SubjectPublicKeyInfo wrapped form of pubkey | Jeremy Harris | |