Displaying 15 results from an estimated 15 matches for "anushka".
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...
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 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 encrypti...
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 Udith...
2018 Nov 07
1
Dovecot mail-crypt plugin
...pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
On Wed, Nov 7, 2018 at 2:13 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> 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
> > >
> > &...
2018 Nov 07
2
Dovecot mail-crypt plugin
.... Because dovecot wiki is
little bit confusing to me.
"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 am stuck in here.
Thank you in advance,
Anushka Bandara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20181107/a70d99b8/attachment.html>
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): /etc/dovecot/dovecot.conf
>
> # Pigeonhole version 0.4.21 (92477967)
>
> # OS: Linux 4.9.87-linuxkit-a...
2019 Mar 18
4
LDAP users issue
...ebmail 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 Foundation
+94715846018
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190318/a26c6903/attachment-0001.html>
2018 Jul 10
2
Authentication failure with OpenLDAP
...to overcome this error. This is a dovecot
error. LDAP authentication is successful.
And also, I don't know the default user whom is creating mail directories
for mail users.
I think the problem will be solved if I grant user the permission. But I
don't know how to grant.
Best regards,
Anushka Bandara
Research Engineer,
Lanka Software Foundation
+94715846018
On Tue, Jul 10, 2018 at 2:54 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> Turn on auth_verbose=yes and auth_debug=yes and post logs.
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original me...
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.
> >
> > mail_plugins = $mail_plugins mail_crypt
> > mail_attribute_dict = file:%h/Maildir...
2018 Nov 07
0
Dovecot mail-crypt plugin
...ail_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 at 1:52 PM Anushka Uditha Bandara <anu.udb at gmail.com>
wrote:
> 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:...
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
>...
2018 Jul 11
0
Authentication failure with OpenLDAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 10 Jul 2018, Anushka Bandara wrote:
> * Error: User initialization failed: Namespace '':
> mkdir(/home/users/"user"/Desktop/Maildir) failed: Permission denied
> (euid=1000(myuser) egid=5000(<unknown>) missing +w perm: /home, we're not
> in group 100(users), dir owned by 0:100 mo...
2019 Mar 18
0
LDAP users issue
...mail_plugins = " mail_crypt quota imap_quota imap_sieve"
}
protocol pop3 {
mail_max_userip_connections = 20
mail_plugins = " mail_crypt quota"
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
On Mon, Mar 18, 2019 at 10:17 AM Anushka Bandara <anushkab at opensource.lk>
wrote:
> 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...
2007 Jul 08
0
Scagnostics - scatterplot diagnostics
The scagnostics package implements the graph theoretic scagnostics
described by Leland Wilkinson, Anushka Anand and Robert Grossman
(http://www.ncdm.uic.edu/publications/files/proc-094.pdf), building on
an old idea of Tukey's to define indices of "interestingness" to help
guide the search for interesting features in the pair-wise
scatterplots of a highly multivariate dataset.
The scagnos...
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 =