readonly archive folders using squashfs

2019-03-07 Thread Natu via dovecot
I have a dovecot server running under CentOS using maildir format.  Due to the issue with minimum blocksize for files I would like to offer some kind of readonly archive using something like the compressed squashfs  where I would move messages to be archived to a maildir folder and then convert

Re: dovecot 2.3.5 - tests fail: http payload echo (ssl)

2019-03-07 Thread Helmut K. C. Tessarek via dovecot
Thank you very much for getting back to me. On 2019-03-07 04:23, Stephan Bosch via dovecot wrote: >> http payload echo (ssl): sequential .. : ok >> http payload echo (ssl): pipeline : ok >> http payload echo (ssl): parallel

Re: Removing a mailbox from a dovecot cluster

2019-03-07 Thread Gerald Galster via dovecot
> Am 07.03.2019 um 20:43 schrieb Francis : > > Le mar. 5 mars 2019 à 10:08, Gerald Galster via dovecot > a écrit : > > you could try to stop replication for the user you are deleting: > doveadm replicator remove [-a replicator_socket_path] username > > >

Re: Dovecot v2.3.5 released

2019-03-07 Thread A. Schulze via dovecot
Am 07.03.19 um 17:33 schrieb Aki Tuomi via dovecot: >> test-http-client-errors.c:2989: Assert failed: FALSE >> connection timed out . : >> FAILED Hello Aki, > Are you running with valgrind or on really slow system? I'm not aware my buildsystem

Re: Removing a mailbox from a dovecot cluster

