Be careful about DNS response AD/AA bits for error returns
[exim.git] / test / scripts / 4540-DKIM-Ed25519 / 4540
CommitLineData
286b9d5f
JH
1# DKIM verify, ed25519
2#
3exim -DSERVER=server -bd -oX PORT_D
4****
5#
6# This should pass, only Mail::DKIM::Signer does not handle ed25519-sha256 yet
7#
8# Mail original (will be)in aux-fixed/4500.msg1.txt
321ef002 9# Sig (would be) generated by: perl aux-fixed/dkim/sign.pl --algorithm=ed255190sha256 \
286b9d5f
JH
10# --method=simple/simple < aux-fixed/4500.msg1.txt
11#
12# TODO - until we have that we can only test internal consistency,
13# signing vs. verification. For now, use a message we signed with
14# the Exim GnuTLS implementation (then we can test GnuTLS vs. others)
15#
16client 127.0.0.1 PORT_D
17??? 220
18HELO xxx
19??? 250
20MAIL FROM:<CALLER@bloggs.com>
21??? 250
22RCPT TO:<a@test.ex>
23??? 250
24DATA
25??? 354
26DKIM-Signature: v=1; a=ed25519-sha256; q=dns/txt; c=relaxed/relaxed; d=test.ex
27 ; s=sed; h=From:To:Subject; bh=/Ab0giHZitYQbDhFszoqQRUkgqueaX9zatJttIU/plc=;
28 b=5fhyD3EILDrnL4DnkD4hDaeis7+GSzL9GMHrhIDZJjuJ00WD5iI8SQ1q9rDfzFL/Kdw0VIyB4R
29 Dq0a4H6HI+Bw==;
30Received: from jgh by myhost.test.ex with local (Exim x.yz)
31 envelope-from <jgh@myhost.test.ex>)
32 1dtXln-0000YP-Hb
33 a@test.ex; Sun, 17 Sep 2017 12:29:51 +0100
34From: nobody@example.com
35Message-Id: <E1dtXln-0000YP-Hb@myhost.test.ex>
36Sender: CALLER_NAME <jgh@myhost.test.ex>
37Date: Sun, 17 Sep 2017 12:29:51 +0100
38
39content
40.
41??? 250
42QUIT
43??? 221
44****
45#
46#
321ef002
JH
47# Duplicate of the above, but referencing a pubkey in "wrapped-in-SubjectPublicKeyInfo"
48# format. Should pass also.
49client 127.0.0.1 PORT_D
50??? 220
51HELO xxx
52??? 250
53MAIL FROM:<CALLER@bloggs.com>
54??? 250
55RCPT TO:<a@test.ex>
56??? 250
57DATA
58??? 354
59DKIM-Signature: v=1; a=ed25519-sha256; q=dns/txt; c=relaxed/relaxed; d=test.ex
60 ; s=sedw; h=From:To:Subject; bh=/Ab0giHZitYQbDhFszoqQRUkgqueaX9zatJttIU/plc=;
61 b=g0aVl5sI4fFLWDwXj9SnLgENXg2u8H8kKgK5/bXBZ7DKAImkm2+4tRzz1UOveu/Navis53Bg/C
62 9nPxsspzb/Dg==;
63Received: from jgh by myhost.test.ex with local (Exim x.yz)
64 envelope-from <jgh@myhost.test.ex>)
65 1dtXln-0000YP-Hb
66 a@test.ex; Sun, 17 Sep 2017 12:29:51 +0100
67From: nobody@example.com
68Message-Id: <E1dtXln-0000YP-Hb@myhost.test.ex>
69Sender: CALLER_NAME <jgh@myhost.test.ex>
70Date: Sun, 17 Sep 2017 12:29:51 +0100
71
72content
73.
74??? 250
75QUIT
76??? 221
77****
78#
79#
80
286b9d5f 81# This should pass, an independently-generated sample from Scott Kitterman.
979c462e 82# We use a copied version of his DNS record.
286b9d5f
JH
83client 127.0.0.1 PORT_D
84??? 220
85HELO xxx
86??? 250
87MAIL FROM:<CALLER@bloggs.com>
88??? 250
89RCPT TO:<a@test.ex>
90??? 250
91DATA
92??? 354
93DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=kitterman.org;
94 i=@kitterman.org; q=dns/txt; s=ed25519; t=1517847601;
95 h=message-id : date : from : to : subject : date : from :
96 subject; bh=wE7NXSkgnx9PGiavN4OZhJztvkqPDlemV3OGuEnLwNo=;
97 b=sEnnE99Xsjpcqa/cNf8k/KQCEgjJ/4tswIKoNvq2q0fFQL6XBORJ2fQb
98 Fvt34Tb4sOxlZtBYu01kEJlmGz4uCw==
99Authentication-Results: lists.example.org; arc=none; spf=pass smtp.mfrom=example.com; dmarc=pass
100Received: from localhost
101Message-ID: <example@example.com>
102Date: Mon, 01 Jan 2011 01:02:03 +0400
103From: Test User <test@example.com>
104To: somebody@example.com
105Subject: Testing
106
107This is a test message.
108.
109??? 250
110QUIT
111??? 221
112****
113#
114killdaemon
115no_stdout_check
116no_msglog_check