search for: mail_attribute_dict

Displaying 20 results from an estimated 154 matches for "mail_attribute_dict".

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 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, 201...
2018 Nov 07
2
Dovecot mail-crypt plugin
...x 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_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 Bandar...
2019 Jul 16
2
Replication issue 2.3.7
...vecot/pvt/server/sieve/files/MR lookup failed: Mailbox > > attributes not enabled > > Same here (in my case: on OpenBSD -current, mdbox, pigeonhole 0.5.7). > I have backed out to 2.3.6 + pigeonhole 0.5.6 and it's happy again. Instead of downgrading, you could've attempted mail_attribute_dict = file:%h/dovecot-attributes to enable mailbox attributes. This should fix sieve script replication too. Aki
2018 Nov 07
2
Dovecot mail-crypt plugin
...itha 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 curve you like> > > > mail_crypt_save_version = 2 > > > } > > > > > > > > > I realized that, mails are in plain text format even...
2023 Feb 23
1
Setting up the mail-crypt plugin with virtual accounts that have no home directories
...the password of virtual email accounts to let dovecot encrypt/decrypt the keys needed to encrypt/decrypt the mail in the relevant folders. As per the documentation @ https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/ I believe this would be all the configuration I need: # Config mail_attribute_dict = file:%h/Maildir/dovecot-attributes mail_plugins = $mail_plugins mail_crypt plugin { mail_crypt_curve = secp521r1 # or some other preferred curve mail_crypt_save_version = 2 mail_crypt_require_encrypted_user_key = yes # necessary for encrypting keys with user password } # Fil...
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...
2018 Nov 07
1
Dovecot mail-crypt plugin
...7) # 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 = /var/log/dovecot.log login_greeting = Dovecot ready. mail_attribute_dict = file:%h/Maildir/dovecot-attributes mail_gid = 5000 mail_location = maildir:/var/mail/vhosts/%d/%n mail_plugins = quota mail_privileged_group = vmail mail_uid = 5000 managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation sub...
2018 Nov 07
2
Dovecot mail-crypt plugin
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_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/...
2019 Jul 13
5
Replication issue 2.3.7
...doveadm: Error: dsync-remote(reio at mrstuudio.ee)<MVs/K7ubKV2oYwAAsNnMGQ>: Error: Exporting mailbox INBOX failed: Mailbox attribute vendor/vendor.dovecot/pvt/server/sieve/files/MR lookup failed: Mailbox attributes not enabled After turning on mailbox attributes these errors went away: mail_attribute_dict = file:~/Maildir/dovecot-attributes protocol imap { ? ? imap_metadata = yes } But now the errors are replaced with (when deleting mail): Jul 13 12:04:32 turin dovecot: imap(reio at mrstuudio.ee): Warning: /home/vmail/mrstuudio.ee/reio/Maildir/dovecot-uidlist: Duplicate file entry at line 2: 1...
2023 Mar 04
1
Setting up the mail-crypt plugin with virtual accounts that have no home directories
Hi again, I was able to solve both questions. I was overthinking things. A solution to the first question about mail_attribute_dict was simply to use other available variables to point to the virtual user's maildir paths. Like so: /var/mail/%d/%u/dovecot-attributes As for the second question: When I asked it, I was uncertain if dovecot would be able to cope with a hashed password for userdb_mail_crypt_private_password. I...
2018 Feb 11
2
Best mail encryption solution for per-user
...r-user basis? >> > Mail crypt plugin in dovecot core is indeed developed and maintained > by us. Turning on encryption is simple, but you'll have to consider > key management closely. > > The simple instructions are > > 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 > } With no other settings, I understand this to auto-generate keys. It's putting them in mail_attribute_dict? How is that related to mail_crypt_p...
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
...encrypt mails. > > Aki > >> On 04/03/2023 16:12 EET Jeremy <mailinglist-subscriptions at protonmail.com> wrote: >> >> Hi again, >> >> I was able to solve both questions. I was overthinking things. >> >> A solution to the first question about mail_attribute_dict was simply to use other available variables to point to the virtual user's maildir paths. Like so: /var/mail/%d/%u/dovecot-attributes >> >> As for the second question: >> When I asked it, I was uncertain if dovecot would be able to cope with a hashed password for userdb_mail_c...
2013 Dec 23
1
panic with 2.2.10 and GETMETADATA
i have in my configs the following lines: 10-mail.conf:mail_attribute_dict = file:/srv/vmail/dovecot/metadata/%d/%n/attributes 20-imap.conf:imap_metadata = yes when i test GETMETADATA with telnet i got a pannic in my error.log file and no attributes file in the given location is created root at i920:/etc/dovecot/conf.d# telnet localhost imap Trying 127.0.0.1... Conn...
2018 Nov 07
0
Dovecot mail-crypt plugin
...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 ready. > > mail_attribute_dict = file:%h/Maildir/dovecot-attributes > > mail_gid = 5000 > > mail_location = maildir:/var/mail/vhosts/%d/%n > > mail_plugins = quota > > mail_privileged_group = vmail > > mail_uid = 5000 > > managesieve_notify_capability = mailto > > managesieve_siev...
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
...4/03/2023 16:12 EET Jeremy <mailinglist-subscriptions at protonmail.com> wrote: >>>> >>>> Hi again, >>>> >>>> I was able to solve both questions. I was overthinking things. >>>> >>>> A solution to the first question about mail_attribute_dict was simply to use other available variables to point to the virtual user's maildir paths. Like so: /var/mail/%d/%u/dovecot-attributes >>>> >>>> As for the second question: >>>> When I asked it, I was uncertain if dovecot would be able to cope with a hashed pa...
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
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 Jul 06
2
Get rid of the "dbox-Mails"-folder
...e ??????? ??? ??? ??? dovecot.index.log ??????? ??? ??? ??? u.1 ??????? ??? ??? Junk ??????? ??? ??? ???dovecot.index.log ??????? ??? ??? Sent ??????? ??? ??? ??? dovecot.index.log ??????? ??? ??? Trash ??????? ??????? ??? dovecot.index.log ??????? ??? subscriptions My path configuration: mail_attribute_dict = file:%h/dovecot-attributes mail_home = /srv/mail/%d/%n/ mail_location = sdbox:~/ I have tried mail_location = sdbox:~/:FULLDIRNAME= and mail_location = sdbox:~/:FULLDIRNAME=/ but it doesn't work. The first doesn't change anything. The second auto-creates the folders after first login l...