Re: Distros based on OpenSSL 3 fail on lib-dcrypt/test-crypto

2022-06-07 Thread Aki Tuomi
> On 07/06/2022 20:27 Sloane Bernstein wrote: > > > Hello, > > I am getting our Dovecot packages preliminarily ready to support Linux > distributions which rely on OpenSSL 3. I notice that even the main dev branch > will build, but the test suite fails (among other places) at > test_passwo

Re: The meaning of "tarpit" as used in the auth policy docs?

2022-06-07 Thread Aki Tuomi
> On 08/06/2022 05:34 Hippo Man wrote: > > > I'm trying to understand what is meant by "tarpit" in the ffollowing quote of > the Dovecot auth policy docs for the "before" check ... > First query is done before password and user databases are consulted. This > means that any userdb/passdb att

The meaning of "tarpit" as used in the auth policy docs?

2022-06-07 Thread Hippo Man
I'm trying to understand what is meant by "tarpit" in the ffollowing quote of the Dovecot auth policy docs for the "before" check ... First query is done *before* password and user databases are consulted. This means that any userdb/passdb attributes are left empty. The command used here is ‘allo

Re: Extremely long line

2022-06-07 Thread John Stoffel
> "Dmitriy" == Dmitriy Fitisov writes: Dmitriy> Hello everyone, Dmitriy> I’m using https://github.com/karastojko/mailio Dmitriy> to get messages from dovecot-2.3.7.2 (3c910f64b) So post your code that you're using to get the message from dovecot. I assume you're using IMAP? Dmitriy> and 1

Distros based on OpenSSL 3 fail on lib-dcrypt/test-crypto

2022-06-07 Thread Sloane Bernstein
Hello, I am getting our Dovecot packages preliminarily ready to support Linux distributions which rely on OpenSSL 3. I notice that even the main dev branch will build, but the test suite fails (among other places) at test_password_change in src/lib-dcrypt/test-crypto.c: -- [root@al9 lib-dcryp

Extremely long line

2022-06-07 Thread Dmitriy Fitisov
Hello everyone, I’m using https://github.com/karastojko/mailio to get messages from dovecot-2.3.7.2 (3c910f64b) and 1 of the messages which is 2.5 mbytes in size and has an image attached, has a half megabyte of <80> (0x80) characters at the end. And that is

Re: Sieve configuration for roundcube

2022-06-07 Thread Jeremy Hansen
Figured out my issues. Stupid error on my part. I had $config['managesieve_conn_options'] in there twice defeating my SSL preferences. All is well now. Thanks -jeremy On 2022-06-07 00:37, Jeremy Hansen wrote: $config['managesieve_port'] = 4190; $config['managesieve_host'] = 'ssl://mx1.

Re: Configuring master password when using pam/openldap [was: "running alternate dovecot instances on the same server"]

2022-06-07 Thread Chris Hoogendyk
I've changed the subject line on this email to more closely address the current issue. I'm hoping that with the most recent release out the door for a while there might be time to answer this. I believe I have the configuration done correctly to use a master password, but for some reason Dov

Re: Sieve configuration for roundcube

2022-06-07 Thread Jeremy Hansen
$config['managesieve_port'] = 4190; $config['managesieve_host'] = 'ssl://mx1.la1.blah.com'; $config['managesieve_auth_type'] = null; $config['managesieve_auth_cid'] = null; $config['managesieve_auth_pw'] = null; $config['managesieve_usetls'] = false; $config['managesieve_conn_options'] = arra

Re: Sieve configuration for roundcube

2022-06-07 Thread Aleksander Machniak
On 07.06.2022 08:42, Jeremy Hansen wrote: $config['managesieve_host'] = 'ssl://mx1.la1.blah.com'; $config['managesieve_auth_type'] = PLAIN; Try null, and PLAIN should be in quotes. $config['managesieve_usetls'] = true; I'd set this option to false, and control the connection type by use of