Add expansion variable $headers_added returning newline-sep list of headers
[exim.git] / test / confs / 2010
index bda63bb7afe054235a22ce1a69426917da59bd31..2415c685ed74b08b6d6f739ba17b757856f4c6bc 100644 (file)
@@ -1,6 +1,8 @@
 # Exim test configuration 2010
 
 SERVER =
+TIMES =
+HOSTS = 127.0.0.1 : HOSTIPV4
 
 exim_path = EXIM_PATH
 host_lookup_order = bydns
@@ -44,8 +46,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  TIMES
+* *  F,1d,5m
+
 # End