testsuite: abstract out common conf settings
[exim.git] / test / confs / 3204
... / ...
CommitLineData
1# Exim test configuration 3204
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = check_recipient
10
11
12# ------ ACL ------
13
14begin acl
15
16check_recipient:
17 deny senders = testdb;defer
18
19# End