Re: Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread Aki Tuomi
It would appear that nodelay causes the crash here. We are tracking this bug as DOV-4280 internally. Aki > On 07/01/2021 01:05 Josef 'Jeff' Sipek wrote: > > > On Wed, Jan 06, 2021 at 14:07:06 -0500, Josef 'Jeff' Sipek wrote: > > Ok, just a quick update. I managed to reproduce it. I'll try

Re: test-file-cache.c needs #ifdef HAVE_RLIMIT_AS

2021-01-06 Thread Aki Tuomi
Can you try adding this to the file? #define RLIMIT_AS RLIMIT_DATA Aki > On 06/01/2021 22:47 Rupert Gallagher wrote: > > > OpenBSD > > > Original Message > On Jan 6, 2021, 21:37, Aki Tuomi < aki.tu...@open-xchange.com> wrote: > > Which distro/OS is this? > Aki

Re: problem building on centos 8 (8.3 kernel)

2021-01-06 Thread Aki Tuomi
> On 07/01/2021 03:57 st...@keptprivate.com wrote: > > > Hi, > > I'm converting from qmailtoaster/vpopmail build. > When I try to build dovecot-2.3.13-2.src.rpm for centos 8.3 the first thing I > run into is this: > > + sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh >

Re: systemd-homed

2021-01-06 Thread Aki Tuomi
> On 07/01/2021 02:47 Yilin Wei wrote: > > > Hi, > > I’ve been looking into a problem with a local dovecot setup with > ~systemd-homed~ and uses PAM authentication. To give a brief overview, > ~systemd-homed~ mounts the users home directory upon particular > authencation calls (which is

Re: multiple mailstores

2021-01-06 Thread Aki Tuomi
> On 07/01/2021 01:51 Alexander Rivanykov wrote: > > > Hi, > > I need to merge mail data from two companies to one - i could attach the > second storage via NFS which has the sdbox mailbox format while the other one > is maildir. > Is it possible to have two mail locations with

Re: Dovecot + sis problem

2021-01-06 Thread Michał Kiljański
Ok, thanks. But :) What is strange for me is disk usage. du -s -h /var/mail/attachments/8b/67/ 16M /var/mail/attachments/8b/67/ check indes ls -i /var/mail/attachments/8b/67/ 662975

systemd-homed

2021-01-06 Thread Yilin Wei
Hi, I’ve been looking into a problem with a local dovecot setup with ~systemd-homed~ and uses PAM authentication. To give a brief overview, ~systemd-homed~ mounts the users home directory upon particular authencation calls (which is configurable through ~/etc/pam.d~). Dovecot currently

problem building on centos 8 (8.3 kernel)

2021-01-06 Thread steve
Hi, I'm converting from qmailtoaster/vpopmail build. When I try to build dovecot-2.3.13-2.src.rpm for centos 8.3 the first thing I run into is this: + sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/10-ssl.conf + '[' -e buildinfo.commit ']' ++ head -1

multiple mailstores

2021-01-06 Thread Alexander Rivanykov
Hi, I need to merge mail data from two companies to one - i could attach the second storage via NFS which has the sdbox mailbox format while the other one is maildir. Is it possible to have two mail locations with different mailbox formats (maildir and sdbox) on one dovecot instance? Regardless

Re: Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread Josef 'Jeff' Sipek
On Wed, Jan 06, 2021 at 14:07:06 -0500, Josef 'Jeff' Sipek wrote: > Ok, just a quick update. I managed to reproduce it. I'll try to figure out > where things went wrong. Two more questions: (1) Why are you using a UNION in your SQL statement? (2) Does the crash still happen if you remove the

Re: test-file-cache.c needs #ifdef HAVE_RLIMIT_AS

2021-01-06 Thread Rupert Gallagher
OpenBSD Original Message On Jan 6, 2021, 21:37, Aki Tuomi < aki.tu...@open-xchange.com> wrote: Which distro/OS is this? Aki

Re: test-file-cache.c needs #ifdef HAVE_RLIMIT_AS

2021-01-06 Thread Aki Tuomi
> On 06/01/2021 21:34 Rupert Gallagher wrote: > > > test-file-cache.c:259:24: error: use of undeclared identifier 'RLIMIT_AS' > test_assert(getrlimit(RLIMIT_AS, _cur) == 0); > ^ > test-file-cache.c:267:24: error: use of undeclared identifier 'RLIMIT_AS'

test-file-cache.c needs #ifdef HAVE_RLIMIT_AS

