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

.include DIR/aux-var/std_conf_prefix


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

primary_hostname = primaryhostname.ex
hosts_treat_as_local = 46.test.ex
allow_domain_literals

acl_smtp_rcpt = chk_rcpt

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

begin acl

chk_rcpt:
  accept	domains = OPT
		logwrite = domain $domain
		logwrite = value  $domain_data
		logwrite = \$0 '$0'  \$1 '$1'

# End