summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2015-09-10Docs: Typo, make long option name searchable.Heiko Schlittermann (HS12-RIPE)
This is related to Bug 1197 and was fixed there for another long option.
2015-09-09DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686Jeremy Harris
2015-09-08 Capture substrings in ACL regex= . Bug 425.Jeremy Harris
2015-08-25Update ChangeLog about Bug 1671Heiko Schlittermann (HS12-RIPE)
2015-08-25Close logs after daemon-process exceptional write. Bug 728Jeremy Harris
2015-08-23Docs: clarify header_syntax acl condition return valueJeremy Harris
2015-08-17Docs: add note on spf lookup type, in experimental-specJeremy Harris
2015-08-17Docs: Remove trailing whitespaceHeiko Schlittermann (HS12-RIPE)
2015-08-17Docs: Clarify white space in $h_<name> expansionHeiko Schlittermann (HS12-RIPE)
2015-08-14Improve the consistency of logging incoming and outgoing interfaces.Tony Finch
The I= interface field on outgoing lines is now after the H= remote host field, same as incoming lines. There is a separate outgoing_interface log selector which allows you to disable the outgoing I= field. (slight massaging by JH)
2015-08-14Overhaul the debug_selector and log_selector machinery to support ↵Tony Finch
variable-length bit vectors. No functional change.
2015-08-02Docs: add notes on library version limitations on OCSP stapling. Bug 1664Jeremy Harris
2015-07-30Docs: Add a note about the maximum spam bar lengthHeiko Schlittermann (HS12-RIPE)
2015-07-29Docs: Clarify the "any output" phraseHeiko Schlittermann (HS12-RIPE)
2015-07-26Add ref from logging chapter to slow_lookup_log main config optionJeremy Harris
2015-07-26Docs: add detail on keys for lookupsJeremy Harris
2015-07-26Clean docs for next releaseJeremy Harris
2015-07-23Doc: parallel builds (make -j) workexim-4_86Heiko Schlittermann (HS12-RIPE)
2015-07-16Docs: emphasize that the smtp_connection log selector applies to inboundexim-4_86_RC5Jeremy Harris
2015-07-15Add check on tls_auth pseudo-command. Bug 1659Jeremy Harris
2015-07-04Multiple typo fixes.Andreas Metzler
2015-06-27Change noteexim-4_86_RC4Jeremy Harris
2015-06-25Docs: add note on string listsJeremy Harris
2015-06-22Doc: Fix typoHeiko Schlittermann (HS12-RIPE)
2015-06-22Doc: Update dns_trust_aa documentationHeiko Schlittermann (HS12)
2015-06-22Docs: mark up with changebarsJeremy Harris
2015-06-22Fix support of $spam_ variables at delivery time. Bug 1647Jeremy Harris
This change is forced on us by the documentation claiming clearly the support is there, though the code does not and never has. The doc change that introduced the claim is 7d9f747b5ef8
2015-06-21Change noteJeremy Harris
2015-06-21Docs: add warning on list-sep in headerss_removeJeremy Harris
2015-06-20Docs typoexim-4_86_RC3Jeremy Harris
2015-06-20Add docs and massage coding standards for dns_trust_aaJeremy Harris
2015-06-16Docs: clarify notes on .ifdef Bug 1155Jeremy Harris
2015-06-15Docs: clarify notes on EventsJeremy Harris
2015-06-15Clarify that preceding 10ca4f was provided by Wolfgang BreyhaWolfgang Breyha
Massaged by JH
2015-06-14Add tls_eccurve main config option. Bug 1397Jeremy Harris
Patch from Suse, massaged by JH
2015-06-13Doc fix: server_secret expansions should failexim-4_86_RC2Phil Pennock
The `cyrusless_sasl` authenticator example failed to explicitly fail if no result was found from the lookup. Using `server_secret`, we should _always_ fail instead of expanding to an empty string. Doc-fix only.
2015-06-06Logging: add log_selector items in the default config. Bug 1333Jeremy Harris
2015-06-06Doc: Add DKIM info in main sections. Bug 1607Jeremy Harris
2015-06-04Copyright year updates (things touched in 2015)Phil Pennock
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2015-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/) Note that there are a lot of changes made because of const propagation; I opted to include the copyright year updates in that, but we could be doing a better job with who gets the copyright credit for these changes. Changes visible with: git diff $(git rev-list -n1 --before="2015-01-01" master)
2015-06-04TLS authenticatorJeremy Harris
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