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 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

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

2017-07-05 Thread Anton Yuzhaninov
ors), but I've found that reverting this commit: https://github.com/dovecot/core/commit/6a1110d8757bb72fd90f4fe0857fd3aeaf8920ff "fixes" problem for me, so I suppose the bug was introduced in this commit. -- Best Regards, Anton Yuzhaninov

Crash while reading compressed mbox: Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion failed: (ret == -1)

2017-02-03 Thread Anton Yuzhaninov
.c:435 #21 0x00423b00 in command_exec (cmd=0x1184a040) at imap-commands.c:181 #22 0x004220c0 in client_command_input (cmd=0x1184a040) at imap-client.c:986 -- Best Regards, Anton Yuzhaninov

Re: BUG - DELETE Public/Folder not working with Thunderbird

2016-09-17 Thread Anton Yuzhaninov
On 2016-09-16 16:13, Leander Schäfer wrote: Thank you very much for your helpful hint. Thunderbird clearly wants to move Public/Test to the Trash of the user who subscribed the Public folder. Question is how to solve this from a Dovecot point of a view, so a user can also delete folders? 31432

Re: BUG - DELETE Public/Folder not working with Thunderbird

2016-09-16 Thread Anton Yuzhaninov
On 2016-09-16 15:20, Leander Schäfer wrote: Unfortunately it looks like the parameter: "imap_client_workarounds = tb-extra-mailbox-sep" does not work. Neither inside nor outside "protocol imap {}" configuration section. ACLs are set correctly. Manual "DELETE Public/Test" via telnet is working as

converting maildir to mailbox

2016-09-16 Thread Anton Yuzhaninov
l It doesn't convert recent flag and UIDs though, because it was not necessary in my case. Do you think link to the script should be added to dovecot wiki? -- WBR, Anton Yuzhaninov P. S. My use case was: get maildir from other server, convert to mbox, compress (gzip -9) and add to my

dovecot-keywords and mbox

2016-09-15 Thread Anton Yuzhaninov
Hello, With Maildir++ it is possible to store list of IMAP message keyworkds (tags in Thunderbird) on server in dovecot-keywords file. Is it possible the same with mbox mailboxes? My mbox directory contains .subscriptions file, but no .dovecot-keywords file. -- WBR, Anton Yuzhaninov

Re: [Dovecot] assert in mail-transaction-log-file.c

2013-02-22 Thread Anton Yuzhaninov
22.02.2013 17:51, Timo Sirainen пишет: On 25.1.2013, at 13.28, Anton Yuzhaninov wrote: I setup new server with dovecot 2.1.12 and mboxes from backup (moboxes was used with dovecot 1.1.6). OS: FreeBSD 8.3-STABLE, amd64. All index files from dovecot 1.1.6 has been deleted. Some times dovecot

[Dovecot] assert in mail-transaction-log-file.c

2013-01-25 Thread Anton Yuzhaninov
o same aborts can happen in imap processes: Jan 24 16:35:04 ost dovecot: imap(u...@example.ru): Panic: file mail-transaction-log-file.c: line 1694 (mail_transaction_log_file_map): assertion failed: (file->buffer != NULL) -- Anton Yuzhaninov

