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