Re: Failed to map transaction log path - Stale file handle

2021-03-01 Thread Aki Tuomi
You could even have only one, but two is ok too. Aki > On 02/03/2021 09:56 Gonzalo Palacios Goicolea > wrote: > > > Hi Aki, > Thanks for your quick answer. > I've read it's recommended to use different servers for director and > backends. So, for a 5 backend cluster, how many director server

Re: Failed to map transaction log path - Stale file handle

2021-03-01 Thread Gonzalo Palacios Goicolea
Hi Aki, Thanks for your quick answer. I've read it's recommended to use different servers for director and backends. So, for a 5 backend cluster, how many director servers are recommended? I guess that at least 2, but if it's better to use more than 2, please, let me know. Best regards Gon

Re: Failed to map transaction log path - Stale file handle

2021-03-01 Thread Aki Tuomi
It has never been safe, not even in 2.2.10, to access mail from multiple backends concurrently. You have just gotten lucky. You must use director (or similar solution) to ensure all sessions end up in same server. Aki > On 02/03/2021 09:26 Gonzalo Palacios Goicolea > wrote: > > > Hi Aki >

Re: Failed to map transaction log path - Stale file handle

2021-03-01 Thread Gonzalo Palacios Goicolea
Hi Aki We're using NFS v3. Should we use v4 to avoid this problem? Regarding concurrent access, when a user uses more than one device it can go to any of the servers. It's the same config we had with dovecot-2.2.10 that never gave us this problem. So, if the issue is related to concurrent ac

Re: Issue with masterauth

2021-03-01 Thread Aki Tuomi
> On 01/03/2021 18:26 Samuel Mutel wrote: > > > Hello, > > I would like to setup masterauth account to be able to connect to imap to log > in as other users without password. > > My users are currently setup in LDAP and it is working correctly. > > I follow the page > https://doc.dovecot.

Re: Failed to map transaction log path - Stale file handle

2021-03-01 Thread Aki Tuomi
> On 01/03/2021 14:59 Gonzalo Palacios Goicolea > wrote: > > > Hi All, > > We recently moved from RHEL6 to RHEL7 and updated dovecot from > dovecot-2.2.10-1_14.el6.x86_64 to dovecot-2.2.36-8.el7.x86_64. We use NFS for > storing the mail, and 5 servers running at the same time. > Before up

Re: Can master users retain private \Seen flags ?

2021-03-01 Thread Aki Tuomi
Nope. The master user feature allows you to impersonate a mail user. It does not act as a separate user. The only way to preserve \Seen flag is to use a shared mailbox. Aki > On 01/03/2021 14:39 tuuialou wrote: > > > Hello and thank you for your answer. > > I know https://wiki.dovecot.org/

migrating users to new server, dsync ?

2021-03-01 Thread Voytek Eymont
I have Dovecot 2.3.13 on new server, 2.3.11 on 'old' server, Centos 6, old server still has a couple domains and about a dozen users, what's a the best way to migrate user mailboxes to new server (Maildir), use 'dsync' , is that the way to do it ? TIA, V

Re: Search is uninterruptable

2021-03-01 Thread Scott Q.
Hi Aki, sorry for hijacking this thread, but when you do a SEARCH at least there's an 'Indexing update' being returned from the server. If the mailbox is not indexed and you do a SORT it just hangs with no update whatsoever until it completes. I think it would be beneficial to update the client

Search is uninterruptable

2021-03-01 Thread van der Kamp, John
Hi, When a user is doing a search, and the data is not indexed, then a search can take a very long time. It seems that search process is uninterruptable. The IMAP connection gets a status message with an ETA every so often, but an administrator on the server cannot stop it. Any SIGTERM or dovea

Re: Search is uninterruptable

2021-03-01 Thread Aki Tuomi
> On 01/03/2021 15:30 van der Kamp, John wrote: > > > Hi, > > When a user is doing a search, and the data is not indexed, then a search can > take a very long time. It seems that search process is uninterruptable. The > IMAP connection gets a status message with an ETA every so often, but

Re: Can master users retain private \Seen flags ?

2021-03-01 Thread tuuialou
Hello and thank you for your answer. I know https://wiki.dovecot.org/SharedMailboxes/Shared and I successfully implemented it but I am not 100% happy for the 3x reasons described in my original message. I understand the "exchange-like" solution described at https://forum.iredmail.org/topic1354

Issue with masterauth

2021-03-01 Thread Samuel Mutel
Hello, I would like to setup masterauth account to be able to connect to imap to log in as other users without password. My users are currently setup in LDAP and it is working correctly. I follow the page https://doc.dovecot.org/configuration_manual/authentication/master_users/ to setup this but

Failed to map transaction log path - Stale file handle

2021-03-01 Thread Gonzalo Palacios Goicolea
Hi All, We recently moved from RHEL6 to RHEL7 and updated dovecot from dovecot-2.2.10-1_14.el6.x86_64 to dovecot-2.2.36-8.el7.x86_64. We use NFS for storing the mail, and 5 servers running at the same time. Before updating dovecot we stopped the service and deleted all dovecot.index* files Now

Can master users retain private \Seen flags ?

2021-03-01 Thread tuuialou
Hello, I am trying to setup a shared mailbox for a small team. Let's say Alice and Bob both need to read and answer sa...@example.com. I would like Alice and Bob to retain private \Seen flags on sa...@example.com. I know I can achieve that with INDEXPVT on shared or public mailboxes but I am no

Re: dsync and sieve again

2021-03-01 Thread Sami Ketola
Hi, imapc does not sync sieve scripts. You need to use native doveadm protocol. Sami > On 25. Feb 2021, at 20.56, Edgaras Lukoševičius > wrote: > > Then what is a correct configuration? Because I was not able to get it to > work. > > It is a simple setup using VirtualUsers, Maildir format,

Re: Can master users retain private \Seen flags ?

2021-03-01 Thread Aki Tuomi
> On 01/03/2021 10:55 tuuialou wrote: > > > Hello, > I am trying to setup a shared mailbox for a small team. Let's say Alice and > Bob both need to read and answer sa...@example.com. I would like Alice and > Bob to retain private \Seen flags on sa...@example.com. I know I can achieve > that