<div dir="ltr">Hello,<div>I have a mail server linked to Freeipa server, so all users are UNIX users.</div><div>i want to share the inbox of one user to another, but i can't figure it out how to do it.</div><div>this is my dovecot -n output </div><div><br></div><div># 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf<br># Pigeonhole version 0.5.8 (b7b03ba2)<br># OS: Linux 3.10.0-957.21.3.el7.x86_64 x86_64 CentOS Linux release 7.6.1810 (Core)  xfs<br># Hostname: <a href="http://mail.yousifrrr.com">mail.yousifrrr.com</a><br>doveconf: Warning: please set ssl_dh=</etc/dovecot/dh.pem<br>doveconf: Warning: You can generate it with: dd if=/var/lib/dovecot/ssl-parameters.dat bs=1 skip=88 | openssl dhparam -inform der > /etc/dovecot/dh.pem<br>auth_default_realm = <a href="http://YOUSIFRR.COM">YOUSIFRR.COM</a><br>auth_username_format = %n<br>auth_worker_max_count = 60<br>default_client_limit = 10000<br>default_process_limit = 1500<br>disable_plaintext_auth = no<br>first_valid_uid = 1000<br>login_trusted_networks = <a href="http://10.1.5.0/24">10.1.5.0/24</a><br>mail_access_groups = sharedusers<br>mail_location = maildir:/MailUsers/%u<br>mail_plugins = acl<br>mail_shared_explicit_inbox = yes<br>managesieve_notify_capability = mailto<br>managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext<br>mbox_write_locks = fcntl<br>metric imap_select_no {<br>  event_name = imap_command_finished<br>  fields = name<br>  filter {<br>  name = SELECT<br>    tagged_reply_state = NO<br>  }<br>}<br>namespace {<br>  list = yes<br>  location = maildir:/MailUsers/%u:INDEXPVT=/Mailusers/%u/shared/%%u<br>  prefix = shared/%%u/<br>  separator = /<br>  subscriptions = yes<br>  type = shared<br>}<br>namespace inbox {<br>  inbox = yes<br>  list = yes<br>  location =<br>  mailbox Drafts {<br>    special_use = \Drafts<br>  }<br>  mailbox Junk {<br>    auto = subscribe<br>    special_use = \Junk<br>  }<br>  mailbox Sent {<br>    auto = subscribe<br>    special_use = \Sent<br>  }<br>  mailbox "Sent Messages" {<br>    auto = subscribe<br>    special_use = \Sent<br>  }<br>  mailbox Trash {<br>    special_use = \Trash<br>  }<br>  prefix =<br>  separator = /<br>  subscriptions = yes<br>  type = private<br>}<br>passdb {<br>  driver = pam<br>}<br>plugin {<br>  acl = vfile<br>   acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db<br>  sieve = /MailUsers/%u/default.sieve<br>  sieve_before = /etc/dovecot/default.sieve<br>  sieve_default = /etc/dovecot/sieve/default.sieve<br>  sieve_dir = /MailUsers/%u/sieve/<br>  sieve_global_dir = /etc/dovecot/default.sieve<br>}<br>pop3_client_workarounds = outlook-no-nuls oe-ns-eoh<br>protocols = imap pop3 lmtp sieve<br>service dict {<br>  unix_listener dict {<br>    group = dovecot<br>    mode = 01402<br>    user = dovecot<br>  }<br>}<br>service imap-login {<br>  inet_listener imap {<br>    port = 143<br>  }<br>}<br>service imap {<br>  vsz_limit = 512 M<br>}<br>service lmtp {<br>  inet_listener lmtp {<br>    port = 24<br>  }<br>}<br>service pop3-login {<br>  inet_listener pop3 {<br>    port = 0<br>  }<br>}<br>ssl = required<br>ssl_cert = </etc/pki/dovecot/certs/mail.crt<br>ssl_dh = # hidden, use -P to show it<br>ssl_key = # hidden, use -P to show it<br>userdb {<br>  driver = passwd<br>}<br>protocol lmtp {<br>  mail_plugins = acl<br>}<br>protocol lda {<br>  mail_plugins = acl<br>}<br>protocol imap {<br>  mail_plugins = acl imap_acl<br>}<br></div><div><br></div><div>the shared folder is not appearing in the users mailboxes.</div><div>can you please help figure out why it's not working.</div><div>Thanks in advance.</div></div>