From e97957bc478f60d32649b329659d4b72748745c1 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Thu, 9 Mar 2006 15:10:16 +0000 Subject: Add new errors mail_4xx, data_4xx, lost_connection, tls_required. --- test/confs/2110 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'test/confs/2110') 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 -- cgit v1.2.3