Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0031
CommitLineData
afda344b
PH
1# Exim test configuration 0031
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13
14# ----- Main settings -----
15
16domainlist local_domains = *.test.ex : myhost.ex
17hold_domains = !one.test.ex : *.test.ex : myhost.ex
18
19
20# ----- Routers -----
21
22begin routers
23
24localuser:
25 driver = accept
26 check_local_user
27 transport = local_delivery
28
29
30# ----- Transports -----
31
32begin transports
33
34local_delivery:
35 driver = appendfile
36 delivery_date_add
37 envelope_to_add
38 file = DIR/test-mail/$local_part
39 return_path_add
40
41# End