5afb8e78691a0cca52568df4422337c67607a8fc
[exim.git] / test / confs / 0368
1 # Exim test configuration 0368
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
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 : *.test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 r1:
21   driver = manualroute
22   domains = manualroute
23   route_list = * ten-1.test.ex:ten-1.test.ex:ten-2.test.ex
24   transport = t1
25
26 r2:
27   driver = dnslookup
28   transport = t1
29
30
31 # ----- Transports -----
32
33 begin transports
34
35 t1:
36   driver = smtp
37
38
39 # ----- Retry -----
40
41
42 begin retry
43
44 * * F,5d,1d
45
46
47 # End