Re: [BUG] doveadm / mail-crypt: Error when setting new password for a user key

2021-06-27 Thread Aki Tuomi
It's an internal tracking number. Aki > On 28/06/2021 09:20 Kevin N. wrote: > > > Super :) . > You mentioned the bug number. Is there a publicly available location > where Dovecot bugs are listed? > Or that number is only an internal tracking number? > > Cheers, > > Kevin > > > On 28/06/

Re: [BUG] doveadm / mail-crypt: Error when setting new password for a user key

2021-06-27 Thread Kevin N.
Super :) . You mentioned the bug number. Is there a publicly available location where Dovecot bugs are listed? Or that number is only an internal tracking number? Cheers, Kevin On 28/06/2021 09:15, Aki Tuomi wrote: Oh duh. Yeah. It's a bug. It's a known bug, DOP-2233. Lets see if we could g

Re: [BUG] doveadm / mail-crypt: Error when setting new password for a user key

2021-06-27 Thread Aki Tuomi
Oh duh. Yeah. It's a bug. It's a known bug, DOP-2233. Lets see if we could get this fixed finally. Aki > On 28/06/2021 09:12 Kevin N. wrote: > > > Hi Aki, > > Yes. Without -O the following error is thrown: > > result: dcrypt_key_load_private(...) failed: password missing > > Which makes s

Re: [BUG] doveadm / mail-crypt: Error when setting new password for a user key

2021-06-27 Thread Kevin N.
Hi Aki, Yes. Without -O the following error is thrown: result: dcrypt_key_load_private(...) failed: password missing Which makes sense since you need the old password for setting a new password for the user key. BTW: the behavior is the same on 2.3.15 too. Cheers, Kevin On 28/06/2021 08:

Re: Support client_id variable expansion

2021-06-27 Thread Aki Tuomi
> On 02/06/2021 17:45 Eirik Rye wrote: > > > Hello, > > We are using imap_id_log='*' (and imap_id_retain=yes) to log user client > information to the dovecot logs, and this information is aggregated to give > us extra debugging information for customer support. > > However, as some client

Re: Increase FTS timeouts for slow(er) machines

2021-06-27 Thread Aki Tuomi
> On 26/06/2021 08:49 Bojan Čekrlić wrote: > > > Hello list, > > I have a question which doesn’t seem to be answered by the documentation. I’m > running Dovecot on a Raspberry PI-like computer. I’ve enabled full-text > search (FTS) and installed Solr and Tika. > > Now, Dovecot will timeou

Re: [BUG] doveadm / mail-crypt: Error when setting new password for a user key

2021-06-27 Thread Aki Tuomi
> On 20/06/2021 01:22 Kevin N. wrote: > > > Dovecot version: 2.3.14 > > When setting a new password for a user key you have the option to prompt > the user for the old and the new password, instead of providing them as > parameters (using -N and -O instead of -n and -o). > > However, runni

Re: JWT local validation

