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));
Product's homepage
Requirements:
· Perl