Add new errors mail_4xx, data_4xx, lost_connection, tls_required.
[exim.git] / test / confs / 2010
index bda63bb7afe054235a22ce1a69426917da59bd31..c08d4ce4997fe9ca3b107b0b8a9c0a953693218d 100644 (file)
@@ -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