Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0459
CommitLineData
afda344b
PH
1# Exim test configuration 0459
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11
12acl_smtp_rcpt = $local_part
13
14
15# ----- ACLs -----
16
17begin acl
18
19inner:
20 defer log_message = forced defer
21
22outer:
23 deny senders = ${lookup{xxx}lsearch{/non/exist}}
24 deny acl = inner
25
26
27# End