<?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 IMAPS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292515#M245645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been able to setup IMAP however I'm struggling to get IMAPS setup (i.e. IMAP with SSL). Outlook complains that it cannot connect to the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the config that I'm using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;imap.server.enabled=true&lt;BR /&gt;imap.server.host=myserver.mydomain.com&lt;BR /&gt;# note - we don't want to enable unencrypted IMAP access!&lt;BR /&gt;imap.server.port=1143&lt;BR /&gt;&lt;BR /&gt;#email.inbound.unknownUser=&lt;BR /&gt;email.inbound.enabled=true&lt;BR /&gt;email.server.enabled=true&lt;BR /&gt;email.server.port=1025&lt;BR /&gt;email.server.domain=myserver.mydomain.com&lt;BR /&gt;email.server.allowed.senders=.*&lt;BR /&gt;email.server.blocked.senders=&lt;BR /&gt;#email.handler.folder.overwriteDuplicates=true&lt;BR /&gt;#email.server.connections.max=3&lt;BR /&gt;#email.server.auth.enabled=true&lt;BR /&gt;#email.server.hideTLS=false&lt;BR /&gt;#email.server.enableTLS=true&lt;BR /&gt;#email.server.requireTLS=false&lt;BR /&gt;&lt;BR /&gt;#email.handler.folder.overwriteDuplicates=true&lt;BR /&gt;&lt;BR /&gt;imap.server.imaps.enabled=true&lt;BR /&gt;#imap.server.imaps.port=993&lt;BR /&gt;# we won't want to use the standard IMAPS port - don't ask why..&lt;BR /&gt;imap.server.imaps.port=8080&lt;BR /&gt;#imap.server.attachments.extraction.enabled&lt;BR /&gt;&lt;BR /&gt;#imap.config.server.mountPoints=AlfrescoIMAP&lt;BR /&gt;#imap.config.server.mountPoints.default.mountPointName=IMAP&lt;BR /&gt;#imap.config.server.mountPoints.default.modeName=ARCHIVE&lt;BR /&gt;#imap.config.server.mountPoints.default.store=${spaces.store}&lt;BR /&gt;#imap.config.server.mountPoints.default.rootPath=/${spaces.company_home.childname}&lt;BR /&gt;imap.config.server.mountPoints.default.rootPath=/app:company_home/st:sites&lt;BR /&gt;#imap.config.server.mountPoints.value.AlfrescoIMAP.mountPointName=Alfresco IMAP&lt;BR /&gt;imap.config.server.mountPoints.value.AlfrescoIMAP.modeName=MIXED&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;/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;The log file contains the following snippet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; 2013-03-22 13:12:06,067&amp;nbsp; INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'imap' subsystem, ID: [imap, default]&lt;BR /&gt; 2013-03-22 13:12:07,274&amp;nbsp; INFO&amp;nbsp; [repo.imap.AlfrescoImapServer] [localhost-startStop-1] IMAP service started on host:port now.synapps-solutions.com:1143.&lt;BR /&gt; 2013-03-22 13:12:07,274&amp;nbsp; INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'imap' subsystem, ID: [imap, default] complete&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above output only specifies that IMAP is set up on port 1143. I checked netstat &amp;amp; there's nothing listing on the IMAPS port that we specified in alfresco-global.properties (note: we've got IMAPS configured on port 8080 and Tomcat on port 18080).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone been able to get IMAPS to work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 13:20:46 GMT</pubDate>
    <dc:creator>dozyarmadillo</dc:creator>
    <dc:date>2013-03-22T13:20:46Z</dc:date>
    <item>
      <title>IMAPS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292515#M245645</link>
      <description>I've been able to setup IMAP however I'm struggling to get IMAPS setup (i.e. IMAP with SSL). Outlook complains that it cannot connect to the server.Here's the config that I'm using:imap.server.enabled=trueimap.server.host=myserver.mydomain.com# note - we don't want to enable unencrypted IMAP access!</description>
      <pubDate>Fri, 22 Mar 2013 13:20:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292515#M245645</guid>
      <dc:creator>dozyarmadillo</dc:creator>
      <dc:date>2013-03-22T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: IMAPS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292516#M245646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried and failed using the conventional way…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 04:27:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292516#M245646</guid>
      <dc:creator>benlawrence</dc:creator>
      <dc:date>2013-04-03T04:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMAPS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292517#M245647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As the two post before, I configured alfresco for use IMAPS. It start correctly, and I have nothing in log that show IMAPS don't work. But Outlook don't synchronise the folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I try with IMAP and it's work correctly. Anyone have a solution for this ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:53:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292517#M245647</guid>
      <dc:creator>alexisk</dc:creator>
      <dc:date>2014-03-28T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: IMAPS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292518#M245648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Francesco Corti had a good writeup on this that helped me out a lot:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/2013/06/06/how-to-activate-imaps-the-secure-imap-support-on-alfresco/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/2013/06/06/how-to-activate-imaps-the-secure-imap-support-on-alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As long as there is a free port (1993, 2993, whatever), Alfresco will start IMAPS with no complaint.&amp;nbsp; But the subsystem running is one thing: being able to connect is another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that you also have the ability to see your server on whatever the imaps port.&amp;nbsp; I also assume that you set up your imaps config on your client to use that imaps server and port.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order for your client (in my case, outlook) to know that it can trust the imaps connection, a trusted cert, self signed or purchased, needs to be available via a keystore when the imaps connection is made.&amp;nbsp; This article mentions how to set it up in the setup script of the app server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this working for 4.2.x and 5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck all!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 19:55:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imaps/m-p/292518#M245648</guid>
      <dc:creator>dbiggins</dc:creator>
      <dc:date>2015-10-07T19:55:20Z</dc:date>
    </item>
  </channel>
</rss>

