Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 4650
CommitLineData
55997e6c
JH
1# Exim test configuration 4650
2
590fd9ee
JH
3exim_path = EXIM_PATH
4keep_environment =
5host_lookup_order = bydns
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/SERVER%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10chunking_advertise_hosts = *
11tls_advertise_hosts =
12.ifdef _HAVE_PIPE_CONNECT
13pipelining_connect_advertise_hosts =
14.endif
55997e6c
JH
15
16primary_hostname = myhost.test.ex
17
18# ----- Main settings -----
19
20dmarc_tld_file = DIR/aux-fixed/TESTNUM.tldfile
21
22acl_smtp_rcpt = accept
23acl_smtp_data = check_data
24
25queue_only
26
27begin acl
28
29check_data:
30 accept hosts = HOSTIPV4
31 spf = pass : !pass
32 dmarc_status = none : !none
33 logwrite = dmarc_status <$dmarc_status>
34 logwrite = dmarc_status_text <$dmarc_status_text>
35 logwrite = dmarc_used_domain <$dmarc_used_domain>
36 logwrite = dmarc_domain_policy <$dmarc_domain_policy>
37 logwrite = ${authresults {$primary_hostname}}
38
39# End