Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 5102
CommitLineData
afda344b
PH
1# Exim test configuration 5102
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
9domainlist local_domains = test.ex : *.test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16bounces:
17 driver = redirect
18 allow_defer
19 data = :blackhole:
20 retry_use_local_part
21 senders = :
22
23smartuser:
24 driver = accept
25 retry_use_local_part
26 transport = lmtp
27
28
29# ----- Transports -----
30
31begin transports
32
33lmtp:
34 driver = lmtp
35 batch_max = 100
36 socket = DIR/test.socket
37 timeout = 1s
38 user = EXIMUSER
39
40
41# ----- Retry -----
42
43
44begin retry
45
46* * F,5d,1d
47
48
49# End