diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-06 21:43:29 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-06 21:48:40 +0100 |
commit | df081f7ad4ff0865c6ccd318b7806eb5cfbbd0ed (patch) | |
tree | d59f24ffec1733e864929b7ff0f6eeca3b55f88c /src | |
parent | 7e5297ef3a3cd50dbd92500e1d74364aefbd03ab (diff) |
Logging: add log_selector items in the default config. Bug 1333
Diffstat (limited to 'src')
-rw-r--r-- | src/src/configure.default | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/src/configure.default b/src/src/configure.default index c16221fc1..fe08bc243 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 |