summaryrefslogtreecommitdiff
path: root/test/confs/0618
blob: 420e290412b4f0a381d18ffeacf77e32f24d8f23 (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 0618

.include DIR/aux-var/std_conf_prefix


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

domainlist local_domains = @

acl_smtp_rcpt = chk_rcpt

queue_only


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

begin acl

chk_rcpt:
  accept	local_parts =	lsearch;DIR/aux-fixed/TESTNUM.list
		domains =	lsearch;DIR/aux-fixed/TESTNUM.list

# End