Displaying 1 result from an estimated 1 matches for "shared_ns1".
2020 Jul 22
1
Mailbox sharing, user to user in same domain, OK! User to user sharing in separate domains, problem. ( ... and more oh boy!)
...}
   mailbox Trash {
     special_use = \Trash
   }
   prefix =
   separator = /
}
namespace public_ns1 {
   location = 
maildir:/home/.Public_Mailboxes:INDEX=~/Maildir/public_ns1:INDEXPVT=~/Maildir/public_ns1
   prefix = Public/
   separator = /
   subscriptions = no
   type = public
}
namespace shared_ns1 {
   list = yes
   location = 
maildir:%%h/Maildir:INDEX=~/Maildir/shared_ns1/%%u:INDEXPVT=~/Maildir/shared_ns1/%%u
   prefix = @/%%u/
   separator = /
   subscriptions = no
   type = shared
}
passdb {
   driver = pam
}
plugin {
   acl = vfile
   acl_anyone = allow
   acl_defaults_from_inbox = yes...