summaryrefslogtreecommitdiff
path: root/test/confs/0584
blob: 868a5e4e528015ec1936b1f68ca078c2c010213d (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
28
29
30
31
32
33
# Exim test configuration 0584

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

domainlist local_domains = test.ex

acl_smtp_rcpt = check_recipient
queue_only


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

begin acl

check_recipient:
  require verify = sender=OPT
  accept

# ----- Routers -----

begin routers

goodroute:
  driver = accept
  local_parts = userx
  verify_only


# End