https://bugs.exim.org/show_bug.cgi?id=1333
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/df081f7ad4ff0865c6ccd318b7806eb5cfbbd0ed commit df081f7ad4ff0865c6ccd318b7806eb5cfbbd0ed Author: Jeremy Harris <[email protected]> AuthorDate: Sat Jun 6 21:43:29 2015 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Sat Jun 6 21:48:40 2015 +0100 Logging: add log_selector items in the default config. Bug 1333 --- doc/doc-docbook/spec.xfpt | 7 +++++++ src/src/configure.default | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index c6b1e1b..8dab2a4 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -5598,6 +5598,13 @@ find that they send unqualified addresses. The two commented-out options: show how you can specify hosts that are permitted to send unqualified sender and recipient addresses, respectively. +The &%log_selector%& option is used to increase the detail of logging +over the default: +.code +log_selector = +smtp_protocol_error +smtp_syntax_error \ + +tls_certificate_verified +.endd + The &%percent_hack_domains%& option is also commented out: .code # percent_hack_domains = diff --git a/src/src/configure.default b/src/src/configure.default index c16221f..fe08bc2 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -249,6 +249,13 @@ host_lookup = * # and/or qualify_recipient (see above). +# Unless you run a high-volume site you probably want more logging +# detail than the default. Adjust to suit. + +log_selector = +smtp_protocol_error +smtp_syntax_error \ + +tls_certificate_verified + + # If you want Exim to support the "percent hack" for certain domains, # uncomment the following line and provide a list of domains. The "percent # hack" is the feature by which mail addressed to x%y@z (where z is one of -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
