Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0122
CommitLineData
afda344b
PH
1# Exim test configuration 0122
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = check_recipient
9acl_smtp_data = check_message
10
11domainlist local_domains = test.ex
12qualify_domain = test.ex
13
14system_filter = DIR/aux-fixed/TESTNUM.filter
15
16
17# End