Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 0345
1 # Exim test configuration 0345
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9
10 qualify_domain = test.ex
11 ignore_bounce_errors_after = 0s
12 admin_groups = CALLER
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 smart:
20 driver = accept
21 retry_use_local_part
22 transport = local_delivery
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 local_delivery:
30 driver = appendfile
31 file = DIR/test-mail/$local_part
32 quota = 20
33 user = CALLER
34
35
36 # ----- Retry -----
37
38
39 begin retry
40
41 * quota_7d
42 * quota F,1h,20s
43 * * F,1d,15m
44
45 # End