Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 5100
1 # Exim test configuration 5100
2
3 IGNORE_QUOTA=FALSE
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 domainlist local_domains = test.ex : *.test.ex
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 bounces:
19 driver = redirect
20 allow_defer
21 data = :blackhole:
22 retry_use_local_part
23 senders = :
24
25 smartuser:
26 driver = accept
27 retry_use_local_part
28 transport = lmtp
29
30
31 # ----- Transports -----
32
33 begin transports
34
35 lmtp:
36 driver = lmtp
37 batch_max = 100
38 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script.$h_script: +DIR/spool/log/mainlog
39 timeout = 1s
40 user = EXIMUSER
41 ignore_quota = IGNORE_QUOTA
42
43
44 # ----- Retry -----
45
46
47 begin retry
48
49 * mail_4xx
50 * rcpt_4xx F,1d,1m
51 * * F,5d,1d
52
53
54 # End