summaryrefslogtreecommitdiff
path: root/test/confs/0619
blob: 0736be60a252339b88955e5279cdde055b719629 (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 0619

.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