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