summaryrefslogtreecommitdiff
path: root/test/confs/2110
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/2110')
-rw-r--r--test/confs/211011
1 files changed, 10 insertions, 1 deletions
diff --git a/test/confs/2110 b/test/confs/2110
index dc1656832..1eb7ecb11 100644
--- a/test/confs/2110
+++ b/test/confs/2110
@@ -1,6 +1,7 @@
# Exim test configuration 2110
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