Displaying 20 results from an estimated 700 matches similar to: "Dovecot mail-crypt plugin"
2018 Nov 07
2
Dovecot mail-crypt plugin
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 <aki.tuomi at open-xchange.com> wrote:
>
> > On 07 November 2018 at 10:10 Anushka Uditha Bandara <anu.udb at gmail.com>
> wrote:
> >
> >
> > I configured an email solution using
2018 Nov 07
2
Dovecot mail-crypt plugin
doveconf -n please
> On 07 November 2018 at 10:29 Anushka Uditha Bandara <anu.udb at gmail.com> 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 {
> mail_crypt_curve = <some
2018 Nov 07
2
Dovecot mail-crypt plugin
Can you send output of `doveconf -n` instead, please? =)
Aki
> On 07 November 2018 at 10:42 Anushka Uditha Bandara <anu.udb at gmail.com> wrote:
>
>
> Please check the attached file.
>
> On Wed, Nov 7, 2018 at 2:07 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> > doveconf -n please
> >
> > > On 07 November 2018 at 10:29 Anushka
2018 Nov 07
1
Dovecot mail-crypt plugin
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 = %n
disable_plaintext_auth = no
imap_idle_notify_interval = 4 mins
listen = *
log_path =
2019 Mar 18
4
LDAP users issue
Hi Team,
I have enabled LDAP authentication with webmail client and it works
successfully. But I found an error with LDAP user's mail. Email is not
loaded when I log with an LDAP user. Login phase is successful and mail box
is the issue. I created a mail user without including LDAP and that user
works fine.
Issue comes only with LDAP users.
*Anushka Bandara*
Research Engineer
Lanka Software
2018 Nov 07
0
Dovecot mail-crypt plugin
Please check the attached file.
On Wed, Nov 7, 2018 at 2:07 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> doveconf -n please
>
> > On 07 November 2018 at 10:29 Anushka Uditha Bandara <anu.udb at gmail.com>
> wrote:
> >
> >
> > The only change which I did is updating the "dovecot.conf" file. I added
> > below lines.
> >
2018 Nov 07
0
Dovecot mail-crypt plugin
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 <anu.udb at gmail.com> wrote:
>
>
> I am sorry, I get it wrong.
>
> Here what u asked
>
> doveconf -n
>
> # 2.2.33.2 (d6601f4ec):
2018 Nov 07
0
Dovecot mail-crypt plugin
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 = <some curve you like>
mail_crypt_save_version = 2
}
I realized that, mails are in plain text format even I added those
encryption as dovecot wiki.
On Wed, Nov 7,
2018 Nov 07
0
Dovecot mail-crypt plugin
> On 07 November 2018 at 10:10 Anushka Uditha Bandara <anu.udb at gmail.com> 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
> little bit confusing to me.
>
> "mail_plugins =
2018 Jul 10
2
Authentication failure with OpenLDAP
Hi all,
Thank you all for the help. The was with the ldap user attributes. I
corrected it. Now I am having an error with dovecot. User can log into ldap
but, system doesn't allow user to create user's directory in Maildir. Error
is below,
* Error: User initialization failed: Namespace '':
mkdir(/home/users/"user"/Desktop/Maildir) failed: Permission denied
2019 Dec 01
2
Mail-crypt won't encrypt emails
Hi,
(Reposting as my previous post got zero replies.)
We're running Dovecot 2.2.36 and we need to set up the mail-crypt plugin
to encrypt all incoming and outgoing emails. Outgoing emails seem to get
encrypted fine but the incoming ones don't. We tried everything
including this config:
mail_attribute_dict = file:%h/Maildir/dovecot-attributes
mail_plugins = $mail_plugins mail_crypt
2018 Jul 10
1
Authentication failure with OpenLDAP
Hi all,
*Dovecot version: 2.2.22 (fe789d2)*
*Ubuntu version: 16.04*
*OpenLDAP version: openldap-2.4.42+dfsg*
Configurations
*# 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf# Pigeonhole version 0.4.13
(7b14904)# OS: Linux 4.10.0-28-generic x86_64 Ubuntu 16.04.3 LTS
disable_plaintext_auth = nolisten = *log_path =
/var/log/dovecot.logmail_location =
2023 Feb 23
1
Setting up the mail-crypt plugin with virtual accounts that have no home directories
Hi again,
I am using dovecot 2.3.16, along with postfix and a PostgreSQL database for managing virtual accounts.
After an initial topic from me about encrypting already existent mail, I could now use some pointers on how to set up the mail-crypt plugin for pure virtual accounts (i.e. that have no matching system users and/or home directories. I hope somebody can clarify a few things that are not
2019 Dec 08
2
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
What it is way most best for causing bash script run (as root) of time
mailbox created (lda_mailbox_autocreate)?
I use dovecot 2.3.4.1 in Debian 10.
And I use of mail-crypt-plugin
https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/
I setup mail-crypt for requiring user encrypted EC key
(mail_crypt_require_encrypted_user_key = yes). I want for passphrase
encrypt EC key using client
2023 Mar 04
1
Setting up the mail-crypt plugin with virtual accounts that have no home directories
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20230304/f769686e/attachment.htm>
2023 Mar 04
1
Setting up the mail-crypt plugin with virtual accounts that have no home directories
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20230304/a3753b6e/attachment-0001.htm>
2023 Mar 05
1
Setting up the mail-crypt plugin with virtual accounts that have no home directories
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20230305/f943341b/attachment-0001.htm>
2018 Feb 09
3
Best mail encryption solution for per-user
Hai,
Do you have advice about Dovecot plugins for mail encryption:
https://wiki2.dovecot.org/Plugins/MailCrypt
https://0xacab.org/riseuplabs/trees
I like NaCL based encryption but the MailCrypt plugin is better
because it's maintained by Dovecot developers (is this correct?)
Hard to understand MailCrypt docs so may I ask, may I provide per user
encryption? I don't like global
2019 Mar 18
0
LDAP users issue
Here is my doveconf -n
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.9.125-linuxkit x86_64 Ubuntu 18.04.2 LTS overlay
auth_cache_size = 10 M
auth_mechanisms = plain login
auth_username_format = %n
disable_plaintext_auth = no
imap_idle_notify_interval = 4 mins
listen = *
log_path = /var/log/dovecot.log
login_greeting = Dovecot
2019 Dec 08
2
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
> Technically creating and encrypting folder key does not
> require decrypting user's private key. All folder keys
> are encrypted with user's public key.
Problem is for that this is a new user. The new user has no private key. I
need for generating that private key. It do not the sense encrypts
something using a key public if there is no private key. Both key public
and private