Testsuite: Use cp+chmod instead of install
[exim.git] / test / scripts / 4500-DKIM / 4503
CommitLineData
d73e45df
JH
1# DKIM verify, sha512
2#
3exim -DSERVER=server -bd -oX PORT_D
4****
5#
6# This should pass, only Mail::DKIM::Signer does not handle rsa-sha512.
7# - sha512, 1024b
8# Mail original in aux-fixed/4500.msg1.txt
9# Sig generated by: perl aux-fixed/dkim/sign.pl --algorithm=rsa-sha512 \
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.
14#
15client 127.0.0.1 PORT_D
16??? 220
17HELO xxx
18??? 250
19MAIL FROM:<CALLER@bloggs.com>
20??? 250
21RCPT TO:<a@test.ex>
22??? 250
23DATA
24??? 354
25DKIM-Signature: v=1; a=rsa-sha512; c=simple/simple; d=test.ex; h=from:to
26 :date:message-id:subject; s=sel; bh=3UbbJTudPxmejzh7U1Zg33U3QT+1
27 6kfV2eOTvMeiEis=; b=xQSD/JMqz0C+xKf0A1NTkPTbkDuDdJbpBuyjjT9iYvyP
28 Zez+xl0TkoPobFGVa6EN8+ZeYV18zjifhtWYLSsNmPinUtcpKQLG1zxAKmmS0JEh
29 +qihlWbeGJ5+tK588ugUzXHPj+4JBW0H6kxHvdH0l2SlQE5xs/cdggnx5QX5USY=
30From: mrgus@text.ex
31To: bakawolf@yahoo.com
32Date: Thu, 19 Nov 2015 17:00:07 -0700
33Message-ID: <qwerty1234@disco-zombie.net>
34Subject: simple test
35
36This is a simple test.
37.
38??? 250
39QUIT
40??? 221
41****
42#
43killdaemon
44no_stdout_check
45no_msglog_check