From 177f32f0d0a0bacd4734be5d0adfdab36a5ef217 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 3 Jun 2009 12:51:41 +0200 Subject: [PATCH] exim4: Don't send delay warnings. By default, Exim sends a warning to the sender of a message every 24h as long is it couldn't be delivered. This isn't really useful to most people, so we disable it. --- etc/exim4/conf.d/main/main_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/exim4/conf.d/main/main_config b/etc/exim4/conf.d/main/main_config index bc4e7b1..fb15a32 100644 --- a/etc/exim4/conf.d/main/main_config +++ b/etc/exim4/conf.d/main/main_config @@ -59,6 +59,8 @@ timeout_frozen_after = 7d freeze_tell = postmaster # Define spool directory spool_directory = /var/spool/exim4 +# Don't send out delivery delay warnings (by default once every 24h). +delay_warning = # Log subjects, for easy tracing of messages and peer dn on TLS connections. log_selector = +subject +tls_peerdn +tls_certificate_verified -- 2.30.2