Re: [Dovecot] deliver: Panic: file sieve-cmu.c: line 90?(unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t')

2009-02-19 Thread Anton Yuzhaninov
On Thu, 19 Feb 2009 06:52:54 + (UTC), Anton Yuzhaninov wrote: AY> deliver(user_x): Panic: file sieve-cmu.c: line 90 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t') Header from this message: To: "=?windows-1251?B?ZmlybSBydQqPqOHsrK4goqWh

[Dovecot] deliver: Panic: file sieve-cmu.c: line 90 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t')

2009-02-18 Thread Anton Yuzhaninov
0x00417d7f in main (argc=3, argv=0x7fffedc8) at deliver.c:1084 I log messages: deliver(user_x): Panic: file sieve-cmu.c: line 90 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t') -- Anton Yuzhaninov

Re: [Dovecot] custom imap flags in maildir don't saved after upgrade to 1.1.10

2009-02-02 Thread Anton Yuzhaninov
On Tue, 03 Feb 2009 00:30:18 +0800, Patrick Nagel wrote: PN> On 2009-02-02 19:59, Anton Yuzhaninov wrote: PN> | Custom imap flags (like $label1, $label2 in mozilla TB) don't saved in maildir PN> | after upgrade to 1.1.10. PN> | PN> | In logs no errors obout this. PN> | PN

[Dovecot] custom imap flags in maildir don't saved after upgrade to 1.1.10

2009-02-02 Thread Anton Yuzhaninov
Custom imap flags (like $label1, $label2 in mozilla TB) don't saved in maildir after upgrade to 1.1.10. In logs no errors obout this. With mailbox custom flags works OK. -- Anton Yuzhaninov

Re: [Dovecot] mUTF-7 vs UTF-8 in mailbox names

2008-11-05 Thread Anton Yuzhaninov
On 01.11.2008 23:32, Timo Sirainen wrote: Also I'm wondering if in the future the mailbox names in filesystem should be converted to UTF-8. Probably not anytime soon though.. IMHO using UTF-8 for file names is bad idea. -- WBR, Anton Yuzhaninov

Re: [Dovecot] dovecot 1.1.5 mbox bug (From_-line separator related)

2008-10-30 Thread Anton Yuzhaninov
On 30.10.2008 01:01, Timo Sirainen wrote: On Wed, 2008-10-29 at 23:31 +0300, Anton Yuzhaninov wrote: On 29.10.2008 21:24, Timo Sirainen wrote: On Wed, 2008-10-29 at 20:23 +0300, Anton Yuzhaninov wrote: If I send mail with content like this: From <[EMAIL PROTECTED]> Wed Jan 09 01:33:5

Re: [Dovecot] dovecot 1.1.5 mbox bug (From_-line separator related)

2008-10-29 Thread Anton Yuzhaninov
On 29.10.2008 21:24, Timo Sirainen wrote: On Wed, 2008-10-29 at 20:23 +0300, Anton Yuzhaninov wrote: If I send mail with content like this: From <[EMAIL PROTECTED]> Wed Jan 09 01:33:55 2008 .. So a message whose body begins with "From " line? Fixed: http://hg.dovecot.org

[Dovecot] dovecot 1.1.5 mbox bug (From_-line separator related)

2008-10-29 Thread Anton Yuzhaninov
s only: mmap_disable: yes mbox_write_locks: fcntl mbox_min_index_size: 1024 To store messages used dovecot deliver. -- WBR, Anton Yuzhaninov

Re: [Dovecot] fts squat and dovecot-shared

2008-09-24 Thread Anton Yuzhaninov
On 22.09.2008 22:05, Timo Sirainen wrote: On Fri, 2008-09-19 at 13:53 +0400, Anton Yuzhaninov wrote: It seems, that dovecot-shared ignored by fts squat and dovecot.index.search/dovecot.index.search.uids created with wrong permissions. This makes squat unusable with symlinked shared maildirs

Re: [Dovecot] dovecot 1.1.3 coredump

2008-09-22 Thread Anton Yuzhaninov
On 23.09.2008 09:47, Timo Sirainen wrote: On Tue, 2008-09-23 at 09:38 +0400, Anton Yuzhaninov wrote: On 22.09.2008 23:34, Timo Sirainen wrote: On Thu, 2008-09-18 at 19:32 +0400, Anton Yuzhaninov wrote: I found imap core in coredump dir: (gdb) bt #0 0x004abdea in

Re: [Dovecot] dovecot 1.1.3 coredump

2008-09-22 Thread Anton Yuzhaninov
On 22.09.2008 23:34, Timo Sirainen wrote: On Thu, 2008-09-18 at 19:32 +0400, Anton Yuzhaninov wrote: I found imap core in coredump dir: (gdb) bt #0 0x004abdea in message_parse_header_next (ctx=0x79c150, hdr_r=0x7fffe478) at message-header-parser.c:114 Do you still have this

[Dovecot] fts squat and dovecot-shared

2008-09-19 Thread Anton Yuzhaninov
It seems, that dovecot-shared ignored by fts squat and dovecot.index.search/dovecot.index.search.uids created with wrong permissions. This makes squat unusable with symlinked shared maildirs. -- WBR, Anton Yuzhaninov

Re: [Dovecot] squat fts index build problem

2008-09-18 Thread Anton Yuzhaninov
it dies as a clue to what limit it is hitting. Thanks. Increasing mail_process_size solves problem. Anton Yuzhaninov wrote: I tried to use squat index, but got error: Sep 18 19:49:45 mailsupport dovecot: Fatal: IMAP(citrin): pool_system_realloc(): Out of memory Sep 18 19:49:45 mailsupport

[Dovecot] squat fts index build problem

2008-09-18 Thread Anton Yuzhaninov
/lib/mempool-system.c: - "pool_system_realloc(): Out of memory"); + "pool_system_realloc(): Out of memory, when realloc to %"PRIuSIZE_T" bytes", new_size); -- WBR, Anton Yuzhaninov

