Additional tests - didn't show any problems.
[exim.git] / test / confs / 0187
1 # Exim test configuration 0187
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14
15 qualify_domain = test.ex
16 allow_mx_to_ip
17
18 # ----- Routers -----
19
20 begin routers
21
22 domainlist:
23 driver = manualroute
24 domains = ! +local_domains
25 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
26 route_list = ten-5-6.test.ex $domain bydns
27 transport = smtp
28
29 lookuphost:
30 driver = dnslookup
31 domains = ^mxt
32 ignore_target_hosts = V4NET.0.0.2 : V4NET.0.0.1 : 127.0.0.0/8 : ::::1
33 no_more
34 transport = smtp
35
36 lookuphost2:
37 driver = dnslookup
38 domains = ! +local_domains
39 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}} : \
40 127.0.0.1 : ::::1
41 self = send
42 transport = smtp
43 no_more
44
45
46 # ----- Transports -----
47
48 begin transports
49
50 smtp:
51 driver = smtp
52 port = PORT_S
53
54
55 # ----- Retry -----
56
57
58 begin retry
59
60 * * F,5d,1d
61
62
63 # End