1 (edited by tyllee 2017-10-06 23:18:07)

Topic: Feature request, GDPR

Hello,

Does any one know how we could implement DLP - data leak protection and encrypt users mailboxes to meet the new European regulation GDPR that will arrive in may 2018.

The DLP would have a filter where we can block certain information that is leaving the email server. Such as personal data that we specify in some kind of filter. And if blocket notify user X.

Next version of nextcloud (13) will have end to end encryption.
https://nextcloud.com/blog/nextcloud-in … ncryption/

Is there something in this source code that we could implement for the mailboxes?

Or maybe this:
http://kacangbawang.com/encrypting-stor … h-postfix/

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Feature request, GDPR

You can try this:
https://wiki2.dovecot.org/Plugins/MailCrypt

3

Re: Feature request, GDPR

Roundcube also has plugin "enigma" for PGP signing, and it's enabled by default in iRedMail.
Quote from https://github.com/roundcube/roundcubem … ins/enigma

Enigma Plugin for Roundcube

This plugin adds support for viewing and sending of signed and encrypted
messages in PGP (RFC 2440) and PGP/MIME (RFC 3156) format.

The plugin uses gpg binary on the server and stores all keys
(including private keys of the users) on the server.
Encryption/decryption is done server-side. So, this plugin
is for users that trust the server.

4 (edited by gilvancn 2017-10-11 10:51:49)

Re: Feature request, GDPR

ZhangHuangbin, is there any chance that end-to-end encryption will be implemented in a future version of iRedMail?

5

Re: Feature request, GDPR

Sure, we're looking the solution too. But i didn't find the best way to integrate any of them yet.

If you have any ideas/suggestions, feel free to contact us directly or post in forum.

6

Re: Feature request, GDPR

ZhangHuangbin wrote:

Sure, we're looking the solution too. But i didn't find the best way to integrate any of them yet.

If you have any ideas/suggestions, feel free to contact us directly or post in forum.

Ok ZhangHuangbin,

Waiting for a solution that does this integration.
I did some testicles, but not achieved.