Testsuite: fix problem with parsing retry records spanning midnight.
[exim.git] / test / confs / 0186
CommitLineData
afda344b
PH
1# Exim test configuration 0186
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14qualify_domain = test.ex
15
16# ----- Routers -----
17
18begin routers
19
20domainlist:
21 driver = manualroute
22 domains = ! +local_domains
23 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
24 route_list = ten-5-6.test.ex $domain byname
25 transport = smtp
26
27lookuphost:
28 driver = dnslookup
29 domains = ! +local_domains
30 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}fail}
31 transport = smtp
32 no_more
33
34
35# ----- Transports -----
36
37begin transports
38
39smtp:
40 driver = smtp
41 port = PORT_S
42
43
44# End