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