debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0099
1 # Exim test configuration 0099
2
3 RETRY =
4
5 .include DIR/aux-var/std_conf_prefix
6
7
8 # ----- Main settings -----
9
10 primary_hostname = primary.test.ex
11 qualify_domain = test.ex
12 retry_data_expire = 2s
13 log_selector = +received_recipients
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 bydns:
21 driver = dnslookup
22 domains = mxt2.test.ex : mxnonexist.test.ex
23 transport = smtp
24 fail_defer_domains = *
25
26 all:
27 driver = manualroute
28 route_list = simple thishost.test.ex byname \
29 ; complex thisloop.test.ex byname \
30 ; nonexist nonexist.test.ex byname \
31 ; * 127.0.0.1 byname
32 self = send
33 host_find_failed = defer
34 transport = smtp
35
36
37 # ----- Transports -----
38
39 begin transports
40
41 smtp:
42 driver = smtp
43 port = PORT_N
44 hosts_try_fastopen = :
45 RETRY
46
47
48 # ----- Retry -----
49
50 begin retry
51
52 * * senders=: G,1d,1m,1.5
53 * * senders = "a@b.c : d@e.f" G,2d,2m,1.5
54
55 rcpt45x.test.ex rcpt_45x F,10d,2m
56 rcpt463.test.ex rcpt_463 F,10d,3m
57 rcpt4xx.test.ex rcpt_4xx F,10d,1m
58 * lookup F,10d,30m
59
60 *@\N^\d * F,5d,1m
61 *@*.abcd.ex * F,5d,2m
62 *@literal.ex * F,5d,3m
63 *@lsearch;DIR/aux-fixed/TESTNUM.rlist2 * F,5d,4m
64 *@@[] * F,5d,5m
65 *@@ * F,5d,6m
66 lsearch*@;DIR/aux-fixed/TESTNUM.rlist * F,1d,3m
67 *.star.ex * F,3d,10m
68 !*.not.ex * F,2d,20m
69 * * F,12d,150m
70
71 # End