Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 5203
... / ...
CommitLineData
1# Exim test configuration 5203
2
3exim_path = EXIM_PATH
4keep_environment =
5host_lookup_order = bydns
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10tls_advertise_hosts =
11
12# ----- Main settings -----
13
14domainlist local_domains = test.ex
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22query:
23 driver = queryprogram
24 command = DIR/bin/fd -q
25 command_user = nobody
26 domains = ! +local_domains
27 transport = userx_delivery
28 no_more
29
30# ----- Transports -----
31
32begin transports
33
34userx_delivery:
35 driver = appendfile
36 file = DIR/test-mail/$local_part
37 message_suffix = "$address_data\n"
38 user = CALLER
39
40
41# End