Displaying 20 results from an estimated 1000 matches similar to: "charset-iconv.c panic"
2015 Sep 07
0
charset-iconv.c panic
On 07/29/2015 04:02 PM, mihaiush wrote:
> Hi,
>
> I have a mailbox where indexing fails with the following error:
>
> # /opt/dovecot2/bin/doveadm -c /tmp/dovecot.conf -o
> mail_location=/tmp/skesselring index '*'
> doveadm(root): Panic: file charset-iconv.c: line 132 (charset_to_utf8):
> assertion failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
Is it
2015 Jun 16
1
Imap process crashes when search in virtual mailbox
Hi,
When searching in a virtual mailbox imap process crashes if the virtual
mailbox has a lot of physical mailboxes behind (more than 80 - 100
mailboxes).
Dovecot 2.2.18 build from sources ./configure --prefix=/opt/dovecot2
--with-mysql --with-sqlite --with-solr --with-ssl --disable-rpath
--disable-static.
Debian Wheezy 3.2.63-2 x86_64.
Filesystem is ZFS.
docecot -n :
# 2.2.18:
2020 Apr 08
2
alternatives for imapproxy
Hi
System debian 8.11 and dovecot-2.2.36.4 My webmail is roundcube with
imapproxy.
I have one problem.
My dovecot servers is are in a cluster with keepalived like:
dovecot1----VIP-IP--------dovecot2
All works fine
I have a problem with imapproxy when a server dovecot1 had a problem
(kernel panic sic!)
Keepalived works perfecty and moved VIP to dovecot2 - all works fine for
normal users
but
2012 Jun 06
1
Director problems
Hi,
I've just setup a testing enviroment for director, and it's not working
as expected. I have just 1 director (called director) and 2 dovecot
servers (dovecot1 and dovecot2); these are exact copies.
First problem: when both dovecot servers are up, every imap connection
is redirected to the same server as you can see here:
$ sudo doveadm director map
user
2020 Apr 08
0
alternatives for imapproxy
> On 08/04/2020 16:11 Maciej Milaszewski <maciej.milaszewski at iq.pl> wrote:
>
>
> Hi
> System debian 8.11 and dovecot-2.2.36.4 My webmail is roundcube with
> imapproxy.
>
> I have one problem.
>
> My dovecot servers is are in a cluster with keepalived like:
>
> dovecot1----VIP-IP--------dovecot2
>
> All works fine
>
> I have a problem
2005 Jul 05
1
multiple instances of dovecot ?
Hello,
I got a dovecot server running on a Debian Linux machine. I'd
like to run another instance of it. I start it with another
config file with debug output on stderr. The auth parameters are
different :
dovecot1: Imapd only, listens on 143, auth=/etc/passwd
dovecot2: Imapd only, listens on 144, auth=mysql
It kinda works... But...
How does one instance of it recognizes the
2017 Jul 15
2
observium graphs
Am 15.07.2017 um 20:26 schrieb Aki Tuomi:
> Hi!
> Just thought I'd remind about few things,
>
> since v2.2.22 you can use doveadm -fjson, to print data in json format, which might be easier to parse.
As for Debian stable (dovecot 2.2.27) -f json is missing from the manpage.
> since v2.2.22 you can use doveadm HTTP API to get the statistics over HTTP.
>
> since v2.2.27
2020 Sep 16
1
another problem with 2.3.36.4 after update os
Hi
A few days ago I upgraded debian8 to debian9
dovecot is from source
# 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24.2 (aaba65b7)
# OS: Linux 4.9.0-13-amd64 x86_64 Debian 9.13
Today I get some times in logs:
"dovecot-uidlist line 112: Invalid data" and I dont know why
This is claster dovecot:
dovecot1 - debian8
dovecot2 - debian8
dovecot3 - debian8
2017 Nov 03
2
Migrating from Dovecot 1 to Dovecot 2
Hello.
I try to migrate about 200G of mails from one server to another.
On the old i have Dovecot1 with Maildirs (without master pass etc.), on the
new one i setup dovecot2 with mdbox. I need now to migrate (partialy, not
all at once) mails from one to another.
I can't find any solution that i can use? I dont have master password, and
i want to mikgrate all mailaccont each other. Can anyone
2013 Mar 21
1
Postfix/Dovecot/lmtp with virtual and local users
Hi all,
I'm about to change my Debian mailserver setup from
Postfix/dovecot1/procmail to Postfix/dovecot2/sieve with lmtp enabled.
After enabling lmtp the virtual users can receive e-mails but not the
local users:
Mar 21 14:21:40 orange postfix/lmtp[4119]: DE62226216:
to=<user at orange.domain.de>,
relay=orange.domain.de[private/dovecot-lmtp], delay=7627,
delays=7627/0/0/0.02,
2017 Nov 05
0
Migrating from Dovecot 1 to Dovecot 2
On Nov 3, 2017, at 4:23 PM, Dovecot list <cr4shydlo+dovecot at gmail.com> wrote:
>
> Hello.
> I try to migrate about 200G of mails from one server to another.
> On the old i have Dovecot1 with Maildirs (without master pass etc.), on the
> new one i setup dovecot2 with mdbox. I need now to migrate (partialy, not
> all at once) mails from one to another.
> I can't
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 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
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):
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 22
0
charset_to_utf8 assertion of remaining src_size
We're using FreeBSD 10.1
Thanks
On Thu, May 21, 2015 at 4:56 PM, Xin Li <delphij at delphij.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> On 05/21/15 15:47, Cassidy Larson wrote:
> > I've been seeing this same error as well now:
> >
> > Fatal: master: service(indexer-worker): child 20979 killed with
> > signal 6 (core not
2015 Jan 08
0
replication hangs
Hi,
I have 2 Dovecot servers (2.2.10) which are replicating each other.
Replication works fine except for one user.
[root at dovecot2 ~]# doveadm -D sync -u username dovecot1
doveadm(root): Debug: Loading modules from directory: /usr/lib64/dovecot
doveadm(root): Debug: Module loaded:
/usr/lib64/dovecot/lib15_notify_plugin.so
doveadm(root): Debug: Module loaded:
2015 May 22
1
charset_to_utf8 assertion of remaining src_size
On 05/22/15 13:18, Cassidy Larson wrote:
> We're using FreeBSD 10.1
I see. Yes that's the same problem I have seen.
There is a behavioral difference (I think it's a FreeBSD bug) between
FreeBSD's iconv(3) and GNU implementation, and there is arguably a bug
with Dovecot that iconv(3) state should be reset for each multipart
part. The two together would trigger the problem
2015 Aug 07
4
PTT push to talk solution
>Hi Jerry
>
>As others have eluded to, the 'PTT' feature can mean different things to
different >people depending on their background.>
>
>Is it fair to say that you're looking for a one-touch button which
initiates a call to >the other end and causes the other end to
automatically answer in speakerphone >mode?
>If that would foot the bill then have a
2013 Dec 27
0
obox_fs and Dropbox, someone uses it?
I purchased the license for the Dovecot Object Storage for Dropbox to
test this functionality on a personal domain.
Unfortunately I can not make it work, I create the token for my Dropbox
account from here https://dropbox.dovecot.fi/ and setup in dovecot
configuration.
When I try to login with an user I found these errors in log file:
============
Dec 27 10:52:16 mail dovecot: imap-login: