<?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 IMAP configuration? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228284#M181414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to set up IMAP in 3.2, but it seems like I'm missing out on something, because I just can't get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've uncommented the IMAP lines in alfresco-global.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#&lt;BR /&gt;# IMAP&lt;BR /&gt;#————-&lt;BR /&gt;imap.server.enabled=true&lt;BR /&gt;imap.server.port=143&lt;BR /&gt;imap.server.host=&amp;lt;my-external-ip&amp;gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;In alfresco.log it looks like the service is started correctly:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;10:40:15,393 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]&lt;BR /&gt;10:40:15,534 INFO&amp;nbsp; [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]&lt;BR /&gt;10:40:15,617 INFO&amp;nbsp; [org.alfresco.repo.imap.AlfrescoImapServer] IMAP service started on host:port &amp;lt;my external ip&amp;gt;:143.&lt;BR /&gt;10:40:15,617 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [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;SPAN&gt;However, netstat -an shows nothing listening at port 143 and I'm not able to connect to the server (using it's FQDN or external ip) with either Thunderbird or Apple Mail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on what's wrong? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm really not sure if I'm setting up the mail client the right way, since there's not that much written about that in the documentation, but I've tried setting it up just as I would with a normal e-mail account. The install and config pdf says to connect to localhost, but that doesn't make much sense to me, surely it must mean that I should connect to the Alfresco server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's odd is the fact that the server doesn't appear to listen on port 143, have I missed any step in enabling and setting up the service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2009 09:11:13 GMT</pubDate>
    <dc:creator>gronfelt</dc:creator>
    <dc:date>2009-07-14T09:11:13Z</dc:date>
    <item>
      <title>IMAP configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228284#M181414</link>
      <description>I'm trying to set up IMAP in 3.2, but it seems like I'm missing out on something, because I just can't get it to work.I've uncommented the IMAP lines in alfresco-global.properties:## IMAP#————-imap.server.enabled=trueimap.server.port=143imap.server.host=&amp;lt;my-external-ip&amp;gt;‍‍‍‍‍‍‍In alfresco.log i</description>
      <pubDate>Tue, 14 Jul 2009 09:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228284#M181414</guid>
      <dc:creator>gronfelt</dc:creator>
      <dc:date>2009-07-14T09:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228285#M181415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can't see anything obviously wrong. Enable the debug in log4j.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.repo.imap=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for testing, try using localhost as the host and see if it's listening. Then try connecting by creating a test account in Outlook Express (I assume you're running windows as you are using netstat for testing). Maybe a firewall, blocked port issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 09:24:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228285#M181415</guid>
      <dc:creator>mikef</dc:creator>
      <dc:date>2009-07-14T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228286#M181416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I'm running linux, but I changed to localhost and tried connecting using Thunderbird on the server. This time the connection worked, so I seem to have an issue with my firewall settings or something else beyond Alfresco. That's good to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, in Thunderbird I still recieved an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;The mail server responded: LIST failed. Node does not exist:&lt;BR /&gt;workspace://@&amp;lt;tenant-name&amp;gt;@SpacesStore/&amp;lt;node-id&amp;gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the IMAP interface not tenant-aware?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 10:10:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228286#M181416</guid>
      <dc:creator>gronfelt</dc:creator>
      <dc:date>2009-07-14T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMAP configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228287#M181417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry no, Multi-Tenant does not support IMAP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 10:49:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/imap-configuration/m-p/228287#M181417</guid>
      <dc:creator>mikef</dc:creator>
      <dc:date>2009-07-14T10:49:04Z</dc:date>
    </item>
  </channel>
</rss>

