Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-04-12 | Docs: add known broken-version info for OpenSSL behavior | Jeremy Harris | |
2018-04-11 | Mention MTA-STS in DANE context; nit fixes | Phil Pennock | |
Did an audit of text changed since commit 6aa6fc9c5 to look for issues which stood out, fixed those. Spelling mistakes, markup issues, minor grammatical infelicities. The public/private CA stuff in the DANE text might push people away from public CAs, but the existence of MTA-STS means that one of those is probably the best choice. Mention what exim.org does, to provide slightly firmer guidance without pressure. List the `dkim_hash` values, `sha512` appears to be new since that text was last touched. | |||
2018-04-11 | Doc: website updates and so forth | Phil Pennock | |
I've added <https://downloads.exim.org/> as a new vhost which doesn't reference FTP and loses the `/pub/exim` prefix. Fixed various other outdated claims and documented Jeremy's PGP key as the main key for releases, with mine (Phil's) and Heiko's as fallbacks. Mention the `.xz` files. | |||
2018-04-09 | Add `receive_time` to list of log_selector values | Phil Pennock | |
2018-04-08 | Added util/renew-opendmarc-tlds.sh script to renew PSL | Phil Pennock | |
2018-04-08 | OpenSSL: Revert the disabling of the session-cache. Bug 2255 | Jeremy Harris | |
Session cacheing is never useful, as we use a new context for every TLS startup. However, removing the support triggers odd behaviour from Outlook Express (only when there is an IMAP server on the same machine as Exim): an initial connect from the OE client fails, the immediate retry works. | |||
2018-04-06 | Logging: fix DKIM precis received log line element. | Jeremy Harris | |
Broken-by: 2c47372fad | |||
2018-04-02 | Avast: implement pass_unscanned option | Heiko Schlittermann (HS12-RIPE) | |
2018-04-02 | Avast: improve compliance with avast-protocol(5) | Heiko Schlittermann (HS12-RIPE) | |
Treat scanner errors as malware. Defer on scanner tmpfail only. | |||
2018-03-31 | Docs: tidy the ChangeLog file | Jeremy Harris | |
2018-03-28 | Implement dane_require_tls_ciphers (theoretically) | Phil Pennock | |
It compiles with OpenSSL, on Darwin (if restore Darwin OS). It doesn't crash immediately, but more testing is needed from a place where port 25 is not just blocked. |