Testsuite: DMARC history-file
[exim.git] / test / scripts / 4650-DMARC / 4650
1 # acl variables and authresults
2 #
3 # For now just check that what should be working syntax does not cause us to fall over.
4 #
5 # SPF and DMARC lookups in DNS are diverted into the testsuite fakedns handling.
6 # Be careful with envelope-domains used for testcases, as real DNS lookups will be done
7 # for names not provided for in fakedns.
8 #
9 mkdir DIR/tmp
10 sudo chmod 777 DIR/tmp
11 #
12 exim -bd -DSERVER=server -oX PORT_D
13 ****
14 client HOSTIPV4 PORT_D
15 ??? 220
16 HELO testclient
17 ??? 250
18 MAIL FROM:<a@test.ex>
19 ??? 250
20 RCPT TO:<fred@test.ex>
21 ??? 250
22 DATA
23 ??? 3
24 Subject: test
25 From: <z@test.ex>
26
27 body line
28 .
29 ??? 250
30 QUIT
31 ****
32 #
33 killdaemon
34 cat DIR/tmp/TESTNUM.hist.dmarc
35 #
36 sudo rm -fr DIR/tmp
37 no_msglog_check