If you find Zimbra OpenPGP Zimlet useful and want to support its continued development, you can make donations via:
- PayPal: [email protected]
- Bank transfer: IBAN NL55ABNA0623226413 ; BIC ABNANL2A
Demo video: https://youtu.be/-fMe5Xab11Y
User manual: https://barrydegraaff.github.io/help/
Feature list: https://github.com/Zimbra-Community/pgp-zimlet/wiki
Adding PGP support to Zimbra Collaboration Suite, currently tested on:
- Windows: Internet Explorer 11, Google Chrome, Chromium, Firefox
- Linux: Google Chrome, Chromium, Firefox, Iceweasel
- OSX: Safari
This Zimlet ONLY WORKS with Zimbra version 8.5 and above.
This Zimlet is not available for use in Zimbra Desktop.
Bugs and feedback: https://github.com/Zimbra-Community/pgp-zimlet/issues
Report security issues to [email protected] (PGP fingerprint: 9e0e165f06b365ee1e47683e20f37303c20703f8)
Stay up-to-date: new releases are announced on the users mailing list: http://lists.zetalliance.org/mailman/listinfo/users_lists.zetalliance.org
For developers: http://barrydegraaff.github.io/OpenPGPZimletJSDoc/OpenPGPZimlet.html
========================================================================
[root@myzimbra ~]# rm -Rf /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_zimbra_openpgp/
[root@myzimbra ~]# su zimbra
[zimbra@myzimbra ~] wget https://github.com/Zimbra-Community/pgp-zimlet/releases/download/2.5.2/tk_barrydegraaff_zimbra_openpgp.zip -O /tmp/tk_barrydegraaff_zimbra_openpgp.zip
[zimbra@myzimbra ~] zmzimletctl deploy /tmp/tk_barrydegraaff_zimbra_openpgp.zip
[zimbra@myzimbra ~] zmmailboxdctl restart
With translations support:
Without translations support:
========================================================================
When you generate a private key with this zimlet or copy-paste it when signing or decrypting, it is NOT being send to the server and it is NOT stored on the server.
As of version 1.2.4 you can optionally store your private key in your browsers local storage. If you do not store your private key the server will ask you to provide it for each session. Also you can optionally store your passphrase to the Zimbra server. If you do not store your passphrase the server will ask you to provide it every time it is needed.
As of version 1.5.8 your private key is automatically encrypted with AES-256 when stored in your browsers local storage.
========================================================================
When storing public keys > 5120 in ZCS 8.6:
As root:
nano /opt/zimbra/conf/attrs/zimbra-attrs.xml
Find the line: name="zimbraZimletUserProperties" type="cstring" max="5120"
and change it to: name="zimbraZimletUserProperties" type="cstring" max="51200"
then as user zimbra: zmcontrol restart
"zimbraZimletUserProperties" will be increased by default in ZCS 8.7 (to 51200)
As of version 2.2.6 keyserver lookup is supported, the admin can set the keyserver to be queried in:
nano /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_zimbra_openpgp/config_template.xml
<property name="keyserver">https://sks-keyservers.net</property>
Thunderbird/Enigmail has some built in hacks to support email servers that do not support pgp/mime. Unfortunately that means that Zimbra OpenPGP Zimlet is identified wrongly as being Exchange server. This is fixed in Enigmail version 1.9.2. For compatibilty the X-Mailer header X-Mailer: ... ZimbraWebClient ...
should be present in outgoing email. The sending of X-Mailer is enabled by default. If you changed the default you have to re-enable it using zmprov mcf zimbraSmtpSendAddMailer "TRUE";
.
See: https://sourceforge.net/p/enigmail/bugs/600/
See: https://bugzilla.zimbra.com/show_bug.cgi?id=97496
Copyright (C) 2014-2016 Barry de Graaff
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.