Re: allow_nets=local in passdb gets "auth: Panic"

2016-01-04 Thread Timo Sirainen
> On 22 Dec 2015, at 01:10, SATOH Fumiyasu wrote: > > Hi, > > I have the following configuration in my dovecot.conf for Dovecot 2.2.21: > > passdb { > driver = ldap > args = /etc/dovecot/dovecot-ldap.conf.ext > default_fields = allow_nets=local,127.0.0.1,10.255.1.0/24 >

Re: autoexpunge problems

2016-01-04 Thread Timo Sirainen
On 18 Dec 2015, at 05:26, Olaf Hopp wrote: > > Hello, > I tried to use the new autoexpunge for my Trash folders > I had in 15-mailboxes.conf > > mailbox Trash { > special_use = \Trash > auto = subscribe > } > > (dovecot -n of the original config is below) > and added just

Re: 2.2.21 imap core dump after enabling autoexpunge

2016-01-04 Thread Timo Sirainen
On 24 Dec 2015, at 01:48, Tomi Vainio wrote: > > Hi, > > Here is a proper stack trace without disabling too much information. Fixed: https://github.com/dovecot/core/commit/ddffbb277e212adb9d594b3d7d1e1d39fa78f7c6 > > Tomppa > >> program terminated by signal SEGV (no

Re: segfault in dict_transaction_rollback() on doveadm quota recalc -u

2016-01-04 Thread Timo Sirainen
On 30 Dec 2015, at 11:35, Lazy wrote: > >> dict { >> quota = redis:host=127.0.0.1:prefix=user/ >> } >> >> plugin { >> >> quota = dict:User quota::proxy::quota >> >> } >> >> Redis server is behind haproxy working in tcp mode. >> >> doveadm quota recalc -u user always

Re: How to debug lmtpd?

2016-01-04 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 1 Jan 2016, Kamil Jońca wrote: 1. I have dovecot installation with lmtp 2. there are some sieve filter which call mailpost to put mails in my news server. 3. SOME mails are not mailposted :( I do not know why. Moreover these mails filtered

Re: Howto get information about quota used

2016-01-04 Thread Макаров Денис
I tried this for correct user: sudo doveadm quota get -u user Quota name TypeValue Limit % User STORAGE 0 614400 0 User MESSAGE 0 - 0 Ok, limit is correct. But why value and % = 0? Via Thunderbird I see 52%. Hello guys! I have Dovecot server (version: 2.2.9) with

Re: Howto get information about quota used

2016-01-04 Thread Макаров Денис
Ah, all correct with @domain. sudo doveadm quota get -u user@domain Thanks Patrick! 04.01.2016 13:39, Макаров Денис пишет: I tried this for correct user: sudo doveadm quota get -u user Quota name TypeValue Limit % User STORAGE 0 614400 0 User MESSAGE 0 - 0 Ok, limit

Re: [BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Teemu Huovila
On 04.01.2016 12:28, Florian Pritz wrote: > Hi, > > I'm seeing the following in my logs. Twice so far, no idea what caused > it. I do however have the core dump if that is of any use. > >> Jan 4 11:14:11 karif dovecot[20876]: imap(username): Panic: file >> imap-client.c: line 841

Re: Replication - hostname issue

2016-01-04 Thread Teemu Huovila
On 03.01.2016 20:53, Petter Gunnerud wrote: > I have postfix/dovecot setup on a virtual gentoo server. It's been in service > for almost two years without any issues. > Now I want to set up a spare server to replicate mails from the one running. > I copied the vm files to the second host

[BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Florian Pritz
Hi, I'm seeing the following in my logs. Twice so far, no idea what caused it. I do however have the core dump if that is of any use. > Jan 4 11:14:11 karif dovecot[20876]: imap(username): Panic: file > imap-client.c: line 841 (client_check_command_hangs): assertion failed: >

Re: [BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Florian Pritz
On 04.01.2016 18:54, Timo Sirainen wrote: > Could you try patching and seeing if you still get the same crash > after them? Or have you seen the crash after the initial few times? Thanks for the patches, but sadly I don't know how this happened and only saw it happening twice today in my log

Sv: Replication - hostname issue

2016-01-04 Thread Petter Gunnerud
ThanksTeemuBy setting environment variable DOVECOT_HOSTDOMAIN the dovecot --hostdomainnow returns the hostname. getent hostsReturns all entries in the hosts file - including "localhost" and the servers hostname.mydomain So far the change has not made any problems. Dsync, however does not seem

postmaster domain

2016-01-04 Thread Timothy Murphy
I recently upgraded a remote server to CentOS-7.2, after which email stopped coming through. I suspect that this was probably due to the fact that I had started a version of dovecot installed some time ago. I found messages in /var/log/maillog like Jan 4 12:56:56 alfred postfix/lmtp[7612]:

Re: [BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Florian Pritz
On 04.01.2016 11:54, Teemu Huovila wrote: > Thank you for the report. Could you execute "bt full" in gdb please. Also the > output of doveconf -n would be useful. Hi, Requested info below. Florian bt f > #0 0x7f6f99b8f5f8 in raise () from /usr/lib/libc.so.6 > No symbol table info

Re: [BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Timo Sirainen
On 04 Jan 2016, at 09:37, Florian Pritz wrote: > > On 04.01.2016 11:54, Teemu Huovila wrote: >> Thank you for the report. Could you execute "bt full" in gdb please. Also >> the output of doveconf -n would be useful. > > Hi, > > Requested info below. What about: >> #5

Re: [BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Timo Sirainen
> On 04 Jan 2016, at 09:58, Florian Pritz wrote: > > On 04.01.2016 15:49, Timo Sirainen wrote: >> What about: >> #5 0x0041dde6 in client_check_command_hangs (client=0x2363450) at imap-client.c:841 cmd = 0x0 unfinished_count = 0

Re: [BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)

2016-01-04 Thread Timo Sirainen
On 04 Jan 2016, at 12:54, Timo Sirainen wrote: > >> >> On 04 Jan 2016, at 09:58, Florian Pritz wrote: >> >> On 04.01.2016 15:49, Timo Sirainen wrote: >>> What about: >>> > #5 0x0041dde6 in client_check_command_hangs (client=0x2363450) > at