Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0491
CommitLineData
afda344b
PH
1# Exim test configuration 0491
2
3UL=abc@xyz
4REWRITE=
5
6exim_path = EXIM_PATH
bc3c7bb7 7keep_environment =
afda344b
PH
8host_lookup_order = bydns
9primary_hostname = myhost.test.ex
afda344b
PH
10spool_directory = DIR/spool
11log_file_path = DIR/spool/log/%slog
12gecos_pattern = ""
13gecos_name = CALLER_NAME
23f3dc67 14tls_advertise_hosts =
afda344b
PH
15
16# ----- Main settings -----
17
18# When running in the test harness, this setting overrides the real login
19# (normally it acts only if no login name can be found).
20
21unknown_login = UL
22
23
24# ----- Routers -----
25
26begin routers
27
28r1:
29 driver = accept
30 transport = t1
31
32
33# ----- Transports -----
34
35begin transports
36
37t1:
38 driver = appendfile
39 file = DIR/test-mail/$local_part
40 user = CALLER
41
42
43# ----- Rewrite -----
44
45begin rewrite
46
47REWRITE
48
49# End