summaryrefslogtreecommitdiff
path: root/test/confs/4650
blob: d6a637adb3844d8e37ff7a219c957861204945ab (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
40
41
# 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
dmarc_history_file = DIR/tmp/TESTNUM.hist.dmarc
dkim_verify_hashes = sha256 : sha512 : sha1

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