Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 47 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
47 magnus 1
.TH dkimproxy-sign 1
2
 
3
.SH NAME
4
dkimproxy-sign \- computes a DKIM signature for an email message
5
 
6
.SH SYNOPSIS
7
  dkimproxy-sign [options] < original_email.txt
8
    options:
9
      \-\-method=METHOD
10
      \-\-selector=SELECTOR
11
      \-\-debug\-canonicalization=FILE
12
 
13
  dkimproxy-sign \-\-help
14
    to see a full description of the various options
15
 
16
.SH OPTIONS
17
 
18
.B \-\-method
19
Determines the desired canonicalization method. Possible values are
20
simple, simple/simple, simple/relaxed, relaxed, relaxed/relaxed,
21
relaxed/simple.
22
 
23
.B \-\-debug\-canonicalization
24
Outputs the canonicalized message to the specified file, in addition
25
to computing the DKIM signature. This is helpful for debugging
26
canonicalization methods.
27
 
28
.SH "SEE ALSO"
29
dkimproxy.in(8), dkimproxy.out(8), dkimproxy-verify(1),  dkim_responder(1)