summaryrefslogtreecommitdiff
path: root/test/confs/0579
blob: 5e61752abbc785806b4c019ac4a20765943f9633 (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
# Exim test configuration 0579

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

domainlist local_domains = test.ex
log_selector = +received_recipients

acl_smtp_rcpt = accept logwrite=cmd '$smtp_command'

# ------ ACLs ------

begin acl

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

begin routers

r1:
  driver = redirect
  data = :blackhole:


# ------ Transports ------

begin transports

# End