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

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

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 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 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
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
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 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 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 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

doveconf: Fatal: open(/etc/dovecot/dovecot/dovecot.conf) failed: No such file or directory

2018-11-07 Thread Mart Pirita
Hi, Build options - --sysconfdir=/etc/dovecot doveconf -Pn > dovecot-new.conf doveconf: Fatal: open(/etc/dovecot/dovecot/dovecot.conf) failed: No such file or directory I can make a symlink, but first I'd like to know is this a bug or misconfiguration. -- Mart

Re: doveconf: Fatal: open(/etc/dovecot/dovecot/dovecot.conf) failed: No such file or directory

2018-11-07 Thread Hajo Locke
Hello, Am 07.11.2018 um 14:04 schrieb Mart Pirita: Hi, Build options - --sysconfdir=/etc/dovecot you should use --sysconfdir=/etc sysconfig is path to sysconfig, not dovecotconfig. doveconf -Pn > dovecot-new.conf doveconf: Fatal: open(/etc/dovecot/dovecot/dovecot.conf) failed: No such f

MailLog plugin distinguish between simultaneous logins

2018-11-07 Thread azurit
Hi, is it, somehow, possible to distinguish between multiple simultaneous logins in MailLog plugin? For example, which login deleted which message. Is that p[lugin able to log e.g. session ID? azur

Re: MailLog plugin distinguish between simultaneous logins

2018-11-07 Thread Aki Tuomi
On 7.11.2018 16.13, azu...@pobox.sk wrote: > Hi, > > is it, somehow, possible to distinguish between multiple simultaneous > logins in MailLog plugin? For example, which login deleted which > message. Is that p[lugin able to log e.g. session ID? > > azur > > mail_log_prefix = "%s(%u)<%{pid}><%{se

Re: MailLog plugin distinguish between simultaneous logins

2018-11-07 Thread azurit
Citát Aki Tuomi : On 7.11.2018 16.13, azu...@pobox.sk wrote: Hi, is it, somehow, possible to distinguish between multiple simultaneous logins in MailLog plugin? For example, which login deleted which message. Is that p[lugin able to log e.g. session ID? azur mail_log_prefix = "%s(%u)<%{p

Re: MailLog plugin distinguish between simultaneous logins

2018-11-07 Thread Aki Tuomi
> On 07 November 2018 at 16:46 azu...@pobox.sk wrote: > > > > Citát Aki Tuomi : > > > On 7.11.2018 16.13, azu...@pobox.sk wrote: > >> Hi, > >> > >> is it, somehow, possible to distinguish between multiple simultaneous > >> logins in MailLog plugin? For example, which login deleted which > >>