[Dovecot] dovecot 1.1.3 coredump

2008-09-18 Thread Anton Yuzhaninov
uid, gid, home, mail FROM tbl_users WHERE login = 'spamhog' AND home IS NOT NULL; 8008|8008|/home/spamhog|mbox:~/mail -- WBR, Anton Yuzhaninov

Re: [Dovecot] RFC 3516 - IMAP4 Binary Content Extension

2008-05-19 Thread Anton Yuzhaninov
Timo Sirainen пишет: On Mon, 2008-05-19 at 02:48 +0400, Anton Yuzhaninov wrote: Is Binary Content Extension (rfc3516) support planned? It's not in my near-term plans. Where are you planning on using it? Are there some clients that support it? It may be useful in loaded web

[Dovecot] RFC 3516 - IMAP4 Binary Content Extension

2008-05-18 Thread Anton Yuzhaninov
Is Binary Content Extension (rfc3516) support planned? -- WBR, Anton Yuzhaninov

Re: [Dovecot] Time moved backwards

2008-05-13 Thread Anton Yuzhaninov
current connections and restarting all processes would be pretty safe, but it's not really a high priority change for me.. IMHO more robust is to use clock_gettime(CLOCK_MONOTONIC, ..) for timeouts and just work fine even if time was changed via settimeofday(). -- WBR, Anton Yuzhaninov Ra

[Dovecot] sieve header :matches for multiline header

2008-03-17 Thread Anton Yuzhaninov
) with ESMTP id *" But this test not work, while should also work according to RFC: header :matches "Received" "from * by myserver (Postfix) with ESMTP id *" -- WBR, Anton Yuzhaninov

Re: [Dovecot] Fileinto to a maildir with sieve

2008-03-12 Thread Anton Yuzhaninov
On 12.03.2008 13:00, Nicolas Letellier wrote: Anton Yuzhaninov a écrit : On 12.03.2008 12:04, Nicolas Letellier wrote: Is it possible to specify a maildir to a fileinto rule in a sieve file? A simple: require "fileinto"; if header :contains "X-Spam-Flag" "YES&q

Re: [Dovecot] Fileinto to a maildir with sieve

2008-03-12 Thread Anton Yuzhaninov
On 12.03.2008 12:04, Nicolas Letellier wrote: Is it possible to specify a maildir to a fileinto rule in a sieve file? A simple: require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto ".Junk"; } try fileinto "Junk"; -- WBR, Anton Yuzhaninov

Re: [Dovecot] 1.0.10 - Cached message offset lost

2008-02-18 Thread Anton Yuzhaninov
On 17.02.2008 14:47, Timo Sirainen wrote: On Sun, 2008-02-17 at 00:06 +0300, Anton Yuzhaninov wrote: After upgrading from dovecot-1.0.7 to dovecot-1.0.10 any time when I delete message in logs appeared messages like: Feb 16 23:54:05 mail-chaos dovecot: IMAP(citrin): Cached message offset lost

[Dovecot] 1.0.10 - Cached message offset lost

2008-02-16 Thread Anton Yuzhaninov
ts/%u OS: 6.2-RELEASE-p8 i386, SMP -- WBR, Anton Yuzhaninov