summaryrefslogtreecommitdiff
path: root/test/confs/2010
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/2010')
-rw-r--r--test/confs/201011
1 files changed, 10 insertions, 1 deletions
diff --git a/test/confs/2010 b/test/confs/2010
index bda63bb7a..c08d4ce49 100644
--- a/test/confs/2010
+++ b/test/confs/2010
@@ -1,6 +1,7 @@
# Exim test configuration 2010
SERVER =
+HOSTS = 127.0.0.1 : HOSTIPV4
exim_path = EXIM_PATH
host_lookup_order = bydns
@@ -44,8 +45,16 @@ begin transports
send_to_server:
driver = smtp
allow_localhost
- hosts = 127.0.0.1 : HOSTIPV4
+ hosts = HOSTS
hosts_require_tls = *
port = PORT_D
+
+# ----- Retry -----
+
+begin retry
+
+* tls_required
+* * F,1d,5m
+
# End