2021-06-27 Thread Aki Tuomi
> On 24/06/2021 09:19 Tomas Habarta wrote: > > > Hello, > > I have a working setup with Roundcube using OAuth2 -- introspection works > without any problem, unfortunately local validation does not as tokens are > missing "typ" header (seems that one is indeed optional per RFC7519 and > th

Re: 2.3.15 Dockerfile

2021-06-27 Thread Aki Tuomi
> On 22/06/2021 19:24 Jörg Faudin Schulz wrote: > > > I'm having hard-to-debug issues compiling 2.3.15 using Alpine; for some > reasons I'd like to repeat that using buster. Where did you publish the > Dockerfile for the 'official' repository? Hi! We have not gotten round to publish the D

Re: Dovecot mailing list and DKIM

2021-06-27 Thread Aki Tuomi
> On 20/06/2021 00:58 A. Schulze wrote: > > > Am 19.06.21 um 16:21 schrieb Kevin N.: > > Going through my mail logs I noticed that a couple of messages from the > > Dovecot mailing list failed DKIM validation. > > > > For example, this one has failed: > > https://markmail.org/message/te7ty

Re: Backing up per user keys for mailcrypt

2021-06-27 Thread Aki Tuomi
> On 17/06/2021 19:59 Ben Burk wrote: > > > I am wondering how I can back up keys for mail users in their > password-protected form, without exporting them from `doveadm mailbox > cryptokey export`, which requires a password. The goal here is to > perform routine backups to keep keys curre

Re: Python module for HTTP API

2021-06-27 Thread Aki Tuomi
> On 15/06/2021 16:40 Michael Ströder wrote: > > > Aki, > > On 6/8/21 9:06 PM, Aki Tuomi wrote: > > You can give https://github.com/dovecot/doveadm-http-cli a try. > > many thanks for the pointer. This is the right direction. > > Besides that: > Are there significant differences when devel

Re: Unable to run dovecot.2.3.15

2021-06-27 Thread Joe Wong
On Mon, Jun 28, 2021 at 10:16 AM Joe Wong wrote: > > > On Mon, Jun 28, 2021 at 10:10 AM Benny Pedersen wrote: > >> On 2021-06-28 03:19, Joe Wong wrote: >> >> > What did I miss here ? >> >> >> https://askubuntu.com/questions/197459/how-to-fix-sudo-unable-to-open-read-only-file-system >> >> for ub

Re: Unable to run dovecot.2.3.15

2021-06-27 Thread Joe Wong
On Mon, Jun 28, 2021 at 10:10 AM Benny Pedersen wrote: > On 2021-06-28 03:19, Joe Wong wrote: > > > What did I miss here ? > > > https://askubuntu.com/questions/197459/how-to-fix-sudo-unable-to-open-read-only-file-system > > for ubuntu here, i just think its same problem on centos > Thanks Benny

Re: Unable to run dovecot.2.3.15

2021-06-27 Thread Benny Pedersen
On 2021-06-28 03:19, Joe Wong wrote: What did I miss here ? https://askubuntu.com/questions/197459/how-to-fix-sudo-unable-to-open-read-only-file-system for ubuntu here, i just think its same problem on centos

Re: Unable to run dovecot.2.3.15

2021-06-27 Thread Richard
> Date: Monday, June 28, 2021 09:19:07 +0800 > From: Joe Wong > > I am trying to setup a new server on Centos 7 running 2.3.15, I > compile the source with ./configure --with-pam , make then make > install. I have another server using 2.3.8 so I copy my config > files from there to /usr/local/

Unable to run dovecot.2.3.15

2021-06-27 Thread Joe Wong
Hello, I am trying to setup a new server on Centos 7 running 2.3.15, I compile the source with ./configure --with-pam , make then make install. I have another server using 2.3.8 so I copy my config files from there to /usr/local/etc/dovecot. I am using systemctl enable dovecot then systemctl star

Re: Dovecot 2.3.15 compilation fails

2021-06-27 Thread Benny Pedersen
On 2021-06-27 15:53, Michael Seevogel wrote: GCC 4.4.7: This particular version sounds quite familiar to me. Are you trying to compile Dovecot 2.3.15 on RHEL 6 (or a clone) because that's the default GCC version on any EL6 based-distribution?! If so, there are newer GCC versions available via t

Re: Dovecot 2.3.15 compilation fails

2021-06-27 Thread Michael Seevogel
Am 27.06.2021 um 13:38 schrieb Andreas M. Kirchwitz: Hello Dovecot users and developers! Up to Dovecot 2.3.14.1 manual compilation of Dovecot sources was fine, I have an old 32-bit Linux server with GCC 4.4.7 where I compile almost all things manually. Works fine, never had problems with GCC

Dovecot 2.3.15 compilation fails

2021-06-27 Thread Andreas M. Kirchwitz
Hello Dovecot users and developers! Up to Dovecot 2.3.14.1 manual compilation of Dovecot sources was fine, I have an old 32-bit Linux server with GCC 4.4.7 where I compile almost all things manually. Works fine, never had problems with GCC versions. env LDFLAGS="-Wl,--no-as-needed" ./configure

Re: Quota Config With Prefetch Creating Alias Directories

2021-06-27 Thread Kevin N.
On a second thought, the previous suggestion doesn't seem to be what you are looking for. It looks like it only performs selective quota checking. Sorry. On 27/06/2021 10:45, Kevin N. wrote: For the first part of the issue maybe you could use Postfix's smtpd_restriction_classes combined with

Re: Quota Config With Prefetch Creating Alias Directories

2021-06-27 Thread Kevin N.
For the first part of the issue maybe you could use Postfix's smtpd_restriction_classes combined with Dovecot's quota_grace, as described in this older thread: https://dovecot.markmail.org/thread/5sa563icpv2os2nb#query:+page:1+mid:gkhwgzfvipzaixtl+state:results I haven't tried it though. Cheer