More new test committing.
[exim.git] / test / confs / 0367
CommitLineData
afda344b
PH
1# Exim test configuration 0367
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13qualify_domain = test.ex
14queue_run_in_order
15
16
17# ----- Routers -----
18
19begin routers
20
21others:
22 driver = manualroute
23 route_list = domain1 127.0.0.1 byname
24 self = send
25 transport = smtp
26 no_more
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35 port = PORT_S
36
37
38# ----- Retry -----
39
40
41begin retry
42
43* * F,5d,1d
44
45
46# End