RT::Crypt::SMIME

RT::Crypt::SMIME is an RT extension to perform S/MIME encryption and decryption for mail RT sends.
Download

RT::Crypt::SMIME Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jesse Vincent
  • Publisher web site:
  • http://search.cpan.org/~jesse/

RT::Crypt::SMIME Tags


RT::Crypt::SMIME Description

RT::Crypt::SMIME is an RT extension to perform S/MIME encryption and decryption for mail RT sends. RT::Crypt::SMIME is an RT extension to perform S/MIME encryption and decryption for mail RT sends.SYNOPSIS # In your RT_SiteConfig.pm, add the following configuration directives use RT::Crypt::SMIME; Set($OpenSSLPath, '/usr/bin/openssl'); # or wherever openssl lives Set($SMIMEKeys, '/opt/rt3/etc'); # This directory should contain RT's private keys and certificates in address.pem files Set($SMIMEPasswords, { address => 'squeamish ossifrage'); # The private passphrases for RT's private keys @MailPlugins = (qw(Auth::MailFrom Auth::SMIME)); Requirements: · Perl


RT::Crypt::SMIME Related Software