PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0187
1 # Exim test configuration 0187
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9
10 qualify_domain = test.ex
11 allow_mx_to_ip
12
13 # ----- Routers -----
14
15 begin routers
16
17 domainlist:
18 driver = manualroute
19 domains = ! +local_domains
20 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
21 route_list = ten-5-6.test.ex $domain bydns
22 transport = smtp
23
24 lookuphost:
25 driver = dnslookup
26 domains = ^mxt
27 ignore_target_hosts = V4NET.0.0.2 : V4NET.0.0.1 : 127.0.0.0/8 : ::::1
28 no_more
29 transport = smtp
30
31 lookuphost2:
32 driver = dnslookup
33 domains = ! +local_domains
34 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}} : \
35 127.0.0.1 : ::::1
36 self = send
37 transport = smtp
38 no_more
39
40
41 # ----- Transports -----
42
43 begin transports
44
45 smtp:
46 driver = smtp
47 port = PORT_S
48
49
50 # ----- Retry -----
51
52
53 begin retry
54
55 * * F,5d,1d
56
57
58 # End