Testtsuite: portability
[exim.git] / test / confs / 0293
CommitLineData
afda344b
PH
1# Exim test configuration 0293
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5trusted_users = CALLER
d4dc049f 6primary_hostname = myhost.test.ex
afda344b
PH
7
8# ----- Main settings -----
9
10acl_smtp_rcpt = accept
11smtp_accept_queue_per_connection = 1
12smtp_accept_max_per_connection = 2
13no_write_rejectlog
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 = /dev/null
32 user = CALLER
33
34# End