<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Arial"><br>
      </font></p>
    <div class="moz-cite-prefix">Le 13/08/2021 à 06:57, Stephane Magnier
      a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:83f02b62-76b1-bfb7-9783-f27555a3c5d4@netcourrier.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <p><font face="Arial">Hi,</font></p>
      <p><font face="Arial">I am using Dovecot and Sendmail ( as lmtp
          server )</font></p>
      <p><font face="Arial">I  would like to consider having some users
          using there emails and having their "private Ibox" ( I would
          say as a normal use )</font></p>
      <p><font face="Arial">and some users sharing their Inbox</font></p>
      <p><font face="Arial">1) Should I consider using and configure 2
          different email servers ? ( one sharing the inbox of any
          users, the other one, not sharing the inbox...)  or I can have
          this config with the same email server ?</font></p>
      <p><font face="Arial">2) if so, how to tell Dovecot to get for
          user1 and user2 the same Inbox and (user3 and user4) Not
          sharing their inbox ?  - ... like private emails and a tech
          support, which should share the same folder</font></p>
      <p><font face="Arial">3) or Can I say : User1 -> User 4 have 
          private emails Inbox.. but user3 and user4 are also sharing
          the same folder /var/spool/mail/support/  for example<br>
        </font></p>
      <p><font face="Arial">I should admit that I don't know where to go
          :-(</font></p>
      <p><font face="Arial">Thanks for your help</font><br>
      </p>
    </blockquote>
    <p><br>
    </p>
    <p><font face="Arial">I forgot to say. My current namspace is
        defined like this</font></p>
    <p><font face="Arial" color="#ff0000">namespace inbox {<br>
        type = private<br>
        disabled = no<br>
        ignore_on_failure = no<br>
          list = yes<br>
            subscriptions = yes<br>
        #hidden = no<br>
        #inbox = yes<br>
        #prefix = INBOX/<br>
        <br>
          # These mailboxes are widely used and could perhaps be created
        automatically:<br>
        <br>
      </font><font face="Arial" color="#ff0000">  mailbox "Drafts" {</font><font
        color="#ff0000"><br>
        <font face="Arial">      auto = subscribe</font><br>
        <font face="Arial">    special_use = \Drafts</font><br>
        <font face="Arial">  }</font><br>
        <font face="Arial">  mailbox "Junk" {</font><br>
        <font face="Arial">      auto = subscribe</font><br>
        <font face="Arial">    autoexpunge = 12 weeks</font><br>
        <font face="Arial">    special_use = \Junk</font><br>
        <font face="Arial">  }</font><br>
        <br>
        <font face="Arial">  mailbox "Trash" {</font><br>
        <font face="Arial">      auto = no</font><br>
        <font face="Arial">    autoexpunge = 12 weeks</font><br>
        <font face="Arial">    special_use = \Trash</font><br>
        <font face="Arial">  }</font><br>
        <br>
        <font face="Arial">  # For \Sent mailboxes there are two widely
          used names. We'll mark both of</font><br>
        <font face="Arial">  # them as \Sent. User typically deletes one
          of them if duplicates are created.</font><br>
        <font face="Arial">  mailbox "Sent" {</font><br>
        <font face="Arial">      auto = subscribe</font><br>
        <font face="Arial">    special_use = \Sent</font><br>
        <font face="Arial">  }</font><br>
        <br>
        <font face="Arial">mailbox virtual/All { # if you have a virtual
          “All messages” mailbox</font><br>
        <font face="Arial">auto = no</font><br>
        <font face="Arial">special_use = \All</font><br>
        <font face="Arial">}</font></font><br>
      <font face="Arial">  </font><br>
    </p>
    <p><font face="Arial">=> that's OK..</font></p>
    <p><font face="Arial">So, I 've added  this part <br>
      </font></p>
    <p><font face="Arial" color="#ff0000">namespace {</font><font
        color="#ff0000"><br>
        <font face="Arial">hidden = no</font><br>
        <font face="Arial">ignore_on_failure = no</font><br>
        <font face="Arial">inbox = no</font><br>
        <font face="Arial">list = children</font><br>
        <font face="Arial">#location =
          maildir:%%h/Maildir:INDEX=%h/shared/%%u:CONTROL=%h/shared/%%u</font><br>
        <font face="Arial">location = maildir:/var/spool/mail2/support</font><br>
        <font face="Arial">prefix = shared.%%u.</font><br>
        <font face="Arial">separator = .</font><br>
        <font face="Arial">subscriptions = yes</font><br>
        <font face="Arial">type = shared</font><br>
        <font face="Arial">}</font></font></p>
    <p><font face="Arial">But it doesn't like this .. :-(<br>
      </font></p>
    <p><font face="Arial"></font><br>
    </p>
  </body>
</html>