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

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

dmarc_tld_file = DIR/aux-fixed/TESTNUM.tldfile

acl_smtp_rcpt = accept
acl_smtp_data = check_data

queue_only

begin acl

check_data:
  accept	hosts = 	HOSTIPV4
		spf =		pass : !pass
		dmarc_status =	none : !none
		logwrite =	dmarc_status <$dmarc_status>
		logwrite =	dmarc_status_text <$dmarc_status_text>
		logwrite =	dmarc_used_domain <$dmarc_used_domain>
		logwrite =	dmarc_domain_policy <$dmarc_domain_policy>
		logwrite =	${authresults {$primary_hostname}}

# End