PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 5900
CommitLineData
3369a853
ACK
1# Exim test configuration 5900
2
3.include DIR/aux-var/std_conf_prefix
4
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15scan:
16 driver = accept
17 transport = scan
18
19
20# ----- Transports -----
21
22begin transports
23
24scan:
25 driver = queuefile
26 directory = DIR/test-mail/subdir
27
28# ----- Retry -----
29
30begin retry
31
32* * F,10m,2d
33
34
35# End