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