25387f89e3a785bb82d4c879f8cf9736d522c71a
[exim.git] / test / confs / 0543
1 # Exim test configuration 0543
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 qualify_domain = test.ex
13 queue_run_in_order
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 smarthost:
21   driver = accept
22   transport = smtp
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 smtp:
30   driver = smtp
31   hosts = thisloop.test.ex
32   hosts_max_try = 1
33   allow_localhost
34   port = PORT_S
35
36
37 # ----- Retry -----
38
39
40 begin retry
41
42 * * F,5d,15m
43
44
45 # End