Cutthrough: expand transport dkim_domain option when testing for dkim signing
[exim.git] / test / confs / 0447
CommitLineData
afda344b
PH
1# Exim test configuration 0447
2
3INSERT=
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b
PH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
23f3dc67 13tls_advertise_hosts =
afda344b
PH
14
15
16# ----- Main settings -----
17
18qualify_domain = test.ex
19
20#----- Routers -----
21
22begin routers
23
24r0:
25 driver = dnslookup
26 domains = *.test.again.dns
27 transport = t1
28
29r1:
30 driver = accept
31 transport = t1
32
33
34# ----- Transports -----
35
36begin transports
37
38# A connection timeout of 999999 turns connection refused into connection
39# timeout when running in the test harness.
40
41t1:
42 driver = smtp
43 hosts = 127.0.0.1
44 port = PORT_S
45 allow_localhost
46 connect_timeout = 999999s
47
48
49# ----- Retry -----
50
51begin retry
52
53INSERT
54#* timeout_dns F,1d,13s
55* timeout_connect F,1d,1m
56* timeout F,1d,2m
57* auth_failed F,1d,10m
58* * F,1d,3m
59
60
61# End