Testsuite: add with-dkim case to DMARC testcase
[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 #
15 #
16 # Without a dkim signing, then with (copied from 4500)
17 client HOSTIPV4 PORT_D
18 ??? 220
19 HELO testclient
20 ??? 250
21 MAIL FROM:<a@test.ex>
22 ??? 250
23 RCPT TO:<fred@test.ex>
24 ??? 250
25 DATA
26 ??? 354
27 Subject: test
28 From: <z@test.ex>
29
30 body line
31 .
32 ??? 250
33 RSET
34 ??? 250
35 MAIL FROM:<CALLER@bloggs.com>
36 ??? 250
37 RCPT TO:<a@test.ex>
38 ??? 250
39 DATA
40 ??? 354
41 DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=test.ex; h=from:to
42         :date:message-id:subject; s=sel; bh=OB9dZVu7+5/ufs3TH9leIcEpXSo=; b=
43         CoaRNB2Z59hSnhTzT8bYbMIN3P57XAVcFeV5oGEl4aKmhm6Mtu2uIc7B2z9k5+A/
44         +KFIE9HRj7eg9kPzagoPIvI84WE5PN5yRehMjJI6WqhM3V+bQDHkb8ubSmiaYxY5
45         B2Pd/kEGgHUlMDB0Hug4FMMt7GcFxagKspthOT/Pso0=
46 From: mrgus@test.ex
47 To: bakawolf@yahoo.com
48 Date: Thu, 19 Nov 2015 17:00:07 -0700
49 Message-ID: <qwerty1234@disco-zombie.net>
50 Subject: simple test
51
52 This is a simple test.
53 .
54 ??? 250
55 QUIT
56 ****
57 #
58 killdaemon
59 cat DIR/tmp/TESTNUM.hist.dmarc
60 #
61 sudo rm -fr DIR/tmp
62 no_msglog_check