dovecot 2.3.11.3 namespace/ACL shared folder not accessible in sharing-user's Mail folder tree? have a working config?

2020-10-06 Thread PGNet Dev
I'm running dovecot --version 2.3.11.3 (502c39af9) I'm setting up folder sharing. Following https://wiki.dovecot.org/SharedMailboxes/Shared I've configured a folder to be shared, but it's not seen/accessible in the target user's Mail folder tree. My config inc

SV: SV: How to Modify Message and add more Attachments

2020-10-06 Thread Sebastian Nielsen
Agree completely. Sending data to third party requires a processing agreement yes. Its even enough that a third party has administrative access to the server (and thus potentially have access to data) - then a processing agreement is required. When the data leaves EU, then its prohibited in many c

RE: SV: How to Modify Message and add more Attachments

2020-10-06 Thread Marc Roos
> >Thats because in your example the data is sent outside the facility to a third party (in this case, wetransfer/outlook) And wetransfer/outlook is operated in third countries, which can cause GDPR problems as the legal protection for the data disappears. > That is just a part. We had to si

SV: How to Modify Message and add more Attachments

2020-10-06 Thread Sebastian Nielsen
Thats because in your example the data is sent outside the facility to a third party (in this case, wetransfer/outlook) And wetransfer/outlook is operated in third countries, which can cause GDPR problems as the legal protection for the data disappears. The OP were asking about a solution which mo

RE: How to Modify Message and add more Attachments

2020-10-06 Thread Marc Roos
I have clients that process personal data and they even need to have 'special' processing agreements with companies like wetransfer and outlook.com. I had to sign also such agreement and prepare a vm for hot/cold data encryption for processing personal data. If someone leaves a voice mail mes

SV: How to Modify Message and add more Attachments

2020-10-06 Thread Sebastian Nielsen
No. Many think that sensitive data is prohibited to process/store as email at all, but thats not true. What can be prohibited, is sending sensitive data as email, ergo letting it leave as SMTP email, depending on circumstances, because that might mean that the sensitive data is sent unencrypted. Or

RE: How to Modify Message and add more Attachments

2020-10-06 Thread Mrinal Sharma
Can you elaborate on the concern? -Original Message- From: Marc Roos Sent: Tuesday, October 6, 2020 4:17 PM To: dovecot ; Mrinal Sharma Subject: RE: How to Modify Message and add more Attachments CAUTION - EXTERNAL EMAIL This email originated from outside of Smith Micro Software. D

RE: How to Modify Message and add more Attachments

2020-10-06 Thread Marc Roos
If are processing Europeans voice mail you have to check if that is even allowed, could be a problem with GDPR legislation. -Original Message- Subject: RE: How to Modify Message and add more Attachments Thanks, am planning to use Google's Speech-to-Text. -Original Message- S

RE: How to Modify Message and add more Attachments

2020-10-06 Thread Mrinal Sharma
Thanks, am planning to use Google's Speech-to-Text. -Original Message- From: Marc Roos Sent: Tuesday, October 6, 2020 3:39 PM To: dovecot ; Mrinal Sharma Subject: RE: How to Modify Message and add more Attachments CAUTION - EXTERNAL EMAIL This email originated from outside of Smith Mic

RE: How to Modify Message and add more Attachments

2020-10-06 Thread Marc Roos
Hmmm, that does not sound nice storing files as email. Maybe use document database? Look at this[1], see if it is possible to use the rados plugin to store files directly as objects? What are you using for speech to text? [1] https://github.com/ceph-dovecot/dovecot-ceph-plugin -Origi

Version controlled (git) Maildir generated by Dovecot

2020-10-06 Thread Adam
Hi Everybody, I'd like to start archiving e-mails by moving them to a server with running Dovecot. I installed "dovecot-core" and "dovecot-imapd" (version 2.3.4.1) on Debian 10. One of a few configurations I made is to use Maildir: # grep '^mail_location = ' /etc/dovecot/conf.d/10-mail.conf ma

How to Modify Message and add more Attachments

2020-10-06 Thread Mrinal Sharma
Hello Everyone, I am working on a product in which we are planning to store voice messages in Dovecot sent by a user to another user. The message would be stored as an email with .wav attachment. Once the Voice message is received, it may get Transcribed. The message can be further be processed

Setting up Development Environment for Plugins development/ Debugging

2020-10-06 Thread Mrinal Sharma
Hello Everyone, I am very new to Dovecot development so I am sorry for asking this very basic question. Is there a document which can be referred to setup/debug plugin development environment? Thanks, Mrinal Sharma