From bf624a64a4395692f94ad304126a81d35a6d95df Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 14 Apr 2020 21:51:51 +0100 Subject: Early-pipe: invalidate cache on a failure of required-auth --- test/confs/4056 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/confs') diff --git a/test/confs/4056 b/test/confs/4056 index 03740f67a..d736bf62e 100644 --- a/test/confs/4056 +++ b/test/confs/4056 @@ -1,6 +1,8 @@ # test config 4056 # Early-pipe, AUTH (no TLS!) +AA = yes + keep_environment = PATH exim_path = EXIM_PATH host_lookup_order = bydns @@ -59,9 +61,17 @@ plain: driver = plaintext public_name = PLAIN + server_advertise_condition = AA server_condition = "\ ${if and {{eq{$auth2}{userx}}{eq{$auth3}{secret}}}{yes}{no}}" server_set_id = $auth2 client_send = ^userx^secret +# ----- Retry ----- + + +begin retry + +* * F,5d,10s + -- cgit v1.2.3