Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test utility unless...
[exim.git] / test / confs / 0141
CommitLineData
afda344b
PH
1# Exim test configuration 0141
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13ignore_bounce_errors_after = 0s
14
15
16# ----- Routers -----
17
18begin routers
19
20ok:
21 driver = redirect
22 allow_defer
23 allow_fail
24 condition = ${if match{$received_protocol}{^prot\\d\$}{1}{0}}
25 data = :fail: Forced failure
26 retry_use_local_part
27
28
29# ----- Retry -----
30
31begin retry
32
33* * F,1d,15m
34
35
36# End