DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)
[exim.git] / test / scripts / 4500-DKIM / 4530
CommitLineData
328c5688
JH
1# DKIM, CHUNKING, wireformat-spoolfile
2#
286b9d5f 3exim -bd -DSERVER=server -DOPT=dkim -DLIST=Subject -oX PORT_S:PORT_D
328c5688
JH
4****
5#
6# 1: non-CHUNKING injection; will not be stored as wireformat therefore
7# onward-send will not use sendfile. Should still be signed, and verify correctly.
8client 127.0.0.1 PORT_S
9??? 220
10EHLO xxx
11??? 250-
12??? 250-
13??? 250-
14??? 250-
15??? 250-
16??? 250
17MAIL FROM:<CALLER@bloggs.com>
18??? 250
19RCPT TO:<z@test.ex>
20??? 250
21DATA
22??? 354
23Subject: simple test
24
25Line 1: This is a simple test.
26Line 2: This is a simple test.
27..Line 3 has a leading dot
28last line: 4
29.
30??? 250
31QUIT
32??? 221
33****
34sleep 1
35#
36# 2: CHUNKING injection; should be stored as wireformat therefore
37# onward-send should not use sendfile. Should still be signed, and verify correctly.
38client 127.0.0.1 PORT_S
39??? 220
40EHLO xxx
41??? 250-
42??? 250-
43??? 250-
44??? 250-
45??? 250-
46??? 250
47MAIL FROM:<CALLER@bloggs.com>
48??? 250
49RCPT TO:<y@test.ex>
50??? 250
51BDAT 129 LAST
52Subject: simple test
53
54Line 1: This is a simple test.
55Line 2: This is a simple test.
56.Line 3 has a leading dot
57last line: 4
58??? 250-
59??? 250
60QUIT
61??? 221
62****
63sleep 1
64#
65killdaemon
1c3c17d1
JH
66exim -q
67****
328c5688 68no_msglog_check