-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (33 loc) · 1.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
NAME
RT-Extension-CipherMailHeaders - Show CipherMail Information in Ticket
History
DESCRIPTION
RT includes its own handling of PGP and S/MIME encryption and contains
code to display the signing/encryption status of incoming mails.
If the cryptography is outsourced to a CipherMail installation, then
different headers - added by CipherMail - indicate whether an incoming
email was signed or encrypted.
This extension displays that information in similar way as the
RT-builtin crypto results would be shown.
RT VERSION
This module was developed and tested with RT version 5.0.3, but as the
code is pretty basic, it is likely to work with older (and hopefully
future) versions as well.
INSTALLATION
"perl Makefile.PL"
"make"
"make install"
May need root permissions
Edit your /opt/rt5/etc/RT_SiteConfig.pm
Add this line:
Plugin('RT::Extension::CipherMailHeaders');
Clear your mason cache
rm -rf /opt/rt5/var/mason_data/obj
Restart your webserver
AUTHOR
Otmar Lendl <[email protected]>
Please report bugs by email.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2023 by CERT.at GmbH
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991