Test case for retry_include_ip_address
[exim.git] / test / confs / 0099
CommitLineData
afda344b
PH
1# Exim test configuration 0099
2
51596af4
JH
3RETRY =
4
afda344b
PH
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7rfc1413_query_timeout = 0s
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15primary_hostname = primary.test.ex
16qualify_domain = test.ex
17retry_data_expire = 2s
18
19
20# ----- Routers -----
21
22begin routers
23
24all:
25 driver = manualroute
51596af4
JH
26 route_list = simple thishost.test.ex byname \
27 ; complex localhost.test.ex byname \
28 ; * 127.0.0.1 byname
afda344b
PH
29 self = send
30 transport = smtp
31
32
33# ----- Transports -----
34
35begin transports
36
37smtp:
38 driver = smtp
39 port = 999
51596af4 40 RETRY
afda344b
PH
41
42
43# ----- Retry -----
44
45begin retry
46
47* * senders=: G,1d,1m,1.5
48* * senders = "a@b.c : d@e.f" G,2d,2m,1.5
49
50rcpt45x.test.ex rcpt_45x F,10d,2m
51rcpt463.test.ex rcpt_463 F,10d,3m
52rcpt4xx.test.ex rcpt_4xx F,10d,1m
53
54*@\N^\d * F,5d,1m
55*@*.abcd.ex * F,5d,2m
56*@literal.ex * F,5d,3m
57*@lsearch;DIR/aux-fixed/TESTNUM.rlist2 * F,5d,4m
58*@@[] * F,5d,5m
59*@@ * F,5d,6m
60lsearch*@;DIR/aux-fixed/TESTNUM.rlist * F,1d,3m
61*.star.ex * F,3d,10m
34fab493
PH
62!*.not.ex * F,2d,15m
63* * F,12d,150m
afda344b
PH
64
65# End