Fix sender-verify callout to not use trigger-message SIZE
[exim.git] / test / confs / 0132
CommitLineData
afda344b
PH
1# Exim test configuration 0132
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15local:
16 driver = accept
17 retry_use_local_part
18 transport = appendfile
19
20
21# ----- Transports -----
22
23begin transports
24
25appendfile:
26 driver = appendfile
27 allow_fifo
28 file = DIR/test-fifo
29 user = CALLER
30 initgroups
31
32
33# ----- Retry -----
34
35
36begin retry
37
38* * F,1d,15m
39
40
41# End