delay_after_cutoff = false will allow exim to make one last gasp attempt
authorStephen Gran <steve@lobefin.net>
Sat, 20 Jun 2009 12:43:31 +0000 (13:43 +0100)
committerStephen Gran <steve@lobefin.net>
Sat, 20 Jun 2009 12:43:31 +0000 (13:43 +0100)
at delivery for arriving messages even when all delivery hosts are past
their cutoff time.  This won't make a difference in most cases, but will
eliminate the bouncing of messages without a single delivery attempt in
some corner cases.
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index 46f624e..e5f5ba7 100644 (file)
@@ -1422,6 +1422,7 @@ address_reply:
 remote_smtp:
   driver = smtp
   connect_timeout = 1m
+  delay_after_cutoff = false
 <%=
 out = ""
 if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"
@@ -1438,6 +1439,7 @@ out = '
 remote_smtp_smarthost:
   debug_print = "T: remote_smtp_smarthost for $local_part@$domain"
   driver = smtp
+  delay_after_cutoff = false
   port = '
   out += nodeinfo['smarthost_port'].to_s + "\n"
   if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"