diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0497 | 8 | ||||
-rw-r--r-- | test/confs/2010 | 11 | ||||
-rw-r--r-- | test/confs/2110 | 11 | ||||
-rw-r--r-- | test/confs/5100 | 1 |
4 files changed, 29 insertions, 2 deletions
diff --git a/test/confs/0497 b/test/confs/0497 index 4777bd20d..23748aedf 100644 --- a/test/confs/0497 +++ b/test/confs/0497 @@ -17,6 +17,11 @@ gecos_name = CALLER_NAME begin routers +r0: + driver = redirect + senders = : + data = :blackhole: discard bounces + r1: driver = accept transport = t1 @@ -37,7 +42,10 @@ t1: begin retry +* lost_connection +* mail_4xx * rcpt_4xx +* data_4xx * * F,1d,15m 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 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 diff --git a/test/confs/5100 b/test/confs/5100 index a1b5c67d0..09a3dc891 100644 --- a/test/confs/5100 +++ b/test/confs/5100 @@ -51,6 +51,7 @@ lmtp: begin retry +* mail_4xx * rcpt_4xx F,1d,1m * * F,5d,1d |