Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0186
CommitLineData
afda344b
PH
1# Exim test configuration 0186
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
14domainlist local_domains = test.ex
15qualify_domain = test.ex
16
17# ----- Routers -----
18
19begin routers
20
21domainlist:
22 driver = manualroute
23 domains = ! +local_domains
24 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
25 route_list = ten-5-6.test.ex $domain byname
26 transport = smtp
27
28lookuphost:
29 driver = dnslookup
30 domains = ! +local_domains
31 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}fail}
32 transport = smtp
33 no_more
34
35
36# ----- Transports -----
37
38begin transports
39
40smtp:
41 driver = smtp
42 port = PORT_S
43
44
45# End