Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 0360
1 # Exim test configuration 0360
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 v0:
16 driver = accept
17 local_parts = postmaster
18 verify_only
19
20 r1:
21 driver = dnslookup
22 domains = !test.ex
23 widen_domains = test.ex
24 transport = t1
25
26 r2:
27 driver = redirect
28 allow_defer
29 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
30 errors_to = postmaster@test.ex
31
32
33 # ----- Transports -----
34
35 begin transports
36
37 t1:
38 driver = smtp
39 hosts_try_fastopen = :
40
41
42 # ----- Retry -----
43
44 begin retry
45
46 * * F,3s,1s; G,1h,2s,2
47
48 # End