summaryrefslogtreecommitdiff
path: root/test/scripts/4500-Domain-Keys-Identified-Mail/4503
blob: 140e6d6bf5adfe83fd0eded6ae29cd7c0e79bde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# DKIM signing
#
exim -bd -DSERVER=server -oX PORT_D
****
#
# single header signed
exim -DOPT=From -odf a@test.ex
From: nobody@example.com
From: second@example.com

content
****
#
# single header, oversigned
exim -DOPT=From:From -odf b@test.ex
From: nobody@example.com

content
****
#
# default header set
exim -DHEADERS_MAXSIZE=y -odf c@test.ex
From: nobody@example.com

content
****
millisleep 500
killdaemon
no_msglog_check