Displaying 20 results from an estimated 4000 matches similar to: "Problem with master password"
2017 Sep 04
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Hi,
it seams that the lazy_expunge plugin doesn't work for me after the
upgrade...
2.2.32 cry's about
plugin { lazy_expunge_only_last_instance=no } is most likely handled as
'yes' - remove the setting completely to disable it. If this is
intentional, add quotes around the value:
lazy_expunge_only_last_instance="no"
I changed it to
2016 Jul 27
2
Sieve vacation address problem
Hi,
it seams I have a problem with the vacation script.
The problem is that the vacation answers to a address that is not listed
in the sieve script. I checked the postfix master.conf which delivers to
lda correct parameter.
In the logfile you can see that that office at example.com received a
message that get delivered to user at example.com (with the sievescipt) and
to office at
2018 Nov 23
2
doveadm dsync-server doesn't use user parameter?
Hi,
I tried to migrate my dovecot 2.2 to a new server with a other storage
configuration and dovecot 2.3.
New (and old) Server uses mysql for user information
I use the following storage settings
mail_home = /storage1/vmail/%{userdb:path}
mail_location =
2018 Nov 23
0
doveadm dsync-server doesn't use user parameter?
I did a debug output of the dsync-server and found out that it queries
the userdb parameter but doesn't use it.
---
Debug: Loading modules from directory: /usr/lib/dovecot/modules
Debug: Module loaded: /usr/lib/dovecot/modules/lib01_acl_plugin.so
Debug: Module loaded: /usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.so
Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so
2017 Sep 04
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Ok thx for the info, anyway there are no mail copied to #EXPUNGED/
namespace.
Am 04.09.2017 um 13:40 schrieb Aki Tuomi:
> Hi!
>
> On 04.09.2017 14:38, Harald Leithner wrote:
>> Hi,
>>
>> it seams that the lazy_expunge plugin doesn't work for me after the
>> upgrade...
>>
>> 2.2.32 cry's about
>>
>> plugin {
2017 Sep 15
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
On Wed, Sep 6, 2017 at 2:01 AM, Harald Leithner <leithner at itronic.at> wrote:
> Any idea why this doesn't setup work anymore in 2.2.32?
>
> thx
>
> Harald
>
>
I just ran into the same thing myself. For me, when I added this to the
"location" in the expunged namespace, it started working again:
...:LISTINDEX=expunged.list.index
I can't tell you why
2018 May 02
2
Get mailbox name per guid
Hi,
maybe I'm unable to use google or the wiki or the man pages but how do I
get the mailbox name if I only have the guid for this Mailbox?
thx
Harald
--
Harald Leithner
ITronic
Wiedner Hauptstra?e 120/5.1, 1050 Wien, Austria
Tel: +43-1-545 0 604
Mobil: +43-699-123 78 4 78
Mail: leithner at itronic.at | itronic.at
-------------- next part --------------
A non-text attachment was
2016 Mar 16
2
overview zlib efficiency? Summary and added note
Hi,
use "doveadm" to get all real message
doveadm -f table fetch -A "size.physical" ALL | awk
'{s+=$2}END{printf("%.2fMB\n", s/1024/1024);}'
189247.67MB .. 185G
use "du" to get size on disc:
In my case
with deduplication:
/srv/stroage/# du -s -h *
53G vmail
75G vmail_sis
without deduplication
/srv/stroage/# du -s -h -l *
53G
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:
2017 Sep 06
0
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Any idea why this doesn't setup work anymore in 2.2.32?
thx
Harald
Am 04.09.2017 um 13:52 schrieb Harald Leithner:
> Ok thx for the info, anyway there are no mail copied to #EXPUNGED/
> namespace.
>
>
>
> Am 04.09.2017 um 13:40 schrieb Aki Tuomi:
>> Hi!
>>
>> On 04.09.2017 14:38, Harald Leithner wrote:
>>> Hi,
>>>
>>> it
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
2019 Nov 19
1
Dovecot Master User: Access user's mailbox without owner's password
>>>>> "Marcio" == Marcio Merlone via dovecot <dovecot at dovecot.org> writes:
Marcio> Sounds a lot like my problem, which I described some days ago
Marcio> here on the list, but no luck. Please report to the list if
Marcio> you make any progress.
Marcio,
Looking at your passdb { } block, you don't have the "result_sucess =
continue" option.
2016 Apr 25
2
IX Out of Order?
Hi,
It seams that ix.dovecot.fi has not build a new version since 2016-04-19
20:03
regards,
--
Harald Leithner
ITronic
Wiedner Hauptstra?e 120/5.1, 1050 Wien, Austria
Tel: +43-1-545 0 604
Mobil: +43-699-123 78 4 78
Mail: leithner at itronic.at | itronic.at
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
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
2018 Jul 05
1
user/password Authentication via Joomla database
Hello,
did anyone ever set up Authentication via lookups to a Joomla (mysql) database?
What I'd like to do is lookup Joomla users (who are in specific/multiple groups)
in the Joomla database and then fallback to /etc/passwd authentication to let
system users authenticate.
I'm running :
# 2.2.35 (b1cb664): /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 11.1-RELEASE-p10 amd64
Thanks
2017 Sep 18
1
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
On Fri, Sep 15, 2017 at 1:42 PM, Harald Leithner <leithner at itronic.at>
wrote:
> Am 2017-09-15 21:25, schrieb Mark Moseley:
>
>> On Wed, Sep 6, 2017 at 2:01 AM, Harald Leithner <leithner at itronic.at>
>> wrote:
>>
>> Any idea why this doesn't setup work anymore in 2.2.32?
>>>
>>> thx
>>>
>>> Harald
>>>
2019 Oct 20
2
IMAP4 extensions for Visual Voicemail (VVM)
> Le 20 oct. 2019 ? 22:24, Mauricio Tavares via dovecot <dovecot at dovecot.org> a ?crit :
>
> On Sun, Oct 20, 2019 at 10:43 AM Rajesh Bansal via dovecot
> <dovecot at dovecot.org> wrote:
>>
>> Hi Team,
>>
>>
>>
>> I need to develop Visual VoiceMail solution. In this solution I need a IMAP4 server, from which I can get a hit for each
2017 Aug 27
4
Debian packages for 2.2.32?
Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>:
> On 2017-08-27 12:06, Harald Leithner wrote:
>> Hi,
>>
>> It seams that IX didn't Motive Themen Version change.
>>
>> Thx
>>
>> Harald
>
> Try http://xi.dovecot.fi/debian.new/
>
> Aki
Hi,
i always wonder why is anyone using this repository? There is a big
warning in the wiki that
2019 Nov 15
1
IMAP4 extensions for Visual Voicemail (VVM)
If you use an Iphone (and your mobile proivder supports it) then you are
using it ;-)
just my 2 cents
Am 21.10.2019 um 12:26 schrieb Stephan Bosch via dovecot:
>
>
> Op 20-10-2019 om 22:33 schreef Jean-Daniel via dovecot:
>>
>>
>>> Le 20 oct. 2019 ? 22:24, Mauricio Tavares via dovecot
>>> <dovecot at dovecot.org <mailto:dovecot at