Displaying 20 results from an estimated 2000 matches similar to: "RFC 3516 - IMAP4 Binary Content Extension"
2008 Feb 16
2
1.0.10 - Cached message offset lost
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 for seq 2 in mbox file
/spool/mail/citrin.ru/citrin/Trash
Feb 16 23:54:05 mail-chaos dovecot: IMAP(citrin): copy -> Trash: uid=3589,
msgid=<E1JHT55-0009fX-3E at spray.anyhost.ru>
Removing the
2016 Sep 16
2
converting maildir to mailbox
Hi all!
There is a script to convert maildir to mailbox in wiki:
http://wiki.dovecot.org/Migration/MailFormat
but it doesn't convert any message flags (seen e.t.c.).
I wrote a script, which converts most flags and labels:
https://bitbucket.org/citrin/scripts/src/tip/dovecot-maildir2mbox.pl
It doesn't convert recent flag and UIDs though, because it was not
necessary in my case.
Do you
2017 Jul 05
2
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
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 BODY.PEEK[]
# sleep 5
3 UID fetch 2 BODY.PEEK[]
# repeat sleep/fetch until assert (a
2008 Sep 19
2
fts squat and dovecot-shared
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
2008 Oct 29
2
dovecot 1.1.5 mbox bug (From_-line separator related)
If I send mail with content like this:
From <test.dovecot at m.box> Wed Jan 09 01:33:55 2008
From <test.dovecot at m.box> Wed Jan 09 01:33:55 2008
From <test.dovecot at m.box> Wed Jan 09 01:33:55 2008
From <test.dovecot at m.box> Wed Jan 09 01:33:55 2008
and instead single messages created many messages.
Inside mbox file it looks like
real_message_headers
Status:
2013 Jan 25
1
assert in mail-transaction-log-file.c
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 processes aborted.
E. g.
Jan 25 03:01:52 ost dovecot: lda(user at example.ru): Panic: file mail-transaction-log-file.c: line 1694 (mail_transaction_log_file_map): assertion failed:
2008 Sep 18
2
dovecot 1.1.3 coredump
I found imap core in coredump dir:
(gdb) bt
#0 0x00000000004abdea in message_parse_header_next (ctx=0x79c150, hdr_r=0x7fffffffe478) at message-header-parser.c:114
#1 0x00000000004a8193 in read_header (mstream=0x795330) at istream-header-filter.c:162
#2 0x00000000004a84e7 in i_stream_header_filter_read (stream=0x795330) at istream-header-filter.c:288
#3 0x00000000004bc216 in i_stream_read
2008 Mar 17
2
sieve header :matches for multiline header
RFC3028 say:
Folding of long header lines (as described in [IMAIL] 3.4.8) is
removed prior to interpretation of the data. The folding syntax (the
CRLF that ends a line plus any leading whitespace at the beginning of
the next line that indicates folding) are interpreted as if they were
a single space.
But it seems to be not true for dovecot-sieve-1.0.2
for header
Received:
2016 Sep 16
2
BUG - DELETE Public/Folder not working with Thunderbird
Hi Anton,
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?
2020200448[10053c700]: proposed url = Public/Test folder for connection
INBOX has To Wait = FALSE can run = FALSE
2020200448[10053c700]:
2017 Jul 05
0
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
> On July 5, 2017 at 6:38 PM Anton Yuzhaninov <citrin at citrin.ru> 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.
>
> IMAP commands to
2009 Feb 19
2
deliver: Panic: file sieve-cmu.c: line 90 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t')
I use dovecot-1.1.10 and dovecot-sieve-1.1.6
/usr/local/libexec/dovecot/deliver coredups several times per day with bt like this:
(gdb) bt
#0 0x0000000800a3a91c in kill () at kill.S:2
#1 0x0000000800a3a88a in __raise (s=6) at /usr/src/lib/libc/gen/raise.c:46
#2 0x0000000800a38f83 in abort () at /usr/src/lib/libc/stdlib/abort.c:65
#3 0x00000000004a7de5 in default_fatal_finish
2008 Nov 24
1
RELENG_7 panic under load: vm_page_unwire: invalid wire count: 0
Box with fresh RELENG_7 panic under heavy network load (more than 50k connections).
This panics seems to be senfile(2) related, because when sendfile disabled in nginx, I can't reproduce the problem.
Backtrace in all cases like this:
# kgdb kernel /spool/crash/vmcore.1
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General
2017 Jul 05
0
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
> On July 5, 2017 at 9:24 PM Anton Yuzhaninov <citrin at citrin.ru> 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 == -1)
> ...
2009 Feb 02
1
custom imap flags in maildir don't saved after upgrade to 1.1.10
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
2008 May 13
8
Time moved backwards
Hello,
I would like to suggest a change in handling of 'Time moved backwards'
problem.
Right now dovecot just dies. So, the scenario:
1) Colocation server is shut down for some reason. The internal time drifts.
2) Server is started again.
3) Dovecot starts successfully.
4) In about a minute, NTP daemon feels confident about adjusting the system
time.
5) Dovecot sees the changed time and
2016 Sep 16
2
BUG - DELETE Public/Folder not working with Thunderbird
Hi,
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 expected. Is this a known bug?
See:
- https://help.ubuntu.com/community/Dovecot#Thunderbird
-
2017 Jul 05
2
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
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 2.2.31)
>>
>> Using 'git bisect' was not
2008 Nov 01
2
mUTF-7 vs UTF-8 in mailbox names
(This is about v1.2 only, v1.1 will stay as it is.)
Until today Dovecot didn't care about mailbox names. IMAP RFC requires
them to be modified-UTF-7, but Dovecot didn't try to enforce it in any
way.
Mailbox names in Sieve scripts should be UTF-8, but currently Dovecot
doesn't translate them to mUTF-7 as it should. Cyrus also did this until
the latest release (v2.3.13).
Now that I
2005 Nov 28
3
Not an IMAP4 Server?
I've been testing alpha4, and every once in a while my client
(Thunderbird 1.5 RC1) tells me the dovecot isn't a valid IMAP4 server.
This is usually (maybe always) when I first bring up the client up. If
I just ask the client to get the mail again, it does so happily (without
any errors).
I must say I found dovecot as a pleasant surprise. We have been using
UW. Which didn't
2019 Oct 20
2
IMAP4 extensions for Visual Voicemail (VVM)
Hi Team,
I need to develop Visual VoiceMail solution. In this solution I need a IMAP4
server, from which I can get a hit for each mail retrieval. Can anyone help
me if dovecot can be used for this purpose.
BR,
Rajesh Bansal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: