Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
[exim.git] / test / confs / 0347
CommitLineData
afda344b
PH
1# Exim test configuration 0347
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12domainlist local_domains = test.ex
13
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = manualroute
23 self = pass
24 route_list = * 127.0.0.1
25
26r2:
27 driver = accept
28 transport = t1
29
30
31
32# ----- Transports -----
33
34begin transports
35
36t1:
37 driver = appendfile
38 batch_max = 100
39 file = /dev/null
40 user = CALLER
41
42
43# ----- Retry -----
44
45
46begin retry
47
48* * F,1d,15m
49
50# End