Displaying 20 results from an estimated 2000 matches similar to: "Plugin "mail_crypt" - using folder keys"
2017 Mar 21
2
Plugin "mail_crypt" - using folder keys
Hi!
>> 2. If move a letter to another folder (or remove it), it will be unreadable.
>> Log:
>> imap(cloud): Error: read() failed:
>> read(/home/cloud/Maildir/.Sent.test/cur/1485528498.M838579P2267....) failed:
>> Decryption error: no private key available (uid=5, box=Sent.test, read reason=)
>> imap(cloud): Info: Internal error occurred. Refer to server log for
2017 May 15
3
Plugin "mail_crypt" - using folder keys
On 15.05.2017 09:46, Aki Tuomi wrote:
>
> On 04.05.2017 20:02, Aki Tuomi wrote:
>>
>> On 2017-03-21 09:04, Aki Tuomi wrote:
>>> On 21.03.2017 08:00, Evgeniy Korneechev wrote:
>>>> Hi!
>>>>
>>>>>> 2. If move a letter to another folder (or remove it), it will be
>>>>>> unreadable.
>>>>>> Log:
2017 May 04
2
Plugin "mail_crypt" - using folder keys
On 2017-03-21 09:04, Aki Tuomi wrote:
>
> On 21.03.2017 08:00, Evgeniy Korneechev wrote:
>> Hi!
>>
>>>> 2. If move a letter to another folder (or remove it), it will be unreadable.
>>>> Log:
>>>> imap(cloud): Error: read() failed:
>>>> read(/home/cloud/Maildir/.Sent.test/cur/1485528498.M838579P2267....) failed:
>>>>
2017 Jan 16
2
Plugin "mail_crypt" does not work
We tried these rights:
[root at mail44 dovecot]# ls -la
????? 80
drwxr-xr-x 8 root root 4096 ??? 13 13:17 .
drwxr-xr-x 98 root root 12288 ??? 11 11:47 ..
drwxrwxrwx 2 root root 4096 ??? 10 15:58 eckey
drwxr-xr-x 2 root root 4096 ??? 13 12:42 eckey2
drwxr-xr-x 2 vmail vmail 4096 ??? 11 09:14 RSAkey
[root at mail44 dovecot]# cd eckey2
[root at mail44 eckey2]# ls -la
????? 16
2017 Jan 17
2
Plugin "mail_crypt" does not work
mail_attribute_dict = file:%h/Maildir/dovecot-attributes > dovecot.conf
Apparently so?))
----- ???????? ????????? -----
> ??: "Evgeniy Korneechev" <ekorneechev at altlinux.org>
> ????: "dovecot" <dovecot at dovecot.org>
> ????????????: ???????, 17 ?????? 2017 ? 17:32:38
> ????: Re: Plugin "mail_crypt" does not work
> Hi, guys. Also,
2017 Jan 30
0
Plugin "mail_crypt" - using folder keys
Hi Evgeniy!
On 27.01.2017 16:58, Evgeniy Korneechev wrote:
> Hi, i have two questions about using "folder keys" for encryption:
>
> 1. If i use this method how can i decrypt files manually?
You have to export the private key from mailbox attributes, see doveadm
mailbox cryptokey export.
> 2. If move a letter to another folder (or remove it), it will be unreadable.
>
2017 Jan 12
1
doveadm mailbox cryptokey - not found
>
> You forgot to load mail_crypt plugin.
>
> mail_plugins = $mail_plugins mail_crypt
>
With these settings also.
# dovecot -n
.....
mail_location = mbox:~/mail:INBOX=/var/mail/%u
mail_plugins = " mail_crypt"
mbox_write_locks = fcntl
.....
# service dovecot restart
# doveadm mailbox cryptokey
usage: doveadm [-Dv] [-f .........
# ls /usr/lib64/dovecot/modules/* | grep
2017 Jan 12
2
doveadm mailbox cryptokey - not found
Hi, we have a problem.
Command "doveadm mailbox cryptokey" does not work:
# doveadm mailbox cryptokey
usage: doveadm [-Dv] [-f <formatter>] mailbox <command> [<args>]
create [-u <user>|-A] [-S <socket_path>] [-s] [-g <guid>] <mailbox> [...]
delete [-u <user>|-A] [-S <socket_path>] [-e] [-r] [-s] [-Z] <mailbox>
2017 Jan 13
2
Plugin "mail_crypt" does not work
Hi, i have a problem. I sent test e-mail.
It is in folder "Sent", but it was not delivered (folder "Inbox" is empty).
/var/log/dovecot:
.........
lda(mail at example.com): Error: User initialization failed: mail_crypt_plugin:
mail_crypt_global_public_key: Couldn't parse public key: Unknown key format
.........
Try RSA and EC:
2017 Mar 21
0
Plugin "mail_crypt" - using folder keys
On 21.03.2017 08:00, Evgeniy Korneechev wrote:
> Hi!
>
>>> 2. If move a letter to another folder (or remove it), it will be unreadable.
>>> Log:
>>> imap(cloud): Error: read() failed:
>>> read(/home/cloud/Maildir/.Sent.test/cur/1485528498.M838579P2267....) failed:
>>> Decryption error: no private key available (uid=5, box=Sent.test, read reason=)
2017 May 15
0
Plugin "mail_crypt" - using folder keys
On 04.05.2017 20:02, Aki Tuomi wrote:
>
>
> On 2017-03-21 09:04, Aki Tuomi wrote:
>>
>> On 21.03.2017 08:00, Evgeniy Korneechev wrote:
>>> Hi!
>>>
>>>>> 2. If move a letter to another folder (or remove it), it will be
>>>>> unreadable.
>>>>> Log:
>>>>> imap(cloud): Error: read() failed:
2017 May 25
0
Plugin "mail_crypt" - using folder keys
Hello again Aki,
Just a simple confirmation: using sieve's "fileinto :create" seems to
work properly also, using your temporary fix.
Cheers
On 05/15/2017 08:47 AM, Aki Tuomi wrote:
>
> On 15.05.2017 09:46, Aki Tuomi wrote:
>> On 04.05.2017 20:02, Aki Tuomi wrote:
>>> On 2017-03-21 09:04, Aki Tuomi wrote:
>>>> On 21.03.2017 08:00, Evgeniy
2017 Jan 17
0
Plugin "mail_crypt" does not work
Hi!
Some replies:
1. the problem with mail_crypt_global_public_key, there is a bug that we are fixing where file inputs under plugin { } section do not get aboard.
workaround 1:
You can base64 encode the PEM key (yes, again), and put it in one line such as
plugin {
mail_crypt_global_public_key = LS0tLS1C.....
}
workaround 2:
Return the key from userdb, you can use same format.
3. The
2017 Jan 17
0
Plugin "mail_crypt" does not work
Hi, guys. Also, currently a problem (with http://wiki2.dovecot.org/Plugins/MailCrypt#EC_key):
# dovecot mailbox cryptokey generate -u name at example.com -UR
doveadm(name at example.com): Error: mail_crypt_user_get_public_key(name at example.com) failed:
mailbox_attribute_get(INBOX, /shared/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/pvt/crypt/active)
failed: Mailbox attributes not
2017 Jun 29
2
Per-user quota (passwd)
Oh you have multiple db's, I missed that.
Remove auth_username_format, and instead
userdb {
args = /etc/imap.passwd username_format=%Ln
driver = passwd-file
override_fields = home=/var/vmail/glu_vrem/%u
}
On 29.06.2017 14:35, Evgeniy Korneechev wrote:
> with auth_username_format = %Ln:
>
> Jun 28 14:43:41 auth: Debug: master in: USER 1 iivanov.ia at example.com
2017 Sep 11
1
Per-user quota (passwd)
Hi.
But there is one problem...
protocol lda {
mail_plugins = " quota autocreate sieve quota"
plugin {
quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage
}
}
protocol imap {
mail_plugins = " quota autocreate autocreate imap_quota"
plugin {
autocreate = INBOX
autocreate2 = Sent
autocreate3 = Trash
autocreate4 = Drafts
autocreate5 =
2017 Jun 29
2
Per-user quota (passwd)
or use, as I indicated before, auth_username_format = %Ln
Aki
On 29.06.2017 13:58, Evgeniy Korneechev wrote:
> Hi!
> workaround:
> administrator:*:95400500:95400513:Administrator:/home/DOM/administrator:/bin/bash::userdb_quota_rule=*:bytes=10G userdb_mail=maildir:/var/vmail/glu_vrem/administrator/Maildir
> administrator at
2017 Jun 29
2
Per-user quota (passwd)
Yes.
Aki
On 29.06.2017 14:07, Evgeniy Korneechev wrote:
> And if such a user:
> email (from AD) = ivanov.ia at example.com
> login (from AD), %n = iivanov
> %d = DOM
> %u = iivanov at DOM
>
> ?
>
> ----- ???????? ????????? -----
>> ??: "Aki Tuomi" <aki.tuomi at dovecot.fi>
>> ????: "dovecot" <dovecot at dovecot.org>
>>
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
Hi,
It is quite easy.
I use a client (thunderbird or windows live mail) set it up to use starttls on standard port 110. Logon and just do a list on the mailbox. The fatal error occurred when I logoff.
Arvid
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of dovecot-request at dovecot.org
Sent: 11. september 2017 14:57
To: dovecot at dovecot.org
2017 Jun 28
2
Per-user quota (passwd)
On 28.06.2017 12:36, Aki Tuomi wrote:
> On 28.06.2017 12:25, Evgeniy Korneechev wrote:
>> Hello!
>> We have passwd=pam, userdb=passwd.
>> passdb {
>> driver = pam #server was entered domain Active Directory
>> }
>> userdb {
>> driver = passwd
>> override_fields = home=/var/vmail/glu_vrem/%u
>> }
>>
>> How can i use per-user