Public Folder Problems

2017-04-10 Thread Kevin
Hi, I've been trying to get a Public Folder namespace working, so far without any luck. I've tried in my home folder, outside my home folder, with and without acl. I can see the namespace (PUBLIC) in Roundcube, but that's as far as I get. I've put a .FirstFolder under the location, but it nev

Re: [Bug] FTS invalid address parsing

2017-04-10 Thread azurit
Citát Timo Sirainen : On 9 Apr 2017, at 15.42, azu...@pobox.sk wrote: Hi, i found another bug in FTS while parsing quoted-printable/base64-encoded sender's name inside 'From' header (again, i was figuring out why some of messages cannot be searched). Header: From: =?UTF-8?Q?A=2CB?= D

Re: abrt reported "imap killed by SIGBUS"

2017-04-10 Thread Hongying Liu
Sorry for late response. This issue occurs ran randomly. So I don't know how to run valgrind command. 2017-04-10 17:14 GMT+08:00 Hongying Liu : > Sorry for late response. > > This issue occurs ran randomly. So I don't know how to run valgrind > command. > > I upload the coredump. > > The version

Re: How to migration my mails from another server ?

2017-04-10 Thread Michael Slusarz
impasync doesn't preserve IMAP state if Dovecot is the destination server. You should use dsync instead. > > On April 8, 2017 at 3:11 AM Adrian Minta wrote: > > Use imapsync: https://imapsync.lamiral.info/ > > On 04/08/2017 12:02 PM, Mik J wrote: > > > > > > He

Re: [Dovecot-news] v2.2.29.rc1 released

2017-04-10 Thread Daniel J. Luke
On Apr 7, 2017, at 11:54 AM, Aki Tuomi wrote: > So.. as workaround, you *could* move indexes to separate directory, using > INDEXES= parameter. And move the lucene-indexes to this folder. But thank > you, this helps a bit. I'm happy to do anything else to test if you'd like. I did go ahead and

Re: [Dovecot-news] v2.2.29.rc1 released

2017-04-10 Thread Aki Tuomi
> On April 10, 2017 at 8:31 PM "Daniel J. Luke" wrote: > > > On Apr 7, 2017, at 11:54 AM, Aki Tuomi wrote: > > So.. as workaround, you *could* move indexes to separate directory, using > > INDEXES= parameter. And move the lucene-indexes to this folder. But thank > > you, this helps a bit. >

Re: IMAP hibernate and scalability in general

2017-04-10 Thread Mark Moseley
On Thu, Apr 6, 2017 at 9:22 PM, Christian Balzer wrote: > > Hello, > > On Thu, 6 Apr 2017 22:13:07 +0300 Timo Sirainen wrote: > > > On 6 Apr 2017, at 21.14, Mark Moseley wrote: > > > > > >> > > >> imap-hibernate processes are similar to imap-login processes in that > they > > >> should be able t

Automatically subscribe to the INBOX folder

2017-04-10 Thread glts
Hello, I am using the ‘auto = subscribe’ feature in the mailbox configuration section in the usual fashion (as shown in conf.d/15-mailboxes.conf): namespace inbox { inbox = yes mailbox Drafts { special_use = \Drafts auto = subscribe } ... } When I connect to an account with the T

v2.2.29 released

2017-04-10 Thread Timo Sirainen
https://dovecot.org/releases/2.2/dovecot-2.2.29.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.29.tar.gz.sig * passdb/userdb dict: Don't double-expand %variables in keys. If dict was used as the authentication passdb, using specially crafted %variables in the username could be used to

Re: IMAP hibernate and scalability in general

2017-04-10 Thread Timo Sirainen
On 10 Apr 2017, at 21.49, Mark Moseley wrote: > > Timo, any sense on where (if any) the point is where there are so many > connections on a given login process that it would get too busy to keep up? > I.e. where the sheer amount of stuff the login process has to do outweighs > the CPU savings of

Vpopmail Error

2017-04-10 Thread Bobber
I'm trying to compile the latest Dovecot (v2.2.29) and when I run make I get this error: auth-userdb-vpopmail.o: In function `userdb_vpopmail_get_quota': /usr/local/src/dovecot-2.2.29/src/auth/userdb-vpopmail.c:64: undefined reference to `var_expand_table_build' collect2: error: ld returned 1

2.2.29 failing tests (was: Re: v2.2.29 released)

2017-04-10 Thread Peter
It's failing tests on CentOS 6, it looks like it's expecting the IMAP server to be running when it isn't, perhaps this test should soft-fail? Making check in lib-imap-client make[2]: Entering directory `/builddir/build/BUILD/dovecot-2.2.29/src/lib-imap-client' for bin in test-imapc-client; do \

Re: Vpopmail Error

2017-04-10 Thread Eric Broch
Same error on CentOS 7 On 4/10/2017 2:55 PM, Bobber wrote: I'm trying to compile the latest Dovecot (v2.2.29) and when I run make I get this error: auth-userdb-vpopmail.o: In function `userdb_vpopmail_get_quota': /usr/local/src/dovecot-2.2.29/src/auth/userdb-vpopmail.c:64: undefined referen

Re: Vpopmail Error

2017-04-10 Thread Eric Broch
Is this the fix perhaps, Anyone? https://github.com/dovecot/core/commit/79fe1b28df44ba22b230326bee895583c1df5a28 On 4/10/2017 4:40 PM, Eric Broch wrote: Same error on CentOS 7 On 4/10/2017 2:55 PM, Bobber wrote: I'm trying to compile the latest Dovecot (v2.2.29) and when I run make I get th

Re: 2.2.29 failing tests (was: Re: v2.2.29 released)

2017-04-10 Thread Timo Sirainen
On 11 Apr 2017, at 0.39, Peter wrote: > > It's failing tests on CentOS 6, it looks like it's expecting the IMAP > server to be running when it isn't, perhaps this test should soft-fail? The test is itself running both the client and the server. Most of those errors are expected. Does it work if