[Koha-bugs] [Bug 8897] Optional GnuPG encryption of outgoing emails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 10 20:52:49 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8897

Mirko Tietgen <mirko at abunchofthings.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion

--- Comment #2 from Mirko Tietgen <mirko at abunchofthings.net> ---
To try the initial patch you would need

- install gnupg and libcrypt-gpg-perl
- add a keypair to GnuPG for your KohaAdminEmailAddress
- add a key for your test patron (or use the same email as
KohaAdminEmailAddress)
- set EnhancedMessagingPreferences to 'allow'
- set messaging preferences for your test patron to send emails for check-in
and checkout
- set GnuPG prefs:
    GnuPGPassphrase is the passphrase for your admin key, also enables the
feature
    GnuPGPath is the path to gnupg. Standard on Debian is default:
'/usr/bin/gpg'
- check one thing out
- check SQL: SELECT * FROM message_queue WHERE to_address =
<testpatronemailaddress>;
- observe that 'content' is encrypted, 'metadata' (next field) shows one entry
(encryption of add)
- check in and out more stuff
- check SQL again, observe that 'content' is still encrypted while 'metadata'
is gettign filled with more items checked in and checked out (encryption of
append)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list