From b73589a10f0517077a8e604bc0293030e61c0e33 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 27 Aug 2013 08:58:52 +0100 Subject: [PATCH] we don't need that long a timeout Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index bafc7d29f..7f967c4cc 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -1561,7 +1561,7 @@ address_reply: remote_smtp: driver = smtp - connect_timeout = 1m + connect_timeout = 15s delay_after_cutoff = false tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key -- 2.20.1