Re: Dovecot mail-crypt plugin

2018-11-07 Thread Anushka Uditha Bandara
Thank you very much for your help. It works. :) On Wed, Nov 7, 2018 at 2:27 PM Aki Tuomi wrote: > You can already probably spot the problem, but you are overwriting > mail_plugins to quota. > > You should use mail_plugins = $mail_plugins quota instead. > > Aki > > > On 07 November 2018 at 10:46

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Anushka Uditha Bandara
I am sorry, I get it wrong. Here what u asked doveconf -n # 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.9.87-linuxkit-aufs x86_64 Ubuntu 18.04.1 LTS fuse.osxfs auth_cache_size = 10 M auth_mechanisms = plain login auth_username_format

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Aki Tuomi
You can already probably spot the problem, but you are overwriting mail_plugins to quota. You should use mail_plugins = $mail_plugins quota instead. Aki > On 07 November 2018 at 10:46 Anushka Uditha Bandara wrote: > > > I am sorry, I get it wrong. > > Here what u asked > > doveconf -n > >

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Aki Tuomi
Can you send output of `doveconf -n` instead, please? =) Aki > On 07 November 2018 at 10:42 Anushka Uditha Bandara wrote: > > > Please check the attached file. > > On Wed, Nov 7, 2018 at 2:07 PM Aki Tuomi wrote: > > > doveconf -n please > > > > > On 07 November 2018 at 10:29 Anushka Uditha

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Anushka Uditha Bandara
Please check the attached file. On Wed, Nov 7, 2018 at 2:07 PM Aki Tuomi wrote: > doveconf -n please > > > On 07 November 2018 at 10:29 Anushka Uditha Bandara > wrote: > > > > > > The only change which I did is updating the "dovecot.conf" file. I added > > below lines. > > > > mail_plugins = $m

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Aki Tuomi
doveconf -n please > On 07 November 2018 at 10:29 Anushka Uditha Bandara wrote: > > > The only change which I did is updating the "dovecot.conf" file. I added > below lines. > > mail_plugins = $mail_plugins mail_crypt > mail_attribute_dict = file:%h/Maildir/dovecot-attributes > > plugin { >

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Anushka Uditha Bandara
The only change which I did is updating the "dovecot.conf" file. I added below lines. mail_plugins = $mail_plugins mail_crypt mail_attribute_dict = file:%h/Maildir/dovecot-attributes plugin { mail_crypt_curve = mail_crypt_save_version = 2 } I realized that, mails are in plain text format e

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Anushka Uditha Bandara
After I configuring this, I logged in to the server and check the emails. But they are in plain text. I can even read them from backend. On Wed, Nov 7, 2018 at 1:49 PM Aki Tuomi wrote: > > > On 07 November 2018 at 10:10 Anushka Uditha Bandara > wrote: > > > > > > I configured an email solution

Re: Dovecot mail-crypt plugin

2018-11-07 Thread Aki Tuomi
> On 07 November 2018 at 10:10 Anushka Uditha Bandara wrote: > > > I configured an email solution using dovecot and postfix and it is working > fine. Now I am working for mail encryption. Is it enough to set below > configurations on dovecot for mail encryption. Because dovecot wiki is > littl

Dovecot mail-crypt plugin

2018-11-07 Thread Anushka Uditha Bandara
I configured an email solution using dovecot and postfix and it is working fine. Now I am working for mail encryption. Is it enough to set below configurations on dovecot for mail encryption. Because dovecot wiki is little bit confusing to me. "mail_plugins = $mail_plugins mail_crypt mail_attribut