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

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.ex

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

acl_smtp_rcpt = check_recipient
domainlist local_domains = test.ex : myhost.ex
domainlist relay_domains = test.ex
hostlist relay_hosts = "! V4NET.255.0.1 : !V4NET.255.0.2 : \
  !DIR/aux-var/TESTNUM.d1 : ! DIR/aux-var/TESTNUM.d2 : \
  ten-1.test.ex : ten-5-6.test.ex"


# ------ ACL ------

begin acl

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

# End