<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — [Solved] Shared folders not listing (iRedMail+AD)]]></title>
		<link>https://forum.iredmail.org/topic11795-solved-shared-folders-not-listing-iredmailad.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic11795.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Solved] Shared folders not listing (iRedMail+AD).]]></description>
		<lastBuildDate>Thu, 06 Oct 2016 12:33:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Shared folders not listing (iRedMail+AD)]]></title>
			<link>https://forum.iredmail.org/post51764.html#p51764</link>
			<description><![CDATA[<p>Hurray! УРА!!!<br />It&#039;s my error - I didn&#039;t use Copy/Paste and whet manually write miss one &#039;%&#039; in string &#039;location&#039;.<br />I find and correct it - and all WORKS!!!</p><p>Part of my working config:<br /></p><div class="codebox"><pre><code>namespace {
    type = shared
    separator = /
    prefix = Shared/%%u/
    location = maildir:/var/vmail/vmail1/%Ld/%%Ln/Maildir/:INDEX=/var/vmail/vmail1/%Ld/%Ln/Maildir/Shared/%%u
    subscriptions = yes
    list = children
....
    mailbox INBOX {
        auto = subscribe
    }
}</code></pre></div><p>Thanks to ALL!</p>]]></description>
			<author><![CDATA[null@example.com (androld)]]></author>
			<pubDate>Thu, 06 Oct 2016 12:33:43 +0000</pubDate>
			<guid>https://forum.iredmail.org/post51764.html#p51764</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Shared folders not listing (iRedMail+AD)]]></title>
			<link>https://forum.iredmail.org/post51747.html#p51747</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Did you subscribe to the shared mailbox in Roundcube (Settings -&gt; Folders)?</p></blockquote></div><p>It&#039;s no Shared mailbox in Roundcube, so I can not subcribe to it.</p>]]></description>
			<author><![CDATA[null@example.com (androld)]]></author>
			<pubDate>Wed, 05 Oct 2016 16:09:50 +0000</pubDate>
			<guid>https://forum.iredmail.org/post51747.html#p51747</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Shared folders not listing (iRedMail+AD)]]></title>
			<link>https://forum.iredmail.org/post51746.html#p51746</link>
			<description><![CDATA[<p>Hi!<br />==== Required information ====<br />- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.5-1<br />- Linux/BSD distribution name and version: centos-release-6-8.el6.centos.12.3.x86_64<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Windows 2008R2 Active Directory<br />- Web server (Apache or Nginx): Apache/2.2.15<br />- Manage mail accounts with iRedAdmin-Pro? No<br />- post domain: mailmail.com<br />- AD domain: inner.corp<br />====</p><p>All works fine. But...<br />All incoming mail BCC&#039;ed to income@ mailbox and all outgoing mail BCC&#039;ed to outcome@ mailbox</p><p>user androld@ must have read-only acces to income@ INBOX and outcome@ INBOX for inner security purposes.<br />those INBOXes shared by rouncube interface, dovecot-acl auto-created in Mailboxes</p><p>I have some problem <img src="https://forum.iredmail.org/img/smilies/sad.png" width="15" height="15" alt="sad" /> Shared INBOX not shown in androld@ by roundcube interface.</p><p>I try to change line in dovecot.conf to:<br /></p><div class="codebox"><pre><code>location = maildir:/var/vmail/vmail1/%Ld/%%Ln/Maildir/:INDEXPVT=/var/vmail/vmail1/%Ld/%Ln/Maildir/Shared/%%u</code></pre></div><p>But option INDEXPVT can use with dovecot ver.2.2; in my system used dovecot ver.2.1.17<br />Now I use<br /></p><div class="codebox"><pre><code>location = maildir:/var/vmail/vmail1/%Ld/%%Ln/Maildir/:INDEX=/var/vmail/vmail1/%Ld/%Ln/Maildir/Shared/%%u</code></pre></div><p>Some tests and logs:<br /></p><div class="codebox"><pre><code>[root@mail ~]# doveadm acl get -u income inbox
ID                       Global Rights                                  
user=androld@mailmail.com        lookup read write-seen  </code></pre></div><p>Then I connect to dovecot by telnet and list folders, I not see Shared folder:<br /></p><div class="codebox"><pre><code>[root@mail ~]# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is &#039;^]&#039;.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
. login androld@mailmail.com password
. OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE QUOTA ACL RIGHTS=texk] Logged in
. list &quot;&quot; &quot;*&quot;
* LIST (\HasNoChildren) &quot;/&quot; &quot;Sent&quot;
* LIST (\HasNoChildren) &quot;/&quot; &quot;Junk&quot;
* LIST (\HasNoChildren) &quot;/&quot; &quot;Drafts&quot;
* LIST (\HasNoChildren) &quot;/&quot; &quot;Trash&quot;
* LIST (\HasNoChildren) &quot;/&quot; &quot;INBOX&quot;
. OK List completed.
^]
telnet&gt; quit
Connection closed.</code></pre></div><p>dovecot.log:<br /></p><div class="codebox"><pre><code>[root@mail ~]# tail -f -n 50 /var/log/dovecot.log | grep androld
Oct 05 17:30:27 imap-login: Info: Login: user=&lt;androld@mailmail.com&gt;, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=4542, secured, session=&lt;u7O4BB8+JAB/AAAB&gt;
Oct 05 17:30:27 imap: Debug: Added userdb setting: mail=maildir:/var/vmail/vmail1/mailmail.com/androld/Maildir/
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Effective uid=2000, gid=2000, home=/var/vmail/vmail1/mailmail.com/androld/Maildir/
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota root: name=User quota backend=maildir args=
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota rule: root=User quota mailbox=* bytes=100000000 messages=0
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=100000000 (100%) messages=0 reverse=no command=quota-warning 100 androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=95000000 (95%) messages=0 reverse=no command=quota-warning 95 androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=90000000 (90%) messages=0 reverse=no command=quota-warning 90 androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=85000000 (85%) messages=0 reverse=no command=quota-warning 85 androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Namespace : type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:/var/vmail/vmail1/mailmail.com/androld/Maildir/
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: maildir++: root=/var/vmail/vmail1/mailmail.com/androld/Maildir, index=, control=, inbox=/var/vmail/vmail1/mailmail.com/androld/Maildir, alt=
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: initializing backend with data: vfile
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: acl username = androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: owner = 1
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: Global ACL directory: (none)
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Namespace : type=shared, prefix=Shared/%u/, sep=/, inbox=no, hidden=no, list=children, subscriptions=no location=maildir:/var/vmail/vmail1/mailmail.com/androld/Maildir/:INDEX=/var/vmail/vmail1/mailmail.com/androld/Maildir/Shared/%u
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: shared: root=/var/run/dovecot, index=, control=, inbox=, alt=
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: initializing backend with data: vfile
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: acl username = androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: owner = 0
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: Global ACL directory: (none)
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: reading file /var/vmail/vmail1/mailmail.com/androld/Maildir/.Sent/dovecot-acl
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: file /var/vmail/vmail1/mailmail.com/androld/Maildir/.Junk/dovecot-acl not found
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: file /var/vmail/vmail1/mailmail.com/androld/Maildir/.Drafts/dovecot-acl not found
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: file /var/vmail/vmail1/mailmail.com/androld/Maildir/.Trash/dovecot-acl not found
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: reading file /var/vmail/vmail1/mailmail.com/androld/Maildir/dovecot-acl
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: auth input: outcome@mailmail.com home=/var/vmail/vmail1/mailmail.com/outcome/Maildir/ mail=maildir:/var/vmail/vmail1/mailmail.com/outcome/Maildir/ quota_rule=*:bytes=20000000000
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota root: name=User quota backend=maildir args=
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota rule: root=User quota mailbox=* bytes=100000000 messages=0
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=100000000 (100%) messages=0 reverse=no command=quota-warning 100 outcome@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=95000000 (95%) messages=0 reverse=no command=quota-warning 95 outcome@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=90000000 (90%) messages=0 reverse=no command=quota-warning 90 outcome@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=85000000 (85%) messages=0 reverse=no command=quota-warning 85 outcome@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: maildir++: root=/var/vmail/vmail1/mailmail.com/androld/Maildir, index=/var/vmail/vmail1/mailmail.com/androld/Maildir/Shared/outcome@mailmail.com, control=, inbox=/var/vmail/vmail1/mailmail.com/androld/Maildir, alt=
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: initializing backend with data: vfile
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: acl username = androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: owner = 0
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: Global ACL directory: (none)
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/outcome@mailmail.com/Sent
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/outcome@mailmail.com/Junk
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/outcome@mailmail.com/Drafts
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/outcome@mailmail.com/Trash
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/outcome@mailmail.com/INBOX
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: auth input: income@mailmail.com home=/var/vmail/vmail1/mailmail.com/income/Maildir/ mail=maildir:/var/vmail/vmail1/mailmail.com/income/Maildir/ quota_rule=*:bytes=20000000000
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota root: name=User quota backend=maildir args=
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota rule: root=User quota mailbox=* bytes=100000000 messages=0
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=100000000 (100%) messages=0 reverse=no command=quota-warning 100 income@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=95000000 (95%) messages=0 reverse=no command=quota-warning 95 income@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=90000000 (90%) messages=0 reverse=no command=quota-warning 90 income@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: Quota warning: bytes=85000000 (85%) messages=0 reverse=no command=quota-warning 85 income@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: maildir++: root=/var/vmail/vmail1/mailmail.com/androld/Maildir, index=/var/vmail/vmail1/mailmail.com/androld/Maildir/Shared/income@mailmail.com, control=, inbox=/var/vmail/vmail1/mailmail.com/androld/Maildir, alt=
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: initializing backend with data: vfile
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: acl username = androld@mailmail.com
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: owner = 0
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl vfile: Global ACL directory: (none)
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/income@mailmail.com/Sent
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/income@mailmail.com/Junk
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/income@mailmail.com/Drafts
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/income@mailmail.com/Trash
Oct 05 17:30:27 imap(androld@mailmail.com): Debug: acl: Mailbox not in dovecot-acl-list: Shared/income@mailmail.com/INBOX
Oct 05 17:30:28 imap(androld@mailmail.com): Info: Disconnected: Logged out in=248 out=941</code></pre></div><p>Help me please!</p><p>P.S. Sorry for my English</p>]]></description>
			<author><![CDATA[null@example.com (androld)]]></author>
			<pubDate>Wed, 05 Oct 2016 16:06:12 +0000</pubDate>
			<guid>https://forum.iredmail.org/post51746.html#p51746</guid>
		</item>
	</channel>
</rss>