2019-03-07 Thread Francis via dovecot
Le mar. 5 mars 2019 à 10:08, Gerald Galster via dovecot a écrit : > > you could try to stop replication for the user you are deleting: > doveadm replicator remove [-a replicator_socket_path] username > > Good idea! But I have a problem. I tried to stop the replication (doveadm replicator remove

Re: Regression ACL & namespace prefix

2019-03-07 Thread Aki Tuomi via dovecot
I tested with release 2.3.5, and doveadm -Dv acl debug -u testuser pub doveadm(testuser): Debug: acl vfile: file /etc/dovecot/global-acls/pub/INBOX not found doveadm(testuser): Debug: acl vfile: file /home/vmail/pub/Mail/mailboxes/INBOX/dbox-Mails/dovecot-acl not found doveadm(testuser): Debug:

Re: Regression ACL & namespace prefix

2019-03-07 Thread Aki Tuomi via dovecot
Sorry, we have not yet been able to look into this.. It's now in our internal system as DOP-966 Aki > On 7 March 2019 17:31 Michal Hlavinka via dovecot wrote: > > > Hi, > any progress with this issue? Do you need more information to debug and > fix this? > > Cheers > Michal Hlavinka > >

Re: how to enable PowerDNS/Weakforced with Fedora and sendmail

2019-03-07 Thread Robert Kudyba via dovecot
I think I’m getting closer: /var/log/messages shows: Mar 7 12:01:35 olddsm wforce[22993]: WforceWebserver: HTTP Request "/" from 127.0.0.1:59188: Web Authentication failed Mar 7 12:02:43 olddsm wforce[22993]: allowLog too many different failed password attempts by IP: allow="-1"

Re: Dovecot v2.3.5 released

2019-03-07 Thread Aki Tuomi via dovecot
> On 7 March 2019 18:02 A. Schulze via dovecot wrote: > > > Am 05.03.19 um 17:26 schrieb Aki Tuomi via dovecot: > > We are happy to release dovecot v2.3.5. > > Hello, > > it build but tests fail... > > make[4]: Entering directory '/<>/src/lib-http' > for bin in test-http-date

Re: how to enable PowerDNS/Weakforced with Fedora and sendmail

2019-03-07 Thread Aki Tuomi via dovecot
In weakforced you have webserver("0.0.0.0:8084", "THIS-IS-THE-PASSWORD-FOR-WFORCE") Thus, you make the base64 blob as ~$ echo -n wforce:THIS-IS-THE-PASSWORD-FOR-WFORCE | base64 d2ZvcmNlOlRISVMtSVMtVEhFLVBBU1NXT1JELUZPUi1XRk9SQ0U= And in dovecot you put auth_policy_server_api_header =

Re: Dovecot v2.3.5 released

2019-03-07 Thread A. Schulze via dovecot
Am 05.03.19 um 17:26 schrieb Aki Tuomi via dovecot: > We are happy to release dovecot v2.3.5. Hello, it build but tests fail... make[4]: Entering directory '/<>/src/lib-http' for bin in test-http-date test-http-url test-http-header-parser test-http-transfer test-http-auth

Re: Regression ACL & namespace prefix

2019-03-07 Thread Michal Hlavinka via dovecot
Hi, any progress with this issue? Do you need more information to debug and fix this? Cheers Michal Hlavinka On 9/18/18 4:10 PM, Michal Hlavinka wrote: Hi tl;dr: Seems that for Global ACL directory, namespace prefix is not part of the path, when looking for acl file. Long version: We're

Re: how to enable PowerDNS/Weakforced with Fedora and sendmail

2019-03-07 Thread Robert Kudyba via dovecot
So for auth_policy_server_api_header. is the value of our_password come from the hashed response or the plain-text password? What else am I doing wrong? Mar 7 09:20:53 olddsm wforce[17763]: WforceWebserver: HTTP Request "/" from 127.0.0.1:56416: Web Authentication failed curl -X POST -H

Re: Strange behaviour with BLF-CRYPT and SHA*-CRYPT pasword schemas

2019-03-07 Thread Kristijan Savic - ratiokontakt GmbH via dovecot
That explains everything then, excellent. Thank you very much! -- Regards, Kristijan Savic ratiokontakt GmbH Biegenhofstr. 13 96103 Hallstadt Telefon: +49 (0) 951 9 35 35 - 0 Telefax: +49 (0) 951 9 35 35 - 902 Internet:

Re: Sieve fileinto copies messages instead of moving them

2019-03-07 Thread Dauser Martin Johannes via dovecot
Micheal, just for your information: "stop;" stops the whole script at this very line, which means no other rule will be applied on this message anymore. Most of the time this is desired. Otherwise "elsif" (and "else" as a catch-all) is your friend. require ["fileinto"]; # rule:[check if either

Re: Strange behaviour with BLF-CRYPT and SHA*-CRYPT pasword schemas

2019-03-07 Thread Aki Tuomi via dovecot
On 7.3.2019 14.00, Kristijan Savic - ratiokontakt GmbH wrote: >> You could configure default scheme as CRYPT. It covers these all. Otherwise >> you need to make sure passwords have {SCHEME} prefix when it differs from >> default or oddities occur. --- > Thank you for the tip with CRYPT. > > Is

Re: Strange behaviour with BLF-CRYPT and SHA*-CRYPT pasword schemas

2019-03-07 Thread Kristijan Savic - ratiokontakt GmbH via dovecot
> You could configure default scheme as CRYPT. It covers these all. Otherwise > you need to make sure passwords have {SCHEME} prefix when it differs from > default or oddities occur. --- Thank you for the tip with CRYPT. Is there any explanation for this behaviour though? Why are BCRYPT hashes

Re: Director 2.3.5: openssl_iostream_handle_error

2019-03-07 Thread Aki Tuomi via dovecot
On 7.3.2019 12.07, Tom Sommer via dovecot wrote: > Thanks for 2.3.5 - it fixed a lot of stuff :) > > I see this Panic in my Director logs now, randomly and rarely: > > Mar 07 11:01:29 pop3-login: Panic: file iostream-openssl.c: line 586 > (openssl_iostream_handle_error): assertion failed: (errno

Re: director in rings

2019-03-07 Thread Maciej Milaszewski IQ PL via dovecot
Hi Thnex for replay. Because I had a problem with director cluster. Second time in 20 days I had crash dovecot/director. I use keepalive and with critical moment keepalive move VIP to second server. For your advice I remove "broken director" from ring, but not working (default director frozen)

Director 2.3.5: openssl_iostream_handle_error

2019-03-07 Thread Tom Sommer via dovecot
Thanks for 2.3.5 - it fixed a lot of stuff :) I see this Panic in my Director logs now, randomly and rarely: Mar 07 11:01:29 pop3-login: Panic: file iostream-openssl.c: line 586 (openssl_iostream_handle_error): assertion failed: (errno != 0) Mar 07 11:01:29 auth: Warning: auth client 13625

Re: dovecot 2.3.5 - tests fail: http payload echo (ssl)

2019-03-07 Thread Stephan Bosch via dovecot
Op 07/03/2019 om 01:02 schreef Helmut K. C. Tessarek via dovecot: Hi, I was womdering, if anyone has experienced the same issues. When I run the tests after compiling 2.3.5, the following 4 tests fail: http payload echo (ssl): sequential .. : ok http payload