Re: Workaround for infinite loop in XCLIENT command bug

2019-05-24 Thread Sami Ketola via dovecot
> On 24 May 2019, at 12.22, mabi via dovecot wrote: > > ‐‐‐ Original Message ‐‐‐ > On Friday, May 24, 2019 10:40 AM, Aki Tuomi via dovecot > wrote: > >> Try setting login_trusted_networks= > > Thank you Aki for your answer. Unfortunately on my Dovecot mailbox backend > servers I

SIGABRT on fetching mail

2019-05-24 Thread Peter Nabbefeld via dovecot
Hello, I'm running dovecot with getmail for several months already, but today it's always crashing: "getmailrc: operation error (child pid 2995 killed by signal 6)". The deliver process aborts due to an unknown reason. > tail /var/log/dovecot-info.log May 24 12:10:28 imap-login: Info: Login:

Re: [ext] Re: Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)

2019-05-24 Thread Ralf Hildebrandt via dovecot
* Aki Tuomi via dovecot : > Known issue when folder cache is too big. Try rm -rf dovecot.index.cache > for the folder. -rw--- 1 mail mail 1746959712 May 24 14:37 dovecot.index.cache yes, it is quite big :) 1.746.959.712 -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk

Re: Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)

2019-05-24 Thread Aki Tuomi via dovecot
Known issue when folder cache is too big. Try rm -rf dovecot.index.cache for the folder. Aki On 24.5.2019 13.37, Ralf Hildebrandt via dovecot wrote: > I'm encountering a crash which this command: > > % doveadm import -u restore@backup.invalid mdbox:/home/copymail2/mdbox '' > mailbox INBOX

Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)

2019-05-24 Thread Ralf Hildebrandt via dovecot
I'm encountering a crash which this command: % doveadm import -u restore@backup.invalid mdbox:/home/copymail2/mdbox '' mailbox INBOX header X-Spam Yes SAVEDBEFORE 2019-05-23 doveadm(restore@backup.invalid): Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed:

Re: Workaround for infinite loop in XCLIENT command bug

2019-05-24 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Friday, May 24, 2019 11:23 AM, Aki Tuomi wrote: > There is no maintainer for this package in OpenBSD? Not really, well AFAIK packages for OpenBSD are updated every 6 months with the new release of OpenBSD which is always around May and November. Exceptions

Re: Workaround for infinite loop in XCLIENT command bug

2019-05-24 Thread Aki Tuomi via dovecot
On 24.5.2019 12.22, mabi via dovecot wrote: > ‐‐‐ Original Message ‐‐‐ > On Friday, May 24, 2019 10:40 AM, Aki Tuomi via dovecot > wrote: > >> Try setting login_trusted_networks= > Thank you Aki for your answer. Unfortunately on my Dovecot mailbox backend > servers I already have

Re: Workaround for infinite loop in XCLIENT command bug

2019-05-24 Thread mabi via dovecot
‐‐‐ Original Message ‐‐‐ On Friday, May 24, 2019 10:40 AM, Aki Tuomi via dovecot wrote: > Try setting login_trusted_networks= Thank you Aki for your answer. Unfortunately on my Dovecot mailbox backend servers I already have login_trusted_networks set to the IP of my Dovecot LMTP

Re: Workaround for infinite loop in XCLIENT command bug

2019-05-24 Thread Aki Tuomi via dovecot
> On 24 May 2019 10:52 mabi via dovecot wrote: > > > Hello, > > I am running Dovecot 2.3.5 package on OpenBSD 6.5 and it looks like this bug > which has been fixed in 2.3.6 is hitting me: > > lib-smtp: client: Fix infinite loop in XCLIENT command interaction with server >

Workaround for infinite loop in XCLIENT command bug

2019-05-24 Thread mabi via dovecot
Hello, I am running Dovecot 2.3.5 package on OpenBSD 6.5 and it looks like this bug which has been fixed in 2.3.6 is hitting me: lib-smtp: client: Fix infinite loop in XCLIENT command interaction with server https://github.com/dovecot/core/commit/5d03f39b345127b80d145ee90772739baa7ab810 so I