Displaying 3 results from an estimated 3 matches for "auth_request_handler_repli".
Did you mean:
auth_request_handler_reply
2020 Mar 30
2
Panic/Assert dns-lookup.c
Hi,
currently we deploying Dovecot as imap/pop3 proxy. Every few minutes some panic/assert occurred (we connect roughly 7k - 8k user at one imap proxy with a connection rate of 200/s).
We activate core dumps. Concerning the sensitive information in the dump we would prefer to not share the dump (e.g. i found our ssl private key in the dump).
Log/Stack trace:
Mar 30 15:54:06 imap16 dovecot:
2020 Mar 30
2
Panic/Assert dns-lookup.c
Hi Aki,
> Aki Tuomi <aki.tuomi at open-xchange.com> hat am 30. M?rz 2020 16:23 geschrieben:
>
> Can you install dovecot-dbg to get debug symbols, open the core in gdb and run
>
> bt full
>
Full backtrace:
:~# gdb /usr/lib/dovecot/auth core.juu
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version
2020 Mar 30
0
Panic/Assert dns-lookup.c
Hi!
Can you install dovecot-dbg to get debug symbols, open the core in gdb and run
bt full
Aki
> On 30/03/2020 17:21 tim at linux-daus.de wrote:
>
>
> Hi,
>
> currently we deploying Dovecot as imap/pop3 proxy. Every few minutes some panic/assert occurred (we connect roughly 7k - 8k user at one imap proxy with a connection rate of 200/s).
>
> We activate core