Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0320
CommitLineData
afda344b
PH
1# Exim test configuration 0320
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = check_recipient
9qualify_domain = test.ex
10
11
12# ------ ACL ------
13
14begin acl
15
16check_recipient:
17 accept local_parts = DIR/aux-fixed/TESTNUM.list : +caseful : LP10
18
19# ----- Routers -----
20
21begin routers
22
23
24# ----- Transports -----
25
26begin transports
27
28
29# ----- Retry -----
30
31begin retry
32
33* * F,5d,1d
34
35
36# End