Re: shared folders in dovecot

2025-04-14 Thread Anton Shevtsov via dovecot
success! Thank you very much, I did everything as it should be. Everything works! ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: shared folders in dovecot

2025-04-09 Thread Markus Winkler via dovecot
Hi Anton, On Mon, 07 Apr 2025 at 12:21:39PM -, Anton Shevtsov via dovecot wrote: No success yet. anyway, thanks for changing the config and the feedback. After # grep ^auth_socket_path 10-mail.conf auth_socket_path = /var/run/dovecot/auth-userdb OK # grep -A 5 'unix_listener auth-u

Re: shared folders in dovecot

2025-04-07 Thread Anton Shevtsov via dovecot
No success yet. Before (10-mail.conf) unix_listener auth-userdb { #mode = 0666 #user = #group = } After # grep ^auth_socket_path 10-mail.conf auth_socket_path = /var/run/dovecot/auth-userdb # grep -A 5 'unix_listener auth-userdb' 10-master.conf unix_listener auth-user

Re: shared folders in dovecot

2025-04-05 Thread Markus Winkler via dovecot
Hi Anton, thanks for the configuration details. Could you please try to change the 'location' parameter of the shared namespace: On Mon, 31 Mar 2025 at 05:31:31AM -, Anton Shevtsov via dovecot wrote: namespace { list = children location = maildir:/var/mail/%d/%n/:INDEX=/var/mail/%d/%n/s

Re: shared folders in dovecot

2025-04-03 Thread Markus Winkler via dovecot
Hi Anton, On Thu, 03 Apr 2025 at 11:31:14AM -, Anton Shevtsov via dovecot wrote: Make changes. But no feel difference :( thanks for changing, testing and the additional information. In your config I'm missing a line like this: auth_socket_path = /var/run/dovecot/auth-userdb Please have

Re: shared folders in dovecot

2025-04-03 Thread Anton Shevtsov via dovecot
Make changes. But no feel difference :( [root@sogo-srv conf.d]# doveconf -n # 2.3.21.1 (d492236fa0): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.21.1 (49005e73) # OS: Linux 5.10.235-std-def-alt1 x86_64 ALT Server 10.4 (Mendelevium) ext4 # Hostname: sogo-srv.maymail.domain first_valid_gid =

Re: shared folders in dovecot

2025-03-30 Thread Anton Shevtsov via dovecot
29.03.2025 15:32, Markus Winkler via dovecot пишет: > Hi Anton, > > On 28.03.25 19:01, Anton Shevtsov via dovecot wrote: >> Now I want to add shared folder functionality. I am defining namespaces and >> doing it wrong (maybe) > > could you please show the output of 'doveconf -n'? # 2.3.21.1 (d4922

Re: shared folders in dovecot

2025-03-29 Thread Markus Winkler via dovecot
Hi Anton, On 28.03.25 19:01, Anton Shevtsov via dovecot wrote: Now I want to add shared folder functionality. I am defining namespaces and doing it wrong (maybe) could you please show the output of 'doveconf -n'? Thanks and regards, Markus ___ dove

shared folders in dovecot

2025-03-28 Thread Anton Shevtsov via dovecot
I used dovecot without shared folders some time ago. All work fine. old dovecot config: mail_home=/var/mail/%d/%n mail_location = maildir:/var/mail/%d/%n:UTF-8:INBOX=/var/mail/%d/%n/Inbox mail_plugins = acl protocol imap { mail_plugins = $mail_plugins } All work fine. Now I want to add shared f