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