summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-06-16Docs: clarify notes on .ifdef Bug 1155Jeremy Harris
2015-06-15Docs: clarify notes on EventsJeremy Harris
2015-06-15Clarify that preceding 10ca4f was provided by Wolfgang BreyhaWolfgang Breyha
Massaged by JH
2015-06-14Add tls_eccurve main config option. Bug 1397Jeremy Harris
Patch from Suse, massaged by JH
2015-06-13Doc fix: server_secret expansions should failexim-4_86_RC2Phil 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-06Logging: add log_selector items in the default config. Bug 1333Jeremy Harris
2015-06-06Doc: Add DKIM info in main sections. Bug 1607Jeremy Harris
2015-06-04Copyright 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-04TLS authenticatorJeremy Harris
2015-05-27Expand docs re. logs dir, and make eximon logs dir match exim's. Bug 1324Andreas Metzler
2015-05-27Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346Jeremy Harris
2015-05-26TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397Phil Pennock
Original by Phil Pennock; tweaked by JH.
2015-05-23New ${env {NAME}} expansion. Bug 1604Jeremy Harris
2015-05-19Change HELO-verify forward case from byname to bydns and add DNSSEC trackingJeremy Harris
2015-05-19Change host_lookup re-forward from byname to bydns; checking DNSSECJeremy Harris
2015-05-17Remove word "rejected" from ACL-discard log lines. Bug 1632Jeremy Harris
2015-05-16tidyingJeremy Harris
2015-05-11Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588Jeremy 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-10Docs: Fix a single letter typoHeiko Schlittermann (HS12)
2015-05-10Docs: Make build unicode resistantHeiko Schlittermann (HS12)
Force LC_ALL=C for spec.txt. Add an additional build target: spec.utf8.
2015-05-09Support SOA lookup in dnsdb lookups. Bug 286Jeremy Harris
2015-05-09Add retrans/retry options to dnsdb lookup. Bug 1539Jeremy Harris
2015-05-07 Log lengthy DNS lookups. Bug 514Jeremy Harris
Original by <derrick.rice@gmail.com>, massaged by JH
2015-05-04I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420Jeremy Harris
2015-04-26exigrep: fallback to $PATH if zcat is missing. BUG 1575Heiko Schlittermann (HS12)
2015-04-26MIME: Support RFC2231 for filenames. Bug 466Jeremy Harris
Patch originally from Alexander Shikoff, heavily reworked by JH.
2015-04-25Make dnssec_request_domains/dnssec_require_domains genericHeiko 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-22UTF8: Cert namechecks always use a-labelJeremy Harris
2015-04-22UTF8: docs update. Bug 1516Jeremy Harris
2015-04-21UTF8: MSA downconversionsJeremy Harris
2015-04-13non-smtp inputJeremy Harris
2015-04-12client heloJeremy Harris
2015-04-12DNS lookups never use UTF-8Jeremy Harris
2015-04-12received_protocolJeremy Harris
2015-04-12smtp inputJeremy Harris
2015-04-12A-label expansion operatorsJeremy Harris
2015-04-12A-label transform functionsJeremy Harris
2015-04-03Feature switchJeremy Harris
2015-03-24Use TLS by default on callouts/cutthroughsJeremy Harris
2015-03-15SOCKS: as a client, talk SMTP via a socks5 proxy. Bug 1590Jeremy Harris
2015-03-12Merge pull request #30 from SpamExperts/masterNigel Metheringham
Correct typos in DMARC experimental documentation
2015-03-08docs: typoJeremy Harris
2015-03-06docs: typoJeremy Harris
2015-03-02Correct typos.Alexandru Chirila
Minor typo fixes in DMARC experimental documentation.
2015-02-27 Add retry type "lookup". Bug 1566Jeremy Harris
Also add dnslookup router option "fail_defer_domains" to support it.
2015-02-26Increase limit on SMTP confirmation message copy size. Bug 1572Jeremy Harris
2015-02-22Docs: add para on acl_smtp_notquitJeremy Harris
2015-02-22Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608Jeremy Harris
2015-02-15Withdraw A6 DNS record supportJeremy Harris
2015-02-15SpamAssassin: replace "backup" option on server spec with "pri=<N>". Bug 670Jeremy Harris