Testtsuite: portability
[exim.git] / test / confs / 5103
... / ...
CommitLineData
1# Exim test configuration 5103
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9
10# ----- Routers -----
11
12begin routers
13
14r1:
15 driver = accept
16 transport = t1
17
18
19# ----- Transports -----
20
21begin transports
22
23t1:
24 driver = lmtp
25 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script +DIR/spool/log/mainlog
26 transport_filter = /non/existent/file
27
28
29# ----- Retry -----
30
31begin retry
32
33* * F,1d,1d
34
35# End