Displaying 20 results from an estimated 1000 matches similar to: "doveadm index message-decoder assertion failed"
2015 Jan 12
2
HG e3640ccaa76d crashes upon IMAP SEARCH
$ doveconf -n | head
# 2.2.15 (e3640ccaa76d): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.6
# OS: Linux 3.16.0-0.bpo.4-amd64 x86_64 Debian 7.8
$ /usr/lib/dovecot/imap -u tlx at leuxner.net
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN
2015 May 15
2
charset_to_utf8 assertion of remaining src_size
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
I have seen the following assertion fails on my own mail server
(indexer-worker):
Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion
failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
However, when charset_to_utf8_try returns FALSE (e.g. iconv() got
EINVAL or EILSEQ), the for loop in charset_to_utf8 may end earlier,
2015 May 16
4
charset_to_utf8 assertion of remaining src_size
On 16 May 2015, at 09:39, Xin Li <delphij at delphij.net> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Hi,
>
> On 5/15/15 10:58, Xin Li wrote:
>> Hi,
>>
>> I have seen the following assertion fails on my own mail server
>> (indexer-worker):
>>
>> Panic: file charset-iconv.c: line 132 (charset_to_utf8):
2012 Dec 31
5
2.1.12: Panic: file solr-connection.c: line 547 (solr_connection_post_more)
Hi all,
I am having a problem indexing one of my mailboxes using the solr fts backend in dovecot 2.1.12
For many mailboxes it works just fine, but on one mailbox I currently always get a panic.
solr setup:
Java: icedtea 6.1.11.5
Solr: 3.6.2 running in tomcat 7.0.32
Command to reproduce error: doveadm index -u my at user badmailbox
I already noticed that there have been some solr backend fixes
2013 Jul 16
1
Dovecot v2.2.4 (ebbe00999da8) doveadm crash
Hello,
Current Dovecot v2.2 HG crashes using the following command:
$ doveadm mailbox status -A -t unseen 'virtual/unread'
Please see backtrace below and dovecot -n output attached.
Thanks,
e-frog
gdb /usr/bin/doveadm 24023
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
2015 Jan 14
0
HG e3640ccaa76d crashes upon IMAP SEARCH
On 12 Jan 2015, at 04:15, Thomas Leuxner <tlx at leuxner.net> wrote:
> $ doveconf -n | head
> # 2.2.15 (e3640ccaa76d): /etc/dovecot/dovecot.conf
> b search charset utf-8 body "Sleeve"
> imap(tlx at leuxner.net): Panic: file message-decoder.c: line 346 (message_decode_body): assertion failed: (ctx->translation_size <= sizeof(ctx->translation_buf))
Hopefully
2012 Jan 11
2
lubridate does not install on FreeBSD any more
With newest R devel
#sessionInfo()
R Under development (unstable) (2012-01-10 r58085)
Platform: amd64-portbld-freebsd10.0 (64-bit)
locale:
[1]
de_DE.ISO8859-15/de_DE.ISO8859-15/de_DE.ISO8859-15/C/de_DE.ISO8859-15/de_DE.ISO8859-15
attached base packages:
[1] stats graphics grDevices utils datasets methods base
I get the following error when I try to build and install lubridate from
2018 Jun 09
0
Doveadm sync: Can't create mailbox mail_public/public: Permission denied if synchronize all the available namespaces
I have old dovecot server:
(# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.14.15-3.el7xen.x86_64 x86_64 CentOS Linux release 7.4.1708
(Core)
and new dovecot server:
# 2.3.1 (c5a5c0c82): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.devel (61b47828)
# OS: Linux 4.14.47-5.el7xen.x86_64 x86_64 CentOS Linux release 7.5.1804
(Core)
I try
2007 Oct 21
3
Assertion failed: (pos < input->size)
Oct 21 10:04:05 alchemy dovecot: imap-login: Login:
user=<paulproteus>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): file
message-decoder.c: line 289 (message_decode_body): assertion failed: (pos
< input->size)
Oct 21 10:05:44 alchemy dovecot: IMAP(paulproteus): Raw backtrace: imap
[0x80c8e10] -> imap [0x80c8d1c] ->
2015 Oct 01
0
Does fts_lucene need fts_squat?
Hi ML!
Please look at this:
- I've got no lucene-index:
> # ls /dane/domeny/mejor.pl/mail/marcin/.maildir/lucene-indexes
> ls: cannot access /dane/domeny/mejor.pl/mail/marcin/.maildir/lucene-indexes: No such file or directory
- run search in body:
> echo -e "a select bugzilla\na search body flto\na logout\n" | /usr/libexec/dovecot/imap -u marcin at mejor.pl
> * PREAUTH
2010 Dec 16
2
Expire plugin does not work
Hello,
I followed the instructions on http://wiki2.dovecot.org/Plugins/Expire to
configure the expire plugin, but when I move a message to the Trash folder, I
get the following error messages in my logfile:
dovecot: dict: Error: sqlite: exec(INSERT INTO expires
(expire_stamp,username,mailbox) VALUES ('1292525469','christoph','Trash'))
failed: unable to open database
2015 May 16
0
charset_to_utf8 assertion of remaining src_size
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
On 5/15/15 10:58, Xin Li wrote:
> Hi,
>
> I have seen the following assertion fails on my own mail server
> (indexer-worker):
>
> Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion
> failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
I've managed to narrow down the issue to one mail, and
2015 May 21
0
charset_to_utf8 assertion of remaining src_size
I've been seeing this same error as well now:
Fatal: master: service(indexer-worker): child 20979 killed with signal 6
(core not dumped - set service indexer-worker { drop_priv_before_exec=yes })
Panic: file charset-iconv.c: line 132 (charset_to_utf8): assertion failed:
(*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
It's only shown up on one particular user, and after tracking down
2014 Jun 04
1
Dovecot + NFS + FreeBSD breakage ?
Hi,
I am trying to update my old mails servers from dovecot 2.1.15 to 2.2.12 (freebsd ports) and upgrade to FreeBSD 10.0-P3.
My mail storage are on NFS with index also.
On 2.1.15 everything is ok, and in 10-mail.conf I have the good things to be added as wiki tell me (eg http://wiki2.dovecot.org/NFS).
BUT, when I try a single connection like :
$ telnet ::1 110
Trying ::1...
Connected to
2016 Jul 11
2
[2.2.25 auth issue] auth-request.c: line 1049 (auth_request_lookup_credentials): assertion failed: (request->credentials_scheme == scheme)
Hello Aki.
Here it is. Some sensitive data was replaced by ***.
# 2.2.25 (7be1766): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.15 (97b3da0)
# OS: Linux 3.10.0-***.el7.x86_64 x86_64 CentOS Linux release 7.***
(Core) ext4
auth_cache_negative_ttl = 15 secs
auth_cache_size = 8 M
auth_cache_ttl = 15 secs
auth_default_realm = ***
auth_mechanisms = plain login digest-md5 cram-md5 ntlm
2014 Oct 29
1
Quota reporting
Hi,
my main server will be upgraded from Dovecot 1.2something to 2.2. For
testing I've installed a setup with postfix, handing malis as a relay
via lmtp. So far it's up and running - really nice.
AFAICS there's one issue left: Thunderbird and Kmail don't show the
quota status. Using doveadm quota the information is shown correctly,
even the user-specific values (coming from
2015 Feb 12
0
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
Am 12.02.2015 um 15:47 schrieb Martin ?tefany:
> Hello,
>
> I've ran into problem with Dovecot and dsync replication. Everything
> works perfectly, including replication of sieve scripts, except fact
> that if user activates the 'managesieve' ruleset (I'm using currently
> Roundcubemail) on "mail1" host, it wouldn't be activated on
2017 Aug 23
0
imapsieve: failed to read mailbox attribute
Op 22-8-2017 om 13:03 schreef Darac Marjal:
> On Tue, Aug 22, 2017 at 01:55:45PM +0300, Aki Tuomi wrote:
>>
>>
>> On 22.08.2017 13:37, Darac Marjal wrote:
>>> Hello all,
>>>
>>> Hopefully this is something fairly simple.
>>>
>>> I've been trying to set up the Sieve Antispam system as detailed at
>>>
2014 Mar 13
0
quota using wrong limits in user shared mailboxes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have setup a shared namespace to expose user's mailboxes to other users.
That works well. Via ACLs users can access other users mailboxes.
I have setup a quota for each user, that works well, too. The quota is
tracked and new messages are denied, if the quota is exceeded. I do not
find hints, if you need to setup something special for
2019 Apr 11
0
LMTP, PAM session and home directory autocreation
Hi,
mail is delivered by Dovecot's LMTP locally and I need user's home directory to be created if it doesn't exist yet.
There is a setting in Dovecot's configuration, "session=yes", in /etc/Dovecot/conf.d/auth-system.conf.ext, which should do that.
passdb {
driver = pam
args = session=yes dovecot
}
But I think it does not work in my setup because I do not see any