Subversion Repositories

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

Rev 47 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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