summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2015-02-14OpenSSL: Capture peercert/dn in mainline not verify-callback. Bug 1571Jeremy Harris
2015-02-11Docs: add notes on per-user SpamAssassin profiles. Bug 1579Jeremy Harris
2015-02-09Add retry option to clamd and spamd. Bug 392Jeremy Harris
2015-01-29List separator specifiers in router/transport headers_add/remove. Bug 1581Jeremy Harris
2015-01-28Add timeout option to spamd_address server specification. Bug 68Jeremy Harris
2015-01-28Support hostnames and IPv6 addresses for spamd_address. Bug 1259Jeremy Harris
2015-01-25Add time, weight and backup modifiers to spamd_address list elements. Bug 670Roman
Heavy refactoring by JH. Also support mixed/multiple Unix/TCP server specifications.
2015-01-25Support Rspamd. Patch from Andrew Lewis, lightly editorialisedAndrew Lewis
by JH. Bug 1573
2015-01-24Support /defer_ok on verify=reverse_host_lookup. Bug 344Jeremy Harris