Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0187
CommitLineData
afda344b
PH
1# Exim test configuration 0187
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12domainlist local_domains = test.ex
13
14qualify_domain = test.ex
15allow_mx_to_ip
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 bydns
26 transport = smtp
27
28lookuphost:
29 driver = dnslookup
30 domains = ^mxt
31 ignore_target_hosts = V4NET.0.0.2 : V4NET.0.0.1 : 127.0.0.0/8 : ::::1
32 no_more
33 transport = smtp
34
35lookuphost2:
36 driver = dnslookup
37 domains = ! +local_domains
38 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}} : \
39 127.0.0.1 : ::::1
40 self = send
41 transport = smtp
42 no_more
43
44
45# ----- Transports -----
46
47begin transports
48
49smtp:
50 driver = smtp
51 port = PORT_S
52
53
54# ----- Retry -----
55
56
57begin retry
58
59* * F,5d,1d
60
61
62# End