Blame | Last modification | View Log | RSS feed
.TH dkimproxy-sign 1
.SH NAME
dkimproxy-sign \- computes a DKIM signature for an email message
.SH SYNOPSIS
dkimproxy-sign [options] < original_email.txt
options:
\-\-method=METHOD
\-\-selector=SELECTOR
\-\-debug\-canonicalization=FILE
dkimproxy-sign \-\-help
to see a full description of the various options
.SH OPTIONS
.B \-\-method
Determines the desired canonicalization method. Possible values are
simple, simple/simple, simple/relaxed, relaxed, relaxed/relaxed,
relaxed/simple.
.B \-\-debug\-canonicalization
Outputs the canonicalized message to the specified file, in addition
to computing the DKIM signature. This is helpful for debugging
canonicalization methods.
.SH "SEE ALSO"
dkimproxy.in(8), dkimproxy.out(8), dkimproxy-verify(1), dkim_responder(1)