summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-01-12Move DSN support to mainlineJeremy Harris
Affects bug 893
2015-01-12Disable identd (rfc1413) lookups by defaultJeremy Harris
2015-01-12New variable $exim_version. Bug 306Jeremy Harris
2015-01-12New variable $config_dir, $config_file. Bug 1553Heiko Schlittermann
2015-01-12Log certificate verification status by defaultJeremy Harris
2015-01-12Make smtp transport try server cert verify by defaultJeremy Harris
This is an exim client checking a server certificate.
2015-01-12Make "system" location for certificate CA bundle the defaultJeremy Harris
2015-01-12Support use of system default CA bundleJeremy Harris
2015-01-12Move certificate name checking to mainline, default enabledJeremy Harris
This is an exim client checking a server certificate.
2015-01-12As client, request PRDR by default if the server offers itJeremy Harris
2015-01-12Update RFC conformance notesJeremy Harris
2015-01-12Make the multi_domain smtp transport option expandedJeremy Harris
2015-01-12Make the retry_include_ip_address smtp transport option expanded. Bug 1545Jeremy Harris
2015-01-12Clean docs for next releaseJeremy Harris
2015-01-05Docs: move description of modifiers on dnsdb lookups to a separate sectionexim-4_85Jeremy Harris
2015-01-04Docs: expand/reword entry on cutthrough delivery optionJeremy Harris
2014-12-30Update ChangeLogexim-4_85_RC4Jeremy Harris
2014-12-24Docs thinkoJeremy Harris
2014-12-22Bug 1547: Omit RFCs from release tarball docs dirTodd Lyons
RFC Drafts and RFCs have licenses which are problematic for Debian distribution. Omit them from the release tarball.
2014-12-09Docs clarificationJeremy Harris
2014-12-05Docs typoJeremy Harris
2014-12-04Docs: clarify interaction of DANE and CA-based certificate verification optionsJeremy Harris
2014-12-01Set previous version in doc XMLexim-4_85_RC2Todd Lyons
2014-11-30Docs: update drweb malware scanner interface descriptionJeremy Harris
2014-11-29Document interface to f-protd av_scanner type. Bug 923Jeremy Harris
2014-11-25Docs typo in index entry. Fixes: #1551Nigel Metheringham
2014-11-23Document OpenSSL behaviour on system default CA bundleJeremy Harris
2014-11-22Docs: fix missing quotesJeremy Harris
2014-11-21Docs: crossref $sending_ip_address. Bug 1319Jeremy Harris
2014-11-21Update RFC conformance notesJeremy Harris
2014-11-16docs typoJeremy Harris
2014-11-13Add items to NewStuffexim-4_85_RC1Todd Lyons
2014-11-13ChangeLog entries for minor feates and fixes since 4.84Jeremy Harris
2014-11-12Move DANE desgin doc, drop extra dane draftsTodd Lyons
2014-11-11Handle UTC vs specified-timezone for certificate extractors. Bug 1541Jeremy Harris
2014-11-08Fix smtp transport certificate-verification option matching to use correct hostJeremy Harris
Fix certificate name verification done with tls_try_verify_hosts Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames.
2014-11-06EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match hostJeremy Harris
connected-to, not be list of acceptable names. The name checked is the host name.
2014-11-05Do not permit multi-component wildcards on certificate names (OpenSSL, ↵Jeremy Harris
EXPERIMENTAL_CERTNAMES)
2014-11-05Do not permit multi-component wildcards on certificate names (OpenSSL)Jeremy Harris
2014-11-05Add doc examples for disabling SSLv3Jeremy Harris
2014-11-03Tweak docs on difference between "local" and "remote" source messagesJeremy Harris
2014-10-29Test suite: disable OCSP for old openssl part 2Todd Lyons
Make sure to only disable this if building for openssl, allow gnutls to build with OCSP for all versions that support it.
2014-10-26Expand commentary on certificate filesJeremy Harris
2014-10-25Add event for inbound cert visibilityJeremy Harris
2014-10-25Make transport name available in verify-callouts. Add verify_mode variableJeremy Harris
2014-10-25Rename facility to Event Actions, ifdeffed on EXPERIMENTAL_EVENTJeremy Harris
2014-10-16Handle certificate dir under GnuTLS, if recent enoughJeremy Harris
Add testcases for certificate directories The GnuTLS implementation has been tested on Fedora 21 (alpha), using GnuTLS 3.3.9. The testsuite case is here but with the script commented-out. When enabled, the log/mail/stdout/stderr files will be created fresh.
2014-10-05Remove limit on remove_headers item size. Bug 1533Jeremy Harris
2014-09-29Doc notes on expansion orderingJeremy Harris
2014-09-28Fix transport-results pipe for multiple recipients combined with certs.Wolfgang Breyha
The previous parsing failed when a result item split over a buffer boundary; fix by prefixing sizes to items, and checking enough has been read as the initial parsing stage.