Use common routine for building tagstring for dns-fail cache
[exim.git] / test / confs / 0234
1 # Exim test configuration 0234
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_rcpt = check_recipient
10
11 domainlist relay_domains = @mx_any
12
13
14 # ----- ACLs -----
15
16 begin acl
17
18 check_recipient:
19 accept domains = +relay_domains
20 deny message = relay not permitted
21
22
23 # End