logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dkimproxy-sign - computes a DKIM signature for an email message

Name

       dkimproxy-sign - computes a DKIM signature for an email message

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.

See Also

dkimproxy.in(8), dkimproxy.out(8), dkimproxy-verify(1),  dkim_responder(1)

                                                                                               dkimproxy-sign(1)

Synopsis

         dkimproxy-sign [options] < original_email.txt
           options:
             --method=METHOD
             --selector=SELECTOR
             --debug-canonicalization=FILE

         dkimproxy-sign --help
           to see a full description of the various options

See Also