Testsuite: ensure logging path is set
[exim.git] / test / confs / 0124
CommitLineData
afda344b
PH
1# Exim test configuration 0124
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8acl_smtp_rcpt = check_recipient
9
10domainlist local_domains = test.ex
11hostlist relay_hosts = *.friendly.test.ex
12qualify_domain = test.ex
13
14
15# ----- ACL -----
16
17begin acl
18
19check_recipient:
20 accept hosts = :
21 accept domains = +local_domains
22 accept hosts = +relay_hosts
23 deny message = relay not permitted
24
25
26# End