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
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
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
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
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
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 =
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
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
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