Script for dkim signing messages on stdin
0.3
dkimsign is a filter that reads an RFC822 message on standard input, and writes the same message on standard output with a DKIM-Signature line prepended.
The signing options are specified on the command line:
dkimsign selector domain privatekeyfile [identity]
The identity is optional and defaults to "@domain".
This version of dkimsign was written by Greg Hewgill <[email protected]>.
This man-page was created by Scott Kitterman <[email protected]> and is licensed under the same terms as dkimpy.