Mail::DomainKeys

DomainKey library suite in perl

Overview:

This is a suite of perl packages providing functionality to sign and verify email per draft 03 (expired) of the DomainKeys specification.

Installation:

  1. Install via CPAN:
  2. # perl -MCPAN -e'install Mail::DomainKeys'

Or...

  1. Untar the sources:
  2. # tar -zxf Mail-DomainKeys-0.80.tar.gz
  3. Change into the source directory:
    # cd Mail-DomainKeys-0.80
  4. Create the Makefile:
  5. # perl Makefile.PL
  6. Test and install it:
  7. # make test && make install

Download:

Links: