summaryrefslogtreecommitdiff
path: root/test/confs/0234
blob: 5d34833aca33df2a120c6ea1e8980daa6871a3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Exim test configuration 0234

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----

acl_smtp_rcpt = check_recipient

domainlist relay_domains = @mx_any


# ----- ACLs -----

begin acl

check_recipient:
  accept  domains = +relay_domains
  deny    message = relay not permitted


# End