Re: keent() from Tika - with doveadm

2016-10-24 Thread Aki Tuomi
Hi! Can you try these two patches? Aki On 24.10.2016 08:48, Aki Tuomi wrote: > Ok so that timeval makes no sense. We'll look into it. > > Aki > >> On October 24, 2016 at 12:22 AM Larry Rosenman wrote: >> >> >> doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got

Server migration

2016-10-24 Thread Gandalf Corvotempesta
Hi i have to migrate, online, a dovecot 1.2.15 to a new server. Which is the best way to accomplish this? I have 2 possibility: 1) migrate from the very old server to a newer server with the same dovecot version 2) migrate from the very old server to a new server with the latest dovecot version

Re: keent() from Tika - with doveadm

2016-10-24 Thread Larry Rosenman
that seems to fix this kevent() problem, but I got the following lucene assert. Is that because of previous fails? Also, while I have your attention, is fts_autoindex supposed to work accross NAMESPACES? doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39483 because: fts indexing

Problem to configure dovecot-ldap.conf.ext

2016-10-24 Thread Günther J . Niederwimmer
Hello, Dovecot 2.2.25 CentOS 7 I setup ldap (FreeIPA) to have a user for dovecot that can (read search compare) all attributes that I need for dovecot. I must also have mailAlternateAddress When I make a ldapsearch with this user, I found all I need to configure dovecot. But for me it is

Re: Hierarchy separator and LAYOUT=FS change

2016-10-24 Thread Simeon Ott
Anyone? What are the steps to take to migrate from dot-to slash-separator with LAYOUT=fs? > On 11.10.2016, at 00:06, Simeon Ott wrote: > > Hello, > > I stumbled across a 5-year-old post on the dovecot list about changing the > dovecot hierarchy separator to enable

Re: Server migration

2016-10-24 Thread Gandalf Corvotempesta
2016-10-24 14:47 GMT+02:00 Michael Seevogel : > If your server OS supports newer Dovecot versions then I would highly > suggest you to upgrade to Dovecot 2.2.xx (or at least to the latest 2.1) and > set up Dovecot's replication[1] feature. Are you talking about the new

Re: Server migration

2016-10-24 Thread Gandalf Corvotempesta
2016-10-24 11:23 GMT+02:00 Karol Augustin : > When I am doing this I just turn off both servers for the third sync. > Its short enough to not cause much problem. And then after third sync I > start the new server and all clients can connect to it so I also > mitigate any

Re: Server migration

2016-10-24 Thread Gandalf Corvotempesta
2016-10-24 14:47 GMT+02:00 Michael Seevogel : > P.S. You should think about to use on the new server mdbox as mailbox > format. > That's kinda a hybrid of mbox and maildir and benefits of features of both > its predecessors. However, backup and restoring is in case of mdbox

Re: Server migration

2016-10-24 Thread Michael Seevogel
Am 24.10.2016 um 15:25 schrieb Gandalf Corvotempesta: 2016-10-24 14:47 GMT+02:00 Michael Seevogel : If your server OS supports newer Dovecot versions then I would highly suggest you to upgrade to Dovecot 2.2.xx (or at least to the latest 2.1) and set up Dovecot's

Re: Server migration

2016-10-24 Thread Michael Seevogel
Am 24.10.2016 um 09:00 schrieb Gandalf Corvotempesta: Hi i have to migrate, online, a dovecot 1.2.15 to a new server. Which is the best way to accomplish this? I have 2 possibility: 1) migrate from the very old server to a newer server with the same dovecot version 2) migrate from the very old

Re: Server migration

2016-10-24 Thread Karol Augustin
On 2016-10-24 8:00, Gandalf Corvotempesta wrote: > can i simply use rsync to sync everything and, when the sync is quick, move > the mailbox from the old server to the new server? My biggest concern is > how to manage the the emails that are coming during the server switch. > > Let's assume a

Re: keent() from Tika - with doveadm

2016-10-24 Thread Aki Tuomi
Hi! We found some problems with those patches, and ended up doing slightly different fix: https://github.com/dovecot/core/compare/3e41b3d%5E...cca98b.patch Aki On 24.10.2016 10:17, Aki Tuomi wrote: > Hi! > > Can you try these two patches? > > Aki > > > On 24.10.2016 08:48, Aki Tuomi wrote: >>