c8f76b8c8dc99a8188328387c130cef0da0ae31e
[exim.git] / test / confs / 0476
1 # Exim test configuration 0476
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 queue_run_in_order
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 r1:
20   driver = manualroute
21   transport = t1
22   route_list = * 127.0.0.1
23   self = send
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 t1:
31   driver = smtp
32   port = PORT_S
33
34
35 # ----- Retry -----
36
37 begin retry
38
39 * *  F,1d,2h
40
41
42 # End