Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0330
CommitLineData
afda344b
PH
1# Exim test configuration 0330
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
15
16
17# ----- Routers -----
18
19begin routers
20
21alias:
22 driver = redirect
23 data = ${if eq {$local_part}{UserY}{userz1}\
24 {${if eq {$local_part}{usery}{userz2}{}}}}
25 caseful_local_part
26
27forward:
28 driver = redirect
29 check_ancestor
30 no_check_local_user
31 file = DIR/aux-fixed/TESTNUM.forward
32
33deliver:
34 driver = accept
35 local_parts = ^userz
36 transport = appendfile
37
38
39# ----- Transports -----
40
41begin transports
42
43appendfile:
44 driver = appendfile
45 envelope_to_add
46 file = DIR/test-mail/$local_part
47 user = CALLER
48
49
50# End