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
> 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
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
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
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 {
>
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
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
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
>
>
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
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
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
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
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
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
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
> 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
> >>
16 matches
Mail list logo