2021-01-06 Thread Rupert Gallagher
test-file-cache.c:259:24: error: use of undeclared identifier 'RLIMIT_AS' test_assert(getrlimit(RLIMIT_AS, _cur) == 0); ^ test-file-cache.c:267:24: error: use of undeclared identifier 'RLIMIT_AS' test_assert(setrlimit(RLIMIT_AS, _new) == 0);

Re: Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread Josef 'Jeff' Sipek
Ok, just a quick update. I managed to reproduce it. I'll try to figure out where things went wrong. Thanks, Jeff. On Wed, Jan 06, 2021 at 18:22:03 +0100, Harald Leithner wrote: > Hi > > Am 06.01.2021 um 18:08 schrieb Josef 'Jeff' Sipek: > > On Wed, Jan 06, 2021 at 17:13:05 +0100, Harald

Re: Pigeonhole v0.5.13 released

2021-01-06 Thread Alessio Cecchi
Il 04/01/21 13:02, Aki Tuomi ha scritto: We are pleased to release pigeonhole 0.5.13. You can download it from locations below: https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.13.tar.gz https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.13.tar.gz.sig

Re: Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread Harald Leithner
Hi Am 06.01.2021 um 18:08 schrieb Josef 'Jeff' Sipek: On Wed, Jan 06, 2021 at 17:13:05 +0100, Harald Leithner wrote: Hi, and the user part with "user@redacted". I assume you did this for additional privacy, and not because you think that auth_debug_passwords=no should hide usernames as

Re: Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread Harald Leithner
Hi, small correction, the devices that tries to login and triggers the segfault uses an old password and can't login and segfaults the auth process. On 2.2 the login wasn't successful too but didn't segfault. Harald Am 06.01.2021 um 18:01 schrieb John Stoffel: "Harald" == Harald Leithner

Re: Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread Josef 'Jeff' Sipek
On Wed, Jan 06, 2021 at 17:13:05 +0100, Harald Leithner wrote: > Hi, > > we have a problem upgrading Dovecot from 2.2 to 2.3.13 on one server it > seems one user triggers a segfault while trying to authenticate. > > The user works fine with 2.2.36.4, our last update try mid-late 2020 was >

Re: Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread John Stoffel
> "Harald" == Harald Leithner writes: Harald> we have a problem upgrading Dovecot from 2.2 to 2.3.13 on one Harald> server it seems one user triggers a segfault while trying to Harald> authenticate. Can you get the user to change their password to not have quite some special characters

Re: doveadm backup only working once?

2021-01-06 Thread Aki Tuomi
No, I'm suggesting you use any other mail format than mbox, like maildir, sdbox or mdbox. sdbox or maildir is pretty safe bet. Aki > On 06/01/2021 16:53 Engelbert Torremans wrote: > > > OK. So you are suggesting that moving to mdbox could solve my problem? > > I could migrate/reconfigure

Re: doveadm backup only working once?

2021-01-06 Thread Odhiambo Washington
I experienced some corruption with mdbox that I had to move away from it to Maildir. Anyway, that's just me, On Wed, 6 Jan 2021 at 17:54, Engelbert Torremans wrote: > OK. So you are suggesting that moving to mdbox could solve my problem? > > I could migrate/reconfigure my "server2" to mdbox

Authentication segfault with Dovecot 2.3.13

2021-01-06 Thread Harald Leithner
Hi, we have a problem upgrading Dovecot from 2.2 to 2.3.13 on one server it seems one user triggers a segfault while trying to authenticate. The user works fine with 2.2.36.4, our last update try mid-late 2020 was aborted because of this reason. While debugging the problem we noticed that

Re: Pigeonhole v0.5.13 build fails on OS X 10.11.6

2021-01-06 Thread Steve Akerman
Error seen - sorry for this!! > On 6 Jan 2021, at 14:24, Steve Akerman wrote: > > Hi, > > Dovecot 2.3.13 builds successfully on this old OS X, but pigeonhole > v0.5.13fails as below: > > gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot-I../.. > -I../../src/lib-managesieve

Re: doveadm backup only working once?

2021-01-06 Thread Engelbert Torremans
OK. So you are suggesting that moving to mdbox could solve my problem? I could migrate/reconfigure my "server2" to mdbox while keeping my "production/server1" running on mbox and backup everything from server1->server2 and switch over once everything proves to be working OK. Engelbert Op

Re: doveadm backup only working once?

