summaryrefslogtreecommitdiff
path: root/test/confs/0623
blob: 7ac0ad3c5404acd00789495bd97f8bfb11e1959f (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 0623

.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