GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Mail::OpenDKIM::Signature(3) User Contributed Perl Documentation Mail::OpenDKIM::Signature(3)

Mail::OpenDKIM::Signature - maintains a DKIM signature for a message

  use Mail::DKIM::Signature;

  # create a signature object
  my $sig = Mail::OpenDKIM::Signature->new(
        Algorithm => 'rsa-sha1',
        Method => 'relaxed',
        Domain => 'example.org',
        Selector => 'selector1',
        KeyFile => 'private.key',
  );

  # Generate a signature
  ...
  my $signature = ...
  # Store the signature

  $sig->data($signature)

  # Emit the email header line
  print $sig->as_string() . "\r\n";

Mail::OpenDKIM::Signature maintains a signature header for an email.

It provides enough of a subset of the functionaility of Mail::DKIM::Signature to allow use of the OpenDKIM library with Mail::OpenDKIM::Signer.

Create a new signature.

Get and set the signature.

Returns the signature in a form suitable for inclusion in an e-mail's header.

This module exports nothing.

Mail::DKIM::Signature

Mail::OpenDKIM::Signer

This module does not yet implement all of the API of Mail::DKIM::Signature

Nigel Horne, "<nigel at mailermailer.com>"

Please report any bugs or feature requests to "bug-mail-opendkim at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mail-OpenDKIM>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

    perldoc Mail::OpenDKIM::Signature

You can also look for information at:

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Mail-OpenDKIM>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Mail-OpenDKIM>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/Mail-OpenDKIM>

  • Search CPAN

    <http://search.cpan.org/dist/Mail-OpenDKIM/>

This code has been developed under sponsorship of MailerMailer LLC, http://www.mailermailer.com/

This module is Copyright 2011 Khera Communications, Inc. It is licensed under the same terms as Perl itself.
2015-08-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.