Thanks. What should my ACL row look like (what flags should be set)? I want the public mailbox to be read-only. Right now, the only ACL flags I have set are lookup_flag and read_flag.
If the per message flags are not per user, then I think I would like all messages in the public mailbox to have the seen_flag set. How can I make sure the seen_flag is set? I’m delivering public messages using this command: /usr/sbin/dbmail-deliver -u __public__ -M “test_shared" <test.mail Should I be using IMAP to store and set the seen_flag instead of dbmail-deliver? Or, use IMAP to only set the seen_flag? Or, should I just have a job run after delivery to set the seen_flag in the db for all public mailboxes and public messages? Also, should I have the recent_flag cleared too? Kevin On Apr 13, 2014, at 11:18 AM, Paul J Stevens <[email protected]> wrote: > > > On 13-04-14 07:10, KT Walrus wrote: >> How are public mailboxes supposed to work in regards to the unread >> flag? > > There is nothing special about shared mailboxes in this regard. Only > difference is different users can connect to it. > > When any user changes a flag on a message, the flag is changed. Dbmail does > *not* present different sets of flags to different users. I'm not aware of a > RFC specification that describes such behaviour. > > From your description, it sounds like RC either doesn't use the MYRIGHTS > command on those mailboxes, or doesn't handle the response correctly; if a > user doesn't have the 'w' right on a box, the client shouldn't try to set the > \seen flag on messages. > > https://tools.ietf.org/html/rfc4314#page-10 > > -- > ________________________________________________________________ > Paul J Stevens pjstevns @ gmail, twitter, github, linkedin > www.nfg.nl/[email protected]/+31.85.877.99.97 > _______________________________________________ > DBmail mailing list > [email protected] > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
