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