NAME
dkimsign.pl - computes a DKIM signature for an email message
SYNOPSIS
dkimsign.pl [options] < original_email.txt
options:
--method=METHOD
--selector=SELECTOR
--debug-canonicalization=FILE
dkimsign.pl --help
to see a full description of the various options
OPTIONS
- --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.