dkimproxy-sign -V (return code: 2)
Error: unrecognized argument(s)
Usage:
dkimsign.pl [options] < original_email.txt
options:
--type=TYPE
--method=METHOD
--selector=SELECTOR
--expiration=INTEGER
--debug-canonicalization=FILE
dkimsign.pl --help
to see a full description of the various options
dkimproxy-sign --help (return code: 1)
Usage:
dkimsign.pl [options] < original_email.txt
options:
--type=TYPE
--method=METHOD
--selector=SELECTOR
--expiration=INTEGER
--debug-canonicalization=FILE
dkimsign.pl --help
to see a full description of the various options
Options:
--expiration
Optional. Specify the desired signature expiration, as a delta from
the signature timestamp.
--type
Determines the desired signature. Use dkim for a DKIM-Signature, or
domainkeys for a DomainKey-Signature.
--method
Determines the desired canonicalization method. Possible values are
simple, simple/simple, simple/relaxed, relaxed, relaxed/relaxed,
relaxed/simple.
--debug-canonicalization
Outputs the canonicalized message to the specified file, in addition
to computing the DKIM signature. This is helpful for debugging
canonicalization methods.