2021-01-06 Thread Aki Tuomi
Hi! dsync has limited support to work with mbox format, which is mainly to get away from it. Aki > On 06/01/2021 16:37 Christian Kivalo wrote: > > > On January 6, 2021 2:14:32 PM GMT+01:00, Engelbert Torremans > wrote: > >All, > > > >Maybe a relevant piece of additional information that

Re: doveadm backup only working once?

2021-01-06 Thread Christian Kivalo
On January 6, 2021 2:14:32 PM GMT+01:00, Engelbert Torremans wrote: >All, > >Maybe a relevant piece of additional information that could help in >figurring out what is going wrong here that I forgot to add in my >previous posting. > >After the succesfull first backup execution using:

Re: Dovecot v2.3.13 released

2021-01-06 Thread Aki Tuomi
> On 06/01/2021 15:37 Juri Haberland wrote: > > > On 04/01/2021 13:02, Aki Tuomi wrote: > > We are pleased to release v2.3.13. Please find it from locations below: > > > > https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz > > https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz.sig >

Re: Dovecot v2.3.13 released

2021-01-06 Thread Juri Haberland
On 04/01/2021 13:02, Aki Tuomi wrote: > We are pleased to release v2.3.13. Please find it from locations below: > > https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz > https://dovecot.org/releases/2.3/dovecot-2.3.13.tar.gz.sig > Binary packages in https://repo.dovecot.org/ > Docker images in

Ubuntu packages

2021-01-06 Thread Aki Tuomi
Hi! Since Ubuntu 20.04 LTS is nowadays available, we have dropped 16.04 support from 2.3.13 as per policy of supporting two latest releases of operating system. Dovecot 2.3.11.3 is latest version we provide packages for 16.04. Please find Ubuntu 20.04 packages at https://repo.dovecot.org/ Kind

Re: doveadm backup only working once?

2021-01-06 Thread Engelbert Torremans
All, Maybe a relevant piece of additional information that could help in figurring out what is going wrong here that I forgot to add in my previous posting. After the succesfull first backup execution using: #doveadm -D -v backup -R -f -u synctest tcp:192.168.3.1:12345 as described in

[Dovecot-news] Ubuntu packages

2021-01-06 Thread Aki Tuomi
Hi! Since Ubuntu 20.04 LTS is nowadays available, we have dropped 16.04 support from 2.3.13 as per policy of supporting two latest releases of operating system. Dovecot 2.3.11.3 is latest version we provide packages for 16.04. Please find Ubuntu 20.04 packages at https://repo.dovecot.org/ Kind

Pigeonhole v0.5.13 build fails on OS X 10.11.6

2021-01-06 Thread Steve Akerman
Hi, Dovecot 2.3.13 builds successfully on this old OS X, but pigeonhole v0.5.13fails as below: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot-I../.. -I../../src/lib-managesieve -fPIE -DPIE -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations

AW: Dovecot v2.3.13 released

2021-01-06 Thread rudolf
Hey there, do you know anything new here, whether the update is also build for 16.04? Yours sincerely Pascal Rudolf -Ursprüngliche Nachricht- Von: dovecot Im Auftrag von Juri Haberland Gesendet: Mittwoch, 6. Januar 2021 00:13 An: dovecot@dovecot.org Betreff: Re: Dovecot v2.3.13

Re: Imapsieve FLAG cause executes a pipe call twice

2021-01-06 Thread Benny Pedersen
On 2021-01-06 12:57, Stephan Bosch wrote: On 24/12/2020 15:06, DocMAX wrote: Dez 24 15:05:32 server dovecot[222484]: imap(docmax)<224089>: Debug: sieve: action pipe: running program: rspam-ham Dez 24 15:05:36 server dovecot[222484]: imap(docmax)<224089>: Debug: sieve: action pipe: running

Re: Imapsieve FLAG cause executes a pipe call twice

2021-01-06 Thread Stephan Bosch
On 24/12/2020 15:06, DocMAX wrote: Dez 24 15:05:24 server dovecot[222484]: imap(docmax)<224089>: Debug: sieve: action pipe: running program: rspam-spam Dez 24 15:05:24 server dovecot[222484]: imap(docmax)<224089>: Debug: sieve: action pipe: running program: rspam-ham Dez 24 15:05:27

Re: Dovecot + sis problem

2021-01-06 Thread Patrick Cernko
Hi Michal, On 06.01.21 00:18, Michał Kiljański wrote: Hi, My setup is: mail_attachment_dir = /var/mail/attachments mail_attachment_hash = %{sha512} mail_attachment_min_size = 64k mail_attachment_fs = sis posix Something works - but I expected that is one instance of file, and this file is