Re: Separators and shared namespaces

2023-09-28 Thread Aki Tuomi via dovecot
> On 28/09/2023 13:47 EEST Francis Augusto Medeiros-Logeay via dovecot > wrote: > > > Hi Martin, > > I had a similar problem: > > https://dovecot.org/mailman3/archives/list/dovecot@dovecot.org/thread/DNHM3OOV3SZUC2SIS7FMWL7MMT64F73T/ > > > It seemed to me that using ‘.’ truncated the

Separators and shared namespaces

2023-09-28 Thread Francis Augusto Medeiros-Logeay via dovecot
Hi Martin, I had a similar problem: https://dovecot.org/mailman3/archives/list/dovecot@dovecot.org/thread/DNHM3OOV3SZUC2SIS7FMWL7MMT64F73T/ It seemed to me that using ‘.’ truncated the domain name when that was used in the paths, such as when using %d. Best, Francis

Re: Separators and shared namespaces

2023-09-27 Thread martin f krafft via dovecot
Regarding the following, written by "Aki Tuomi" on 2023-09-27 at 13:09 Uhr +0300: The physical (file system) separator and hierachy separator are not related. You can safely change the hierarchy separator to / . Okay, so what is it used for? The shared namespace should have list=children,

Re: Separators and shared namespaces

2023-09-27 Thread Francis Augusto Medeiros-Logeay via dovecot
Hi, When I used a ‘.’ as a separator, it seemed to truncate paths with the domain name, such as those with %%d. That happened only to shared namespaces. Best, Francis ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to

Re: Separators and shared namespaces

2023-09-27 Thread Aki Tuomi via dovecot
> On 27/09/2023 12:03 EEST martin f krafft via dovecot > wrote: > > > Hello, > > I am running Dovcecot 2.3.19 on Debian, and I am trying to get > shared to work. > > It's working if I do this: > > ``` > namespace { >type = shared >separator = / >prefix = Team/%%u/ >

Separators and shared namespaces

2023-09-27 Thread martin f krafft via dovecot
Hello, I am running Dovcecot 2.3.19 on Debian, and I am trying to get shared to work. It's working if I do this: ``` namespace { type = shared separator = / prefix = Team/%%u/ location = maildir:%%h/Maildir:INDEX=%h/Maildir/Team/%%u:INDEXPVT=%h/Maildir/Team/%%u subscriptions = no