<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IMAP Mount Points in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296399#M249529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to be sure about the root path I can suggest you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Please access to the administrator panel in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Click on the Node Browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Dive deep in the repository finding the node you want to map in your mount point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Look at the second item (in english should be something like 'main path'… sorry but I'm reading it in italian)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Cut and paste this value to the mount point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Restart Alfresco and try to access it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To gice you an example, the imap home (/Imap Home) is '/${spaces.company_home.childname}/Imap_x0020_Home'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Jul 2013 17:42:02 GMT</pubDate>
    <dc:creator>fcorti</dc:creator>
    <dc:date>2013-07-07T17:42:02Z</dc:date>
    <item>
      <title>IMAP Mount Points</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296396#M249526</link>
      <description>HelloI am pretty useless with Alfresco, so excuse if this this a stupid question.I want to use IMAP integration, but would like for the default mountpoint to be the Sites subfolder, so none of the rest of the heirarchy is exposed. I have trawled the documentation and although I can see a lot in prin</description>
      <pubDate>Sat, 06 Jul 2013 23:41:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296396#M249526</guid>
      <dc:creator>damucksta</dc:creator>
      <dc:date>2013-07-06T23:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP Mount Points</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296397#M249527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi damucksta,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all I suggest you those links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/The_IMAP_Subsystem" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/The_IMAP_Subsystem&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/The_IMAP_Subsystem" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/The_IMAP_Subsystem&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/IMAP" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/IMAP&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/IMAP" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/IMAP&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below I share an example of mount points we used in the past.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The configuration is extracted from the alfresco-global.properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;#&lt;BR /&gt;# IMAP&lt;BR /&gt;#&lt;BR /&gt;imap.server.enabled=true&lt;BR /&gt;imap.server.port=1143&lt;BR /&gt;imap.server.host=0.0.0.0&lt;BR /&gt;imap.config.home.store=${spaces.store}&lt;BR /&gt;imap.config.home.rootPath=/${spaces.company_home.childname}&lt;BR /&gt;imap.config.home.folderPath=Imap Home&lt;BR /&gt;imap.server.attachments.extraction.enabled=false&lt;BR /&gt;# IMAP Mount points&lt;BR /&gt;imap.config.server.mountPoints=MountPoint1,MountoPoint2&lt;BR /&gt;imap.config.server.mountPoints.default.store=${spaces.store}&lt;BR /&gt;imap.config.server.mountPoints.default.modeName=MIXED&lt;BR /&gt;imap.config.server.mountPoints.value.MountPoint1.mountPointName=Mount point 1&lt;BR /&gt;imap.config.server.mountPoints.value.MountPoint1.rootPath=/${spaces.company_home.childname}/… (path)&lt;BR /&gt;imap.config.server.mountPoints.value.MountPoint2.mountPointName=Mount point 2&lt;BR /&gt;imap.config.server.mountPoints.value.MountPoint2.rootPath=/${spaces.company_home.childname}/… (path)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in IMAPS (the secure IMAP protocol) I suggest you this post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://francescocorti.wordpress.com/2013/06/06/how-to-activate-imaps-the-secure-imap-support-on-alfresco/" rel="nofollow noopener noreferrer"&gt;http://francescocorti.wordpress.com/2013/06/06/how-to-activate-imaps-the-secure-imap-support-on-alfresco/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;A href="http://francescocorti.wordpress.com/2013/06/06/how-to-activate-imaps-the-secure-imap-support-on-alfresco/" rel="nofollow noopener noreferrer"&gt;http://francescocorti.wordpress.com/2013/06/06/how-to-activate-imaps-the-secure-imap-support-on-alfresco/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jul 2013 06:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296397#M249527</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2013-07-07T06:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP Mount Points</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296398#M249528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot. I'd already been through those links a few times. Where I am stuck is, I think, here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.rootPath=/${spaces.company_home.childname}/… (path)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just can't work out what the syntax is where the path should be. I am guessing it's not supposed to be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.rootPath=/${spaces.company_home.childname}/Sites&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because that doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SOrry to be hard work. I am stuck and useless with js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jul 2013 15:17:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296398#M249528</guid>
      <dc:creator>damucksta</dc:creator>
      <dc:date>2013-07-07T15:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP Mount Points</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296399#M249529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to be sure about the root path I can suggest you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Please access to the administrator panel in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Click on the Node Browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Dive deep in the repository finding the node you want to map in your mount point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Look at the second item (in english should be something like 'main path'… sorry but I'm reading it in italian)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Cut and paste this value to the mount point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Restart Alfresco and try to access it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To gice you an example, the imap home (/Imap Home) is '/${spaces.company_home.childname}/Imap_x0020_Home'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jul 2013 17:42:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296399#M249529</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2013-07-07T17:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP Mount Points</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296400#M249530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much again for your help. The actual path is ' /app:company_home/st:sites'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing, following your example, you drop the prefix. I used this but it still doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.port=143&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.host=192.168.1.244&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.home.store=${spaces.store}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.home.rootPath=/${spaces.company_home.childname}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.home.folderPath=Imap Home&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.attachments.extraction.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints=MountPoint1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.default.store=${spaces.store}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.default.modeName=MIXED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.mountPointName=Mount point 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.rootPath=/${spaces.company_home.childname}/app:company_home/st:sites&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you see what I am doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very grateful for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 02:17:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296400#M249530</guid>
      <dc:creator>damucksta</dc:creator>
      <dc:date>2013-07-08T02:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP Mount Points</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296401#M249531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your case 'app:company_home' is redundant with '${spaces.company_home.childname}' so should work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.rootPath=/${spaces.company_home.childname}/st:sites&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.rootPath=/app:company_home/st:sites&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Br&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 05:42:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296401#M249531</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2013-07-08T05:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP Mount Points</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296402#M249532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much! Works perfectly!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For anyone else, this is a working extract from alfresco-global.properties that creates a default mount point leading to the Sites subdirectory:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# IMAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.port=143&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.host=192.168.1.244&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.home.store=${spaces.store}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.home.rootPath=/${spaces.company_home.childname}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.home.folderPath=Imap Home&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.server.attachments.extraction.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints=MountPoint1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.default.store=${spaces.store}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.default.modeName=MIXED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.mountPointName=Mount point 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;imap.config.server.mountPoints.value.MountPoint1.rootPath=/${spaces.company_home.childname}/st:sites&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bravo Francesco. Very grateful for your interest and your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 23:46:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-mount-points/m-p/296402#M249532</guid>
      <dc:creator>damucksta</dc:creator>
      <dc:date>2013-07-12T23:46:06Z</dc:date>
    </item>
  </channel>
</rss>

