Re: Seen Flags per User

2022-12-08 Thread Maurice Kunze
Hello, now i found another error. When i click on an email in the client its marked an read or unread when i mark it that way. Now when i change the folder and come back to the shared folder the mail i just read is unread again. When i restart the Mail client it will be displayed like it shou

Re: Seen Flags per User

2022-12-08 Thread Maurice Kunze
Hello, thanks for that hint. I changed the path for our environment to /var/mail/user/%u/Maildir/shared/public and now its working. Thanks for helping. Am 08.12.22 um 10:58 schrieb Aki Tuomi: Either configure mail_home, return home from ldap, or use absolute directory instead of %h. I se

Re: Seen Flags per User

2022-12-08 Thread Aki Tuomi
Either configure mail_home, return home from ldap, or use absolute directory instead of %h. I see you have mail_location which points to /var/mail/user, this makes everyone use the same location, unless you overwrite this in your ldap query. You could replace %h/public with /var/mail/user/%u/sh

Re: Seen Flags per User

2022-12-08 Thread Maurice Kunze
Hey, thanks for the explanation. I implemented it but then i get the following error in the logs: Error: userdb didn't return a home directory, but location used it (%h): maildir:/var/mail/public:INDEXPVT=%h/public I authenticate the users via LDAP (Active Directory) Am 08.12.22 um 10:28

Re: Seen Flags per User

2022-12-08 Thread Aki Tuomi
location = maildir:/var/mail/public:INDEXPVT=%h/public Probably works better. INDEXPVT needs to point to a *per-user* location. Now you're just sharing them with everyone. Aki > On 08/12/2022 11:07 EET Maurice Kunze wrote: > > > Hello, > > i want to configure seen flags per user for shared