Build: another go at Solaris workarounds
[exim.git] / test / confs / 0312
... / ...
CommitLineData
1# Exim test configuration 0312
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9acl_smtp_rcpt = check_rcpt
10
11# ------ ACL ------
12
13begin acl
14
15check_rcpt:
16 deny dnslists = +defer_unknown : test.again.dns
17 accept
18
19# End