summaryrefslogtreecommitdiff
path: root/test/confs/3211
blob: 96035debd7112c0041fd4b31b412207e98fcc594 (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
34
35
36
37
38
39
40
# Exim test configuration 3211

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

acl_smtp_rcpt = check_recipient


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

begin acl

check_recipient:
  accept  verify = recipient


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

begin routers

r1:
  driver = dnslookup
  local_part_prefix = r1-
  domains = !testdb;fail
  verify_only

skipped:
  driver = redirect
  verify_only
  data = ${lookup testdb{fail}}
  debug_print = +++ sender_address = <$sender_address>

temp:
  driver = dnslookup
  verify_only

# End