projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
109026b
)
exim: Don't log headers on rejection.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 13 Jan 2010 17:19:51 +0000
(18:19 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 13 Jan 2010 17:19:51 +0000
(18:19 +0100)
etc/exim4/conf.d/main/main_config
patch
|
blob
|
history
diff --git
a/etc/exim4/conf.d/main/main_config
b/etc/exim4/conf.d/main/main_config
index a3996d27d4c6546d3c0788e50198e549ab4f4f8e..bed01f25742721a6acc2481bbf5e092f853f23ee 100644
(file)
--- a/
etc/exim4/conf.d/main/main_config
+++ b/
etc/exim4/conf.d/main/main_config
@@
-63,6
+63,7
@@
spool_directory = /var/spool/exim4
delay_warning =
# Log subjects, for easy tracing of messages and peer dn on TLS connections.
delay_warning =
# Log subjects, for easy tracing of messages and peer dn on TLS connections.
-log_selector = +subject +tls_peerdn +tls_certificate_verified
+# Don't log complete headers on rejects, that clutters the log.
+log_selector = +subject +tls_peerdn +tls_certificate_verified -rejected_header
# vim: set sts=2 expandtab sw=2 ai:
# vim: set sts=2 expandtab sw=2 ai: