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>
remote_smtp:
driver = smtp
connect_timeout = 1m
+ delay_after_cutoff = false
<%=
out = ""
if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"
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"