Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-16 | Docs: clarify notes on .ifdef Bug 1155 | Jeremy Harris | |
2015-06-15 | Docs: clarify notes on Events | Jeremy Harris | |
2015-06-15 | Clarify that preceding 10ca4f was provided by Wolfgang Breyha | Wolfgang Breyha | |
Massaged by JH | |||
2015-06-14 | Add tls_eccurve main config option. Bug 1397 | Jeremy Harris | |
Patch from Suse, massaged by JH | |||
2015-06-13 | Doc fix: server_secret expansions should failexim-4_86_RC2 | Phil Pennock | |
The `cyrusless_sasl` authenticator example failed to explicitly fail if no result was found from the lookup. Using `server_secret`, we should _always_ fail instead of expanding to an empty string. Doc-fix only. | |||
2015-06-06 | Logging: add log_selector items in the default config. Bug 1333 | Jeremy Harris | |
2015-06-06 | Doc: Add DKIM info in main sections. Bug 1607 | Jeremy Harris | |
2015-06-04 | Copyright year updates (things touched in 2015) | Phil Pennock | |
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2015-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/) Note that there are a lot of changes made because of const propagation; I opted to include the copyright year updates in that, but we could be doing a better job with who gets the copyright credit for these changes. Changes visible with: git diff $(git rev-list -n1 --before="2015-01-01" master) | |||
2015-06-04 | TLS authenticator | Jeremy Harris | |
2015-05-27 | Expand docs re. logs dir, and make eximon logs dir match exim's. Bug 1324 | Andreas Metzler | |
2015-05-27 | Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346 | Jeremy Harris | |
2015-05-26 | TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397 | Phil Pennock | |
Original by Phil Pennock; tweaked by JH. | |||
2015-05-23 | New ${env {NAME}} expansion. Bug 1604 | Jeremy Harris | |
2015-05-19 | Change HELO-verify forward case from byname to bydns and add DNSSEC tracking | Jeremy Harris | |
2015-05-19 | Change host_lookup re-forward from byname to bydns; checking DNSSEC | Jeremy Harris | |
2015-05-17 | Remove word "rejected" from ACL-discard log lines. Bug 1632 | Jeremy Harris | |
2015-05-16 | tidying | Jeremy Harris | |
2015-05-11 | Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588 | Jeremy Harris | |
Normally benign, it bites when the pair was led to by a CNAME; modern usage is to not canoicalize the domain to a cname target (and we were inconsistent anyway for A-only vs AAAA+A). | |||
2015-05-10 | Docs: Fix a single letter typo | Heiko Schlittermann (HS12) | |
2015-05-10 | Docs: Make build unicode resistant | Heiko Schlittermann (HS12) | |
Force LC_ALL=C for spec.txt. Add an additional build target: spec.utf8. | |||
2015-05-09 | Support SOA lookup in dnsdb lookups. Bug 286 | Jeremy Harris | |
2015-05-09 | Add retrans/retry options to dnsdb lookup. Bug 1539 | Jeremy Harris | |
2015-05-07 | Log lengthy DNS lookups. Bug 514 | Jeremy Harris | |
Original by <derrick.rice@gmail.com>, massaged by JH | |||
2015-05-04 | I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420 | Jeremy Harris | |
2015-04-26 | exigrep: fallback to $PATH if zcat is missing. BUG 1575 | Heiko Schlittermann (HS12) | |
2015-04-26 | MIME: Support RFC2231 for filenames. Bug 466 | Jeremy Harris | |
Patch originally from Alexander Shikoff, heavily reworked by JH. | |||
2015-04-25 | Make dnssec_request_domains/dnssec_require_domains generic | Heiko Schlittermann (HS12) | |
Not only the dnslookup router should use DNSSEC for lookups. The manualroute and even queryprogram router may just generate a host list. The names then need to be resolved, optionally via DNSSEC. | |||
2015-04-22 | UTF8: Cert namechecks always use a-label | Jeremy Harris | |
2015-04-22 | UTF8: docs update. Bug 1516 | Jeremy Harris | |
2015-04-21 | UTF8: MSA downconversions | Jeremy Harris | |
2015-04-13 | non-smtp input | Jeremy Harris | |
2015-04-12 | client helo | Jeremy Harris | |
2015-04-12 | DNS lookups never use UTF-8 | Jeremy Harris | |
2015-04-12 | received_protocol | Jeremy Harris | |
2015-04-12 | smtp input | Jeremy Harris | |
2015-04-12 | A-label expansion operators | Jeremy Harris | |
2015-04-12 | A-label transform functions | Jeremy Harris | |
2015-04-03 | Feature switch | Jeremy Harris | |
2015-03-24 | Use TLS by default on callouts/cutthroughs | Jeremy Harris | |
2015-03-15 | SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590 | Jeremy Harris | |
2015-03-12 | Merge pull request #30 from SpamExperts/master | Nigel Metheringham | |
Correct typos in DMARC experimental documentation | |||
2015-03-08 | docs: typo | Jeremy Harris | |
2015-03-06 | docs: typo | Jeremy Harris | |
2015-03-02 | Correct typos. | Alexandru Chirila | |
Minor typo fixes in DMARC experimental documentation. | |||
2015-02-27 | Add retry type "lookup". Bug 1566 | Jeremy Harris | |
Also add dnslookup router option "fail_defer_domains" to support it. | |||
2015-02-26 | Increase limit on SMTP confirmation message copy size. Bug 1572 | Jeremy Harris | |
2015-02-22 | Docs: add para on acl_smtp_notquit | Jeremy Harris | |
2015-02-22 | Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608 | Jeremy Harris | |
2015-02-15 | Withdraw A6 DNS record support | Jeremy Harris | |
2015-02-15 | SpamAssassin: replace "backup" option on server spec with "pri=<N>". Bug 670 | Jeremy Harris | |