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

exim_path = EXIM_PATH
keep_environment =
host_lookup_order = bydns
spool_directory = DIR/spool
log_file_path = DIR/spool/log/SERVER%slog
gecos_pattern = ""
gecos_name = CALLER_NAME
chunking_advertise_hosts = *
tls_advertise_hosts =
.ifdef _HAVE_PIPE_CONNECT
pipelining_connect_advertise_hosts =
.endif

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