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