Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346
[exim.git] / test / confs / 0452
CommitLineData
afda344b
PH
1# Exim test configuration 0452
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = redirect
23 allow_filter
24 file = DIR/aux-fixed/TESTNUM.filter-$h_fno:
25 reply_transport = t2
26 user = CALLER
27
28r2:
29 driver = accept
30 transport = t1
31
32
33# ----- Transports -----
34
35begin transports
36
37t1:
38 driver = appendfile
39 file = DIR/test-mail/$local_part
40 user = CALLER
41
42t2:
43 driver = autoreply
44
45
46# End