Re: Dovecot user lookup from sendmail

2017-07-05 Thread Joseph Tam
Garry Glendown writes: Anyway, I'm running into problems getting sendmail to check whether a recipient actually exists. Any local user is correctly identified, but all virtual users are constantly rejected. I tried finding anything on how sendmail actually does the user check ... on the cyrus

Re: gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)

2017-07-05 Thread Anton Yuzhaninov
On 07/05/17 14:35, Aki Tuomi wrote: I have errors in logs: Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion failed: (ret == -1) >> ... The bug appeared in 2.2.26 and still can be reproduced (in 2.2.31) ... >> May be better fix will be: >> index f7354d83d..063

Re: gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)

2017-07-05 Thread Aki Tuomi
> On July 5, 2017 at 9:24 PM Anton Yuzhaninov wrote: > > > On 07/05/17 13:25, Aki Tuomi wrote: > >> I use mbox compressed by gzip as read-only folder (using zlib plugin). > >> > >> I have errors in logs: > >> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion > >> failed: (ret

Re: gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)

2017-07-05 Thread Anton Yuzhaninov
On 07/05/17 13:25, Aki Tuomi wrote: >> I use mbox compressed by gzip as read-only folder (using zlib plugin). >> >> I have errors in logs: >> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion >> failed: (ret == -1) ... >> The bug appeared in 2.2.26 and still can be reproduced (in

Re: gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)

2017-07-05 Thread Aki Tuomi
> On July 5, 2017 at 6:38 PM Anton Yuzhaninov wrote: > > > Hello, > > I use mbox compressed by gzip as read-only folder (using zlib plugin). > > I have errors in logs: > Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion > failed: (ret == -1) > and can't read messages in MUA

gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)

2017-07-05 Thread Anton Yuzhaninov
Hello, I use mbox compressed by gzip as read-only folder (using zlib plugin). I have errors in logs: Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion failed: (ret == -1) and can't read messages in MUA. IMAP commands to reproduce a bug: 1 SELECT "compressed.gz" 2 UID fetch 2

Re: Dovecot user lookup from sendmail

2017-07-05 Thread Jack
On 05/07/2017 14:47, Garry Glendown wrote: Hi, Use exim instead of sendmail with an LDA or LMTP transport. Also, not available in any of the standard or legacy packages of SLES 12 ... I know why I stopped using SLES quite some time ago :( It does seem to have Postfix though. -- Jack.

Re: Dovecot user lookup from sendmail

2017-07-05 Thread Garry Glendown
Hi, > Use exim instead of sendmail with an LDA or LMTP transport. Also, not available in any of the standard or legacy packages of SLES 12 ... I know why I stopped using SLES quite some time ago :( -garry -- PGP Fingerprint: A79F A33F 5B13 BEB7 A51D 274F F99C 3AE2 4BCB 7015

Re: Dovecot user lookup from sendmail

2017-07-05 Thread Dirk Koopman
Use exim instead of sendmail with an LDA or LMTP transport. On 04/07/17 15:41, Garry Glendown wrote: Hi * after trying everything I could think of and find on the web, I'm totally stumped ... maybe someone give me some hints on what I'm doing wrong, or where to look ... I have an ancient cust