PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0395
CommitLineData
afda344b
PH
1# Exim test configuration 0395
2
3TRUSTED=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b
PH
7
8# ----- Main settings -----
9
10acl_smtp_rcpt = accept
11qualify_domain = test.ex
12smtp_max_synprot_errors = 20
13trusted_users = TRUSTED
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = accept
22 transport = t1
23
24
25# ----- Transports -----
26
27begin transports
28
29t1:
30 driver = appendfile
31 file = DIR/test-mail/$local_part
32 user = CALLER
33
34# End