Re: Panic: Leaked view for index - virtual mailbox

2018-07-25 Thread Aki Tuomi
Hi! Was looking at your config and I am puzzled why you are adding   mailbox INBOX/Archives {     auto = no     special_use = \Archive   } under namespace 'Synoptic'? Do you actually have a virtual folder config for all those folders? You can't just "move" folders into a namespace by declaring t

Re: dsync: expunge from pop3 does not replicate

2018-07-25 Thread Aki Tuomi
Can you try enabling mail_debug=yes, perform a pop3 session and provide logs? Aki On 25.07.2018 15:53, Jakub Lánský wrote: > Here is it > > # 2.3.2.1 (0719df592): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.5.2 (5d6d7c92) > # OS: Linux 4.4.0-112-generic x86_64 Ubuntu 16.04.4 LTS > # Host

Re: doveadm who reverse dns lookups

2018-07-25 Thread Joseph Tam
On Tue, 24 Jul 2018, Michael Grant wrote: However, it would definitely save me a step in figuring out where someone was logged in from to know if it?s legit. Or not. The IP address being logged is reliable, the PTR lookup is in the hands of that zone's DNS operators, who could spoof any FQDN

Re: doveadm expunge didn't clear Trash mailbox

2018-07-25 Thread Michael Wagner
Hello Joseph, On Jul 24, 2018 um 13:12:05, Joseph Tam wrote: > On Mon, 23 Jul 2018, Michael Wagner wrote: > > > here works a dovecot 2.2.27 on a raspberrypi and the behaviour is as > > expected. > > > > doveadm -f tab fetch -u "uid date.saved" mailbox Trash > > uid date.saved > > 314 20

Re: Panic: Leaked view for index - virtual mailbox

2018-07-25 Thread Jakobus Schürz
Hi Aki! Sorry. Here is the right output. # gdb /usr/local/libexec/dovecot/imap /var/core/24491 GNU gdb (Debian 8.1-3) 8.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to chang

Re: Panic: Leaked view for index - virtual mailbox

2018-07-25 Thread Jakob Schuerz
  Hi Aki! Sorry. Here is the right output.   # gdb /usr/local/libexec/dovecot/imap /var/core/24491 GNU gdb (Debian 8.1-3) 8.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is

Re: dsync: expunge from pop3 does not replicate

2018-07-25 Thread Jakub Lánský
Here is it # 2.3.2.1 (0719df592): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.2 (5d6d7c92) # OS: Linux 4.4.0-112-generic x86_64 Ubuntu 16.04.4 LTS # Hostname: mda22 auth_cache_negative_ttl = 2 secs auth_cache_size = 16 M auth_cache_ttl = 1 mins auth_master_user_separator = / auth_mechanism

Re: dsync: expunge from pop3 does not replicate

2018-07-25 Thread Aki Tuomi
Please provide doveconf -n ---Aki TuomiDovecot oy Original message From: Jakub Lánský Date: 25/07/2018 11:37 (GMT+02:00) To: dovecot@dovecot.org Subject: dsync: expunge from pop3 does not replicate Hi, I'm using dovecot 2.3.2.1 on Xenial from upstream packages on two Dovec

dsync: expunge from pop3 does not replicate

2018-07-25 Thread Jakub Lánský
Hi, I'm using dovecot 2.3.2.1 on Xenial from upstream packages on two Dovecot servers connected with dsync over TCP. E-mails which are deleted via POP3 protocol are not correctly deleted on second server via dsync. Jul 25 09:29:19 mda11 dovecot: pop3(jakub@***)<7587><8xaJ1c1x9uEqAB7QADw

Re: Panic: Leaked view for index - virtual mailbox

2018-07-25 Thread Aki Tuomi
Try running gdb again with corrected path for imap binary ---Aki TuomiDovecot oy Original message From: Jakobus Schürz Date: 25/07/2018 10:46 (GMT+02:00) To: dovecot@dovecot.org Subject: Re: Panic: Leaked view for index - virtual mailbox Hi Aki! The config is in the attach

Re: Panic: Leaked view for index - virtual mailbox

2018-07-25 Thread Jakobus Schürz
Hi Aki! The config is in the attachment. The output from gdb is this: # gdb /usr/lib/dovecot/imap /var/core/24491 GNU gdb (Debian 8.1-3) 8.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software:

Re: Panic: Leaked view for index - virtual mailbox

2018-07-25 Thread Aki Tuomi
So the core file is not very useful... can you, instead, attach your doveconf -n and your virtual folder configurations and also gdb /usr/lib/dovecot/imap /path/to/core bt full Aki > On 25 July 2018 at 09:55 Jakobus Schürz wrote: > > > Hi Aki! > > This is debian buster, but a self-compiled