Fix sender-verify callout to not use trigger-message SIZE
[exim.git] / test / confs / 0310
CommitLineData
afda344b
PH
1# Exim test configuration 0310
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9no_bounce_return_message
10
11# ----- Routers -----
12
13begin routers
14
15bounce:
16 driver = accept
17 senders = :
18 transport = bounce
19
20all:
21 driver = accept
22 transport = local_delivery
23
24
25# ----- Transports -----
26
27begin transports
28
29local_delivery:
30 driver = appendfile
31 file = DIR/test-mail/$local_part
32 quota = 5
33 user = CALLER
34
35bounce:
36 driver = appendfile
37 file = DIR/test-mail/$local_part
38 user = CALLER
39
40
41# End