Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0153
CommitLineData
afda344b
PH
1# Exim test configuration 0153
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
14
15# ----- Routers -----
16
17begin routers
18
19virtual:
20 driver = redirect
21 domains = *.virt.test.ex
22 address_data = ${if match{$domain}{^(.*)\\.virt\\.test\\.ex\$}{$1}}
23 data = ${if exists{DIR/aux-fixed/TESTNUM.alias.$address_data} \
24 {${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias.$address_data}}} \
25 fail}
26 no_more
27
28list:
29 driver = redirect
30 domains = list.test.ex
31 file = ${if exists{DIR/aux-fixed/TESTNUM.list.$local_part} \
32 {DIR/aux-fixed/TESTNUM.list.$local_part}fail}
33 no_more
34
35real:
36 driver = accept
37 verify_only
38
39
40# End