Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-05 | Rename build-time option TMPDIR to EXIM_TMPDIR | Alexander Tsoy | |
Build-time option TMPDIR included in Makefile clashes with environment variable of the same name. This breaks tools that make use of that variable, such as distcc. The following example demonstrates what's going on: $ cat Makefile TMPDIR="/tmp" all: env $ export TMPDIR=test $ make | grep ^TMPDIR TMPDIR="/tmp" distcc error (note the extra quotes): ERROR: can't use TMPDIR ""/tmp"": No such file or directory | |||
2016-02-04 | Docs: add note on costs of cutthrough delivery in local-rejection cases | Jeremy Harris | |
2016-02-02 | Docs: note DKIM signing options in smtp transport chapter | Jeremy Harris | |
2016-01-28 | Docs: clarify command string content in ${readsocket } | Jeremy Harris | |
2016-01-25 | Fix typo on ChangeLog | Heiko Schlittermann (HS12-RIPE) | |
2016-01-22 | Docs: clarify use of $dkim_selector variable | Jeremy Harris | |
2016-01-22 | PDKIM: Fix use of private-keys having trailing '=' in the base-64. Bug 1781 | Jeremy Harris | |
2016-01-22 | Cutthrough: Fix bug with dot-only line | Jeremy Harris | |
2016-01-18 | Change notes | Jeremy Harris | |
2016-01-17 | Restrict line lengths in bounces. Bug 1760 | Jeremy Harris | |
2016-01-16 | VRFY: Permit an ACL to override the default 252 response, to support | Jeremy Harris | |
verify-by-ACL instead of the more usual verify-by-routers. Bug 1769 | |||
2016-01-16 | Tidying | Jeremy Harris | |
2016-01-14 | OpenSSL: Default the SINGLE_DH_USE option flag set | Jeremy Harris | |
2016-01-12 | Docs: add note on HELO rejections, and add requirment on good HELO in | Jeremy Harris | |
the example configuration | |||
2016-01-06 | DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library. | Jeremy Harris | |
Bug 1192 | |||
2015-12-30 | Support certificates in base64 expansion operator. Bug 1762 | Jeremy Harris | |
2015-12-30 | New expansion operator base64d, and base64 as synonym for str2b64. Bug 1746 | Jeremy Harris | |
2015-12-28 | Docs: more certs info | Jeremy Harris | |
2015-12-20 | dnslists: permit use with explicit key(s) in nonsmtp ACLs. Bug 1748 | Jeremy Harris | |
2015-12-18 | Redis: move from Experimental to mainlineexim-4_87_RC2 | Jeremy Harris | |
2015-12-17 | Fix hosts_connection_nolog ensuring that sender_host_cache is not | Jeremy Harris | |
incorrectly filled in by the daemon, where the sender_host will be varying. | |||
2015-12-17 | DANE: do not override a cert verify failure, in callback. Also fix some ↵ | Jeremy Harris | |
test mistakes | |||
2015-12-14 | Events: move from Experimental to mainline | Jeremy Harris | |
2015-12-11 | Redis: fix lookups to handle (quoted) spaces embedded in parts | Jeremy Harris | |
of the query string, and make ${quote_redis:} do that quoting. Bug 1745 | |||
2015-12-09 | I18N: Move EAI support from Experimental to mainlineexim-4_87_RC1 | Jeremy Harris | |
2015-12-08 | SOCKS: Add log_selector support. | Jeremy Harris | |
Also make the proxy_* variables meaningful for events associated with proxied transports. | |||
2015-12-08 | PROXY: Move Proxy Protocol support from Experimental to mainline. | Jeremy Harris | |
No testsuite coverage yet. | |||
2015-12-08 | SOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS in Local/Makefile | Jeremy Harris | |
2015-12-07 | SOCKS: move from Experimental to mainline | Jeremy Harris | |
2015-12-06 | Docs: more index entries | Jeremy Harris | |
2015-12-01 | DKIM: $dkim_key_length visibility variable. Bug 1311 | Jeremy Harris | |
2015-11-30 | Docs: De-clarify the rfc2047 default charset | Heiko Schlittermann (HS12-RIPE) | |
2015-11-29 | Docs: Update example for multi value attributes | Heiko Schlittermann (HS12-RIPE) | |
2015-11-26 | Docs: Add note on -D commandline option restriction. Bug 1154 | Jeremy Harris | |
2015-11-26 | Events: add docs note | Jeremy Harris | |
2015-11-22 | SOCKS: Support priority groups and weighted-random selection from | Jeremy Harris | |
multiple proxes. Bug 1720 | |||
2015-11-22 | MySQL: support MySQL config file option group names. Bug 1701 | Jeremy Harris | |
2015-11-18 | Docs: minor correction | Jeremy Harris | |
2015-11-17 | GF: Changelog entry for bug 1715 | Graeme Fowler | |
2015-11-14 | Events: add recipient-deferred events, both per-host and all-hosts. | Jasen Betts | |
2015-11-14 | Change notes for -bP | Jeremy Harris | |
2015-11-12 | Add -bP config_file | Heiko 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-12 | Add support for -bP config | Heiko Schlittermann (HS12-RIPE) | |
2015-11-08 | Expansions: New ${ipv6denorm:<string>} and ${ipv6norm:<string>} operators. ↵ | Jeremy Harris | |
Bug 1650 | |||
2015-11-08 | TLS: Default tls_advertise_hosts to "*". Bug 1709 | Jeremy 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-07 | DKIM: fix non-debug build. Bug 1713 | Jasen Betts | |
2015-11-06 | Transport: permit an empty string for the transport_filter option. Bug 1714 | Jeremy Harris | |
2015-11-03 | PRDR: Introduce $prdr_requested flag variable. Bug 1712 | Jeremy Harris | |
2015-11-02 | Avoid misaligned access in cached lookup. Bug 1708 | Jeremy Harris | |
2015-10-30 | Lookups: Do not escape percent or underbar in the ${quote_pgsql: } operator. ↵ | Jeremy Harris | |
Bug 1706 |