3 .\" Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22 .Nd add dkim signature to messages
26 .Op Fl c Ar canonicalization
33 adds a dkim signature to the message.
34 The following flags are supported:
38 This implementation only supports rsa cryptography.
39 Only sha256 should be used for hashing, since other algorithms are most likely
40 not supported by verifiers.
44 The canonicalization algorithm used to sign the messge.
48 The domain where the public key can be found.
50 The email headers which are included in the mail signature.
51 Per RFC this option requires at least the from header to be included.
52 The headers are specified by separating them with a colon.
54 Ar from:reply-to:subject:date:to:cc:resent-date:resent-from:resent-to:resent-cc:in-reply-to:references:list-id:list-help:list-unsubscribe:list-subscribe:list-post:list-owner:list-archive .
57 should point to a file containing the RSA private key to sign the messages.
59 The selector within the _domainkey subdomain of
61 where the public key can be found.