1dkim-testkey(8) System Manager's Manual dkim-testkey(8)
2
3
4
6 dkim-testkey - DKIM filter installation test
7
9 dkim-testkey -d domain -s selector [-k keypath]
10
12 dkim-testkey verifies the setup of signing and verifying (private and
13 public) keys for use with dkim-filter(8).
14
15 The test program will read a domain name and selector from the command
16 line, then query and parse the resulting DKIM key, reporting any errors
17 found.
18
19 If a key path is also provided, the test program will read the private
20 key named and attempt to confirm that the private key specified by key‐
21 path and the public DKIM key retrieved match.
22
24 -d domain
25 Names the domain in which signing is to be done. More specifi‐
26 cally, names the domain in which the public key matching the
27 provided private key will be found. This parameter must be pro‐
28 vided.
29
30 -k keypath
31 Specifies the path to the private key file which should be used
32 for this test. This parameter is optional.
33
34 -s selector
35 Names the selector within the specified domain whose public key
36 should be retrieved and compared to the private key provided.
37 This parameter must be provided.
38
40 The test program will also complain if the private key file is readable
41 by anyone other than the user executing the program.
42
43 Other sanity checks may be added in later versions.
44
46 This man page covers the version of dkim-testkey that shipped with ver‐
47 sion 2.8.0 of dkim-filter.
48
50 Copyright (c) 2007, 2008, Sendmail, Inc. and its suppliers. All rights
51 reserved.
52
54 dkim-filter(8)
55
56 RFC4871 - DomainKeys Identified Mail
57
58
59
60 Sendmail, Inc. dkim-testkey(8)