[Rt-commit] r7723 - in rt/branches/3.7-EXPERIMENTAL: . lib/RT/Crypt
ruz at bestpractical.com
ruz at bestpractical.com
Sat Apr 28 22:44:22 EDT 2007
Author: ruz
Date: Sat Apr 28 22:44:20 2007
New Revision: 7723
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm
Log:
r5187 at cubic-pc: cubic | 2007-04-29 06:34:14 +0400
* update docs
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm Sat Apr 28 22:44:20 2007
@@ -181,6 +181,22 @@
=back
+=head2 Per-queue options
+
+Using the web interface it's possible to enable signing and/or encrypting by
+default. Open Configuration then go to Queues, select a queue. On the page
+you can see information about queue's keys at the bottom and two checkboxes
+to choose default actions.
+
+=head2 Handling incoming messages
+
+To enable handling of encryped and singed message in the RT you should add
+'Auth::GnuPGNG' mail plugin.
+
+ Set(@MailPlugins, 'Auth::MailFrom', 'Auth::GnuPGNG', ...other filter...);
+
+See also `perldoc lib/RT/Interface/Email/Auth/GnuPGNG.pm`.
+
=head2 Errors handling
There are several global templates created by default in the DB which are used
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm Sat Apr 28 22:44:20 2007
@@ -57,8 +57,8 @@
Set up a gnupgp key directory with a pubring containing only the keys
you care about and specify the following in your SiteConfig.pm
-Set(%GnuPGOptions, homedir => '/opt/rt3/var/data/GnuPG');
-Set(@MailPlugins, 'Auth::MailFrom', 'Auth::GnuPGNG', ...other filter...);
+ Set(%GnuPGOptions, homedir => '/opt/rt3/var/data/GnuPG');
+ Set(@MailPlugins, 'Auth::MailFrom', 'Auth::GnuPGNG', ...other filter...);
=cut
More information about the Rt-commit
mailing list