Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-05 | Add smarthost Router to default config, commented-out. | Phil Pennock | |
This is a very common requirement for the portion of the user-base who need the most assistance. | |||
2012-10-04 | Add expansion variable $headers_added returning newline-sep list of headers | Jeremy Harris | |
added in ACLs. Bug 199. | |||
2012-10-04 | Strip leading/trailing newlines on list of headers for addition; bug 884. | Jeremy Harris | |
NB: this means a bare "X-ACL-Warn:" header is harder to add. | |||
2012-09-27 | Unbreak non-ipv6 build. | Jeremy Harris | |
My commit 3a7963704c519 broke compilation without HAVE_IPv6. Rework. | |||
2012-09-17 | Typo in debug output. | Todd Lyons | |
2012-09-11 | Minor doc nits re bug 1262. | Phil Pennock | |
Update src comment to be clearer about why it's safe for "state of this transport" to affect other deliveries. Mention change in externally observable state in README.UPDATING. Reference bugzilla entry in ChangeLog. Update Paul's credit in ACKNOWLEDGMENTS. | |||
2012-09-11 | Avoid using a waiting db for single-message-only transports. Performance | Jeremy Harris | |
bug 1262 and patch from Paul Fisher. Testcase 0288 exercises. | |||
2012-09-05 | Add dnsdb lookup pseudo-type "a+". Addresses bug 1269. | Jeremy Harris | |
2012-07-27 | Bug #198: Add remove_header ACL modifier. | Todd Lyons | |
Used patch from Magnus Holmgren dated 2007-02-20. Added documentation. Added tests to detect proper operation. | |||
2012-07-16 | Doc fixes from Regid Ichira & Andreas Metzler | Phil Pennock | |
2012-07-12 | Doc note re 9999 days & 32bit time (SSL certs) | Phil Pennock | |
Thanks to Jay Rouman for highlighting that there can be rollover. I have chosen *not* to reduce the duration, but to leave it and instead provoke thought on the part of those deploying systems, if this bites them. | |||
2012-07-08 | Merge branch 'master' of git://git.exim.org/exim | Jeremy Harris | |
2012-07-08 | Multiple headers_add/remove options per router/transport - fixes bug 337 | Jeremy Harris | |
2012-07-06 | Make +smtp_confirmation be a default logging option. | Todd Lyons | |
2012-07-05 | Fix bug 1267 - inlist/i were ignoring negation. | Jeremy Harris | |
Fix the acl condition also; and make editor brace-matching a little better. | |||
2012-07-05 | Delay expansion of smtp transport option "authenticated_sender" | Jeremy Harris | |
after connection startup, to match documentation - bug 1144. | |||
2012-07-01 | Merge branch 'acl' | Jeremy Harris | |
2012-06-27 | git/ACKNOWLEDGMENTS: coerce charset of git tools | Phil Pennock | |
github seems to assume content is 8bit. | |||
2012-06-27 | Acl expansions: tests and documentation | Jeremy Harris | |
2012-06-25 | Let Linux makefile inherit CFLAGS/CFLAGS_DYNAMIC. | Phil Pennock | |
Pulled from Debian 30_dontoverridecflags.dpatch by Andreas Metzler. We just add CFLAGS_DYNAMIC too and some comments. Non-POSIX syntax, but fairly portable; GNU make gained it in 1998, we believe even very old systems should handle it fine. | |||
2012-06-24 | Change acl expansion-condition syntax to "acl {{name} {arg1}{arg2}...}" | Jeremy Harris | |
to match saslauthd condition. | |||
2012-06-24 | Merge branch 'acl-args' into acl | Jeremy Harris | |
2012-06-24 | Add gnutls_enable_pkcs11 option. | Phil Pennock | |
GnuTLS 2.12.0 adds PKCS11 support using p11-kit and by default will autoload modules, which interoperates badly with GNOME keyring integration, configured via paths in environment variables, and Exim invoked by the user (eg, mailq) will then try to load the modules, fail and spew warnings from the module for a library loaded by a library. http://www.gnu.org/software/gnutls/manual/gnutls.html#Smart-cards-and-HSMs documents that to prevent this, explicitly init PKCS11 before calling gnutls_global_init(). So we do so, unless the admin sets the new option. Reported by Andreas Metzler, who confirmed that the added calls fixed the problem for him. | |||
2012-06-14 | Add acl call as an expansion condition | Jeremy Harris | |
2012-06-14 | Add args to trad. modifier acl call method | Jeremy Harris | |
2012-06-12 | Use custom variables for ACL args, up to nine. Add an arg-count variable. | Jeremy Harris | |
2012-06-12 | Add ${acl {name}{arg}} expansion item. | Jeremy Harris | |
2012-06-12 | Merge branch 'lists' | Jeremy Harris | |
2012-06-12 | Change names to "listnamed" and "listcount". | Jeremy Harris | |
2012-06-10 | Add ${list:name} and ${nlist:string} expansion operators. | Jeremy Harris | |
2012-06-09 | Corrections to spec examples - fixes bug 1196 | Nigel Metheringham | |
2012-06-09 | Typo fix in spec - fixes bug 1197 | Nigel Metheringham | |
2012-06-07 | Packagers: Debian | Phil Pennock | |
2012-06-07 | Expand $sender_host_dnssec and add vtype_bool | Phil Pennock | |
2012-06-07 | Unbreak EXPERIMENTAL_OCSP after TLS cutthrough | Phil Pennock | |
2012-06-06 | BUGFIX: forced-fail smtp option tls_sni would dereference NULL | Phil Pennock | |
2012-06-06 | BUGFIX: forced-fail smtp option tls_sni would dereference NULL | Phil Pennock | |
2012-06-06 | LLONG_MIN example in os.h-Linux | Phil Pennock | |
2012-06-05 | Support "G" modifier on numbers in ${if comparisons. | Jeremy Harris | |
2012-06-04 | Add $tls_in_* variables; note the old names as deprecated. | Jeremy Harris | |
2012-06-04 | Add hosts_verify_avoid_tls option to smtp transport. | Jeremy Harris | |
2012-06-04 | Fix post-rebase merge issues. | Jeremy Harris | |
2012-06-04 | Fix bug verifying certs on dual-tls. | Jeremy Harris | |
2012-06-04 | Support transport hosts_avoid_tls for cutthrough. | Jeremy Harris | |
2012-06-04 | Add testcase for callout fallback from ESMTP to SMTP. | Jeremy Harris | |
2012-06-04 | Better debug. | Jeremy Harris | |
2012-06-04 | Fix tls variables order, and testsuite case 5401 (cutthrough) for changes ↵ | Jeremy Harris | |
that went in with dual-tls. | |||
2012-06-04 | Deal explicitly with attempt to callout via null transport; fixes crash. | Jeremy Harris | |
2012-06-04 | Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts. | Jeremy Harris | |
2012-06-04 | Dual-tls - split management of TLS into in- and out-bound connection-handling. | Jeremy Harris | |
Enables concurrent use from a single process, and thereby use for cutthrough delivery. As a side-effect EHLO and TLS use for verify callouts introduced. This was a manual import from elsewhere and is known to fail the test-suite. |