Displaying 20 results from an estimated 200 matches similar to: "nearly there"
2009 Aug 11
1
dovecot-1.2.3 (managesieve) crash with backtrace
>From the log:
Aug 11 09:07:23 postamt dovecot: IMAP(zensy): Panic: file mail-index-transaction-view.c: line 106 (tview_apply_flag_updates): assertion failed: (map->hdr.record_size <= tview->record_size)
Aug 11 09:07:23 postamt dovecot: IMAP(zensy): Raw backtrace: imap [0x80f0411] -> imap [0x80f0482] -> imap [0x80efe29] -> imap
[0x80c839b] -> imap [0x80cea95] -> imap
2018 Nov 16
2
Core dump during UID Search
Hey all,
I keep finding core dumps of the IMAP process on my FreeBSD 11.2, however the backtrace is not very useful:
Core was generated by `imap: [xistence at 0x58.com 2601:282:4301:befc:1cfb:807f:e527:5a3b UID SEARCH]'.
Program terminated with signal 6, Aborted.
#0 0x0000000011c0c47a in ?? ()
(gdb) bt
#0 0x0000000011c0c47a in ?? ()
#1 0x0000000011c0c444 in ?? ()
#2 0x00000000000188b0 in
2018 Nov 22
2
Core dump during UID Search
Op 22-11-2018 om 3:47 schreef Bert JW Regeer:
> It happened again:
> I really wish I could get some better backtrace information, but unfortunately this is it :-(
Did you install the debug symbols for Dovecot? On Debian, those are
available as a separate dovecot-dbg package. I'm not sure how FreeBSD
provides this.
Regards,
Stephan.
>
>> On Nov 15, 2018, at 17:17, Bert JW
2018 Nov 22
1
Core dump during UID Search
I?m using the package available from the quarterly repository.
I will build from ports and report back.
Bert
> On Nov 22, 2018, at 05:14, Larry Rosenman <larryrtx at gmail.com> wrote:
>
> I'm the dovecot maintainer for FreeBSD. To get DEBUG symbols, if you are building your own package, add:
>
> WITH_DEBUG_PORTS=mail/dovecot
>
> To your /etc/make.conf, and
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
Hello Dovecot community,
Below please find a patch that adds support to dovecot-1.2.11 for:
- RFC 4467 - IMAP URLAUTH Extension
- RFC 4468 - Submission BURL
- RFC 4469 - IMAP CATENATE Extension
URLAUTH
URLAUTH is added as a plugin so it can be disabled to satisfy site
security requirements.
Each user's URLAUTH keys for all mailboxes are stored in a file named
2018 Nov 22
0
Core dump during UID Search
It happened again:
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was
2013 Feb 24
1
Problem with the command hooks api
I have been trying to use the command hook api in an experimental plugin I
have written. The hook is registered using the command_hook_register function,
and for most commands my hook functions get called once as expected.
But when the client uses one of the "UID" commands (e.g. "UID FETCH" ) the
hook functions are executed twice.
I am using dovecot version 2.1.12.
Am I
2004 Sep 21
3
Dovecot 1.0-test45 indexing issues
We're currently on dovecot 0.99.10 with a few modifications (including one
very nasty hack for the blank line at the beginning of the mailbox bug).
We're using mbox all around.
Everything works smoothly but we still ocasionally get corrupt mailboxes
and indexes that need to be wiped out.
I setup 1.0-test45 on one of our mailservers to start testing it and ran
into a few issues. The
2018 Nov 22
0
Core dump during UID Search
I'm the dovecot maintainer for FreeBSD. To get DEBUG symbols, if you are building your own package, add:
WITH_DEBUG_PORTS=mail/dovecot
To your /etc/make.conf, and the symbols should then be available.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
2009 Apr 02
4
Maildir files with mtime in the future
If Maildir storage is used, the mtime of a given Maildir file is set to
the message's INTERNALDATE. Now, when a client APPENDs a message to an
IMAP mailbox, the client may optionally specify the INTERNALDATE:
| If a date-time is specified, the internal date SHOULD be set in the
| resulting message; otherwise, the internal date of the resulting
| message is set to the current date and time by
2007 Dec 17
3
maildir_uidlist_create assertion failure
I've been getting the following error fairly often, which tends to
result in a corrupted dovecot-uidlist.
dovecot: IMAP(example at example.com): file maildir-uidlist.c: line 1009
(maildir_uidlist_recreate): assertion failed: (file_size ==
(uoff_t)st.st_size)
dovecot: IMAP(example at example.com): Raw backtrace: imap [0x80cb740] ->
imap [0x80cb64a] -> imap [0x8070e58] -> imap(maildir
2010 Apr 14
1
BAD Error in IMAP command UID COPY: Invalid uidset
Hi,
one of our users reported the problem message "BAD Error in IMAP command UID
COPY: Invalid uidset" as a result of copying a message from INBOX to
INBOX/Test. Is this something to be concerned about, or simply a bug in
thunderbird?
thx
Martin
Server: dovecot 1.2.9
Client: Thunderbird 3.04
rawlog in:
4 namespace
5 lsub "" "INBOX/*"
6 lsub ""
2005 May 16
2
Assertion Failure in mbox-sync.c
I've been getting a few of these errors on a couple different mboxes.
This is using the CVS version as of May 14.
So far, these are the only errors and it looks like most/all of the older
ones are gone. (maybe I shouldn't say that ;-)
dovecot: May 16 17:41:07 Error: 20973 IMAP(todd.bluegenesis.com): file mbox-sync.c: line 1165 (mbox_sync_handle_eof_updates): assertion failed:
2003 Jun 17
1
Multiple auth howto
Howdi.
I'm new to dovcot (just succeded in compiling on unixware 713 today)
I'm noww configuring for tests on other port. The sample configuration
file is pretty well documented, however, I don't understand how I can
firstt authenticate against passwd/shadow if not found against pgsql.
What's the syntax?
Please cc responses as I'm subscribed to digest
TIA
Reghards
--
2006 Jan 17
3
plain text auth
Hi everyone,
This is my second try with dovecot, and still no luck.
What I want is twig to work with dovecot on the localhost address .
I need to authenticate through pam for real accounts and through pgsql for
virtual ones.
I just cant autenticate:
logs are : imap-:login: Authenticate PLAIN failed: Unsupported
authentication mechanism
or: Aborted login: method = PLAIN
Could someone please
2009 Jul 14
2
Index cache file problems in Dovecot 1.2.0
I've been seeing lots of index cache file errors (using mbox on Solaris
8 sparc 64-bit, but with 32-bit Dovecot) since I switched my account to
Dovecot 1.2.0 (we're still on 1.0.15 mostly, but I'm hoping to upgrade
to 1.1.17+ this summer, or 1.2.x if it's stable enough).
e.g.
Error: Corrupted index cache file
<path>/.imap/INBOX/dovecot.index.cache: field index too large (47
2003 Jun 19
0
Re: dovecot Digest, Vol 2, Issue 15
>
>Message: 2
>Date: Wed, 18 Jun 2003 13:21:08 +0200 (CEST)
>From: Andreas Aardal Hanssen <dovecot at andreas.hanssen.name>
>Subject: Re: [Dovecot] Multiple auth howto
>To: Dovecot mailing list <dovecot at procontrol.fi>
>Message-ID:
> <Pine.LNX.4.44.0306181319060.29812-100000 at shusaku.troll.no>
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>On
2011 Aug 01
1
Clients can't retrieve new emails
In a formerly working environment suddenly clients aren't notified of
new emails and can't retrieve new emails. Server is Ubuntu 11.04 dovecot
1.2.15. Clients which fail are a Pre2 webOS 2.1 and TouchPad webOS 3.0
(those are OS versions, I don't know which particular flavor/version the
IMAP clients are); there is also a Thunderbird 3.1.11 client on the same
system as the server which
2011 Jun 04
2
Outlook2010 + dovecot-1.2.10 - UID FETCH 0 (xxx) Error
Hi all, I'm not so sure it is about to dovecot, but any thoughts will
be appreciated.
I have an email account configured as IMAP(dovecot-1.2.10) via outlook
2010. If I'm creating a *new* mailbox folder, for example "ttt", and
*copying* a mail into *that* mailbox folder, then an error message
window will be displayed.
The problem caused by
C:UID FETCH 0 (UID FLAGS
2016 Dec 05
2
2.2.27 panic file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
Hi,
Dec 5 20:24:31 dovecot: imap(xx at yy.zz,7ckWZu1CuZFVTILa): Fatal: master:
service(imap): child 7292 killed with signal 6 (core dumped)
Dec 5 20:24:32 dovecot: imap(xx at yy.zz,LnAlZu1COBVVTILa): Panic: file
mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion
failed: (first_uid > 0)
Dec 5 20:24:32 dovecot: imap(xx at yy.zz,LnAlZu1COBVVTILa): Error: Raw
backtrace: