Replication between servers with different mail_home path

2018-04-19 Thread Arie Peterson
Hi, I have two dovecot servers that are configured to be replicated using dsync over ssh. This has been working well for a long time. Recently I changed the mail_home path on one of the servers, because of mail data migration. The old file system is still available, but has been made read-only f

Setting hostdomain

2016-09-25 Thread Arie Peterson
Hi all, Preparing for a replication setup, I read (at the bottom of ) that `dovecot --hostdomain` should give a different output on the two servers. This is not the case for me: both give "localhost". I'm trying to change my configuration to set the hostdo

Re: Setting hostdomain

2016-09-25 Thread Arie Peterson
Christian Kivalo wrote: > whats the output of 'hostname -f' > > whats in your /etc/hostname and /etc/hosts? That was indeed the problem. The output of `hostname -f` was "localhost", indicating how dovecot gets that result as well for its "hostdomain". Changing the first line of /etc/hosts to 1

Re: Setting up replication - First steps...

2016-12-08 Thread Arie Peterson
SH Development wrote: > […] > So I believe my first step is to set up another server, on another IP, > different hostname, with Dovecot and Postfix, and simply use the files from > the /etc directories of the existing server to configure it (changing the > IP and hostname of course). > > Am I on t

Hide public mailboxes from some users

2017-08-26 Thread Arie Peterson
Hi all, I'm trying to set up public mailboxes for a subset of my users. This is on dovecot 2.2.27. I've created a new public namespace, and the new mailboxes indeed show up for everyone. So far so good. Now I want to restrict access: these mailboxes shouldn't be visible at all except to a fix

Re: Iterate All Dovecot Users !

2017-08-31 Thread Arie Peterson
Nick Lekkas wrote: > I am trying to write a script that iterate all users that are created in > dovecot and postfix > Is there any way ..? You could try `doveadm user '*'` .

Re: Hide public mailboxes from some users

2017-08-31 Thread Arie Peterson
Perhaps my previous email was a bit long. Let me start with a single question. Is a user without the "lookup" ACL right to a given mailbox supposed to be able to see the mailbox listed in their email client?

Re: Hide public mailboxes from some users

2017-09-08 Thread Arie Peterson
> Is a user without the "lookup" ACL right to a given mailbox supposed to be > able to see the mailbox listed in their email client? Anything I can try to debug this further? Any hints or suggestions are appreciated :-).