summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-01-06DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library.Jeremy Harris
Bug 1192
2015-12-30Support certificates in base64 expansion operator. Bug 1762Jeremy Harris
2015-12-30New expansion operator base64d, and base64 as synonym for str2b64. Bug 1746Jeremy Harris
2015-12-28Docs: more certs infoJeremy Harris
2015-12-20dnslists: permit use with explicit key(s) in nonsmtp ACLs. Bug 1748Jeremy Harris
2015-12-18Redis: move from Experimental to mainlineexim-4_87_RC2Jeremy Harris
2015-12-17Fix hosts_connection_nolog ensuring that sender_host_cache is notJeremy Harris
incorrectly filled in by the daemon, where the sender_host will be varying.
2015-12-17DANE: do not override a cert verify failure, in callback. Also fix some ↵Jeremy Harris
test mistakes
2015-12-14Events: move from Experimental to mainlineJeremy Harris
2015-12-11Redis: fix lookups to handle (quoted) spaces embedded in partsJeremy Harris
of the query string, and make ${quote_redis:} do that quoting. Bug 1745
2015-12-09I18N: Move EAI support from Experimental to mainlineexim-4_87_RC1Jeremy Harris
2015-12-08SOCKS: Add log_selector support.Jeremy Harris
Also make the proxy_* variables meaningful for events associated with proxied transports.
2015-12-08PROXY: Move Proxy Protocol support from Experimental to mainline.Jeremy Harris
No testsuite coverage yet.
2015-12-08SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/MakefileJeremy Harris
2015-12-07SOCKS: move from Experimental to mainlineJeremy Harris
2015-12-06Docs: more index entriesJeremy Harris
2015-12-01DKIM: $dkim_key_length visibility variable. Bug 1311Jeremy Harris
2015-11-30Docs: De-clarify the rfc2047 default charsetHeiko Schlittermann (HS12-RIPE)
2015-11-29Docs: Update example for multi value attributesHeiko Schlittermann (HS12-RIPE)
2015-11-26Docs: Add note on -D commandline option restriction. Bug 1154Jeremy Harris
2015-11-26Events: add docs noteJeremy Harris
2015-11-22SOCKS: Support priority groups and weighted-random selection fromJeremy Harris
multiple proxes. Bug 1720
2015-11-22MySQL: support MySQL config file option group names. Bug 1701Jeremy Harris
2015-11-18Docs: minor correctionJeremy Harris
2015-11-17GF: Changelog entry for bug 1715Graeme Fowler
2015-11-14Events: add recipient-deferred events, both per-host and all-hosts.Jasen Betts
2015-11-14Change notes for -bPJeremy Harris
2015-11-12Add -bP config_fileHeiko Schlittermann (HS12-RIPE)
The -bP configure_file is still supported, but should fade out eventually. config_file matches better the expansion $config_file.
2015-11-12Add support for -bP configHeiko Schlittermann (HS12-RIPE)
2015-11-08Expansions: New ${ipv6denorm:<string>} and ${ipv6norm:<string>} operators. ↵Jeremy Harris
Bug 1650
2015-11-08TLS: Default tls_advertise_hosts to "*". Bug 1709Jeremy Harris
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
2015-11-07DKIM: fix non-debug build. Bug 1713Jasen Betts
2015-11-06Transport: permit an empty string for the transport_filter option. Bug 1714Jeremy Harris
2015-11-03PRDR: Introduce $prdr_requested flag variable. Bug 1712Jeremy Harris
2015-11-02Avoid misaligned access in cached lookup. Bug 1708Jeremy Harris
2015-10-30Lookups: Do not escape percent or underbar in the ${quote_pgsql: } operator. ↵Jeremy Harris
Bug 1706
2015-10-29Docs: fix naming of the ldap_default_servers optionHeiko Schlittermann (HS12-RIPE)
2015-10-27Docs: minor tweaksJeremy Harris
2015-10-25Pipe transport: fix log_defer_output option. Bug 840Jeremy Harris
2015-10-25DKIM: ignore space & tab embedded in base64 during decode. Bug 1700Jeremy Harris
2015-10-20Doc: clarify the syntax of the "begin <section>"Heiko Schlittermann (HS12-RIPE)
2015-10-13max_parallel transport optionJeremy Harris
2015-09-24Docs: add ref for DCCJeremy Harris
2015-09-19Retry: always use interface, if set, for retry DB key. Bug 1678Jeremy Harris
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct.
2015-09-17DNS: time-limit cached returns, using TTL. Bug 1395Jeremy Harris
This can matter for fast-changing data such as DNSBLs.
2015-09-17Docs: fix example for listextract expansion itemJeremy Harris
2015-09-15ChangeLog: Update about process infoHeiko Schlittermann (HS12-RIPE)
2015-09-13 TLS: downgrade fail of cert-based authentication from log message to ↵Jeremy Harris
debug messsage
2015-09-12fix docs messupJeremy Harris
2015-09-12New $callout_address variable to record spamd (etc) address. Bug 1652Jeremy Harris