IMAP not working - Ubuntu 9.04 & Alfresco 3.2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2009 06:18 PM
System: Ubuntu Server 9.04 - Alfresco 3.2 Community (I installed from partner repository. "apt-get install alfresco-community". Most settings default).
Hello,
I am trying to get IMAP to work with Alfresco. I have enabled IMAP in /usr/share/tomcat6/shared/classes/alfresco-global.properties
I followed this guide: http://wiki.alfresco.com/wiki/IMAP
I also selected misc sites as Favourites from Share.
This is the output from alfresco.log
00:00:21,970 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
00:00:21,977 INFO [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
00:00:22,054 INFO [org.alfresco.repo.imap.AlfrescoImapServer] IMAP service started on host
ort 10.70.10.20:143.
00:00:22,054 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
When trying to connect with Thunderbird and Microsoft Mail I get a Connection Refused message.
Is there anything else I have to do?
EDIT: I have also tried different IMAP hostnames: localhost, host.domain.tld, host.local.lan, 0.0.0.0 and xxx.xxx.xxx.xxx. No luck…
EDIT2: I have also tried to set the IMAP server to listen on an unpriviliged port and use IP-tables to NAT/Redirect. Still nuttin'…
Please advice,
Oblivian
Hello,
I am trying to get IMAP to work with Alfresco. I have enabled IMAP in /usr/share/tomcat6/shared/classes/alfresco-global.properties
I followed this guide: http://wiki.alfresco.com/wiki/IMAP
I also selected misc sites as Favourites from Share.
This is the output from alfresco.log
00:00:21,970 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [default]
00:00:21,977 INFO [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
00:00:22,054 INFO [org.alfresco.repo.imap.AlfrescoImapServer] IMAP service started on host

00:00:22,054 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [default] complete
When trying to connect with Thunderbird and Microsoft Mail I get a Connection Refused message.
Is there anything else I have to do?
EDIT: I have also tried different IMAP hostnames: localhost, host.domain.tld, host.local.lan, 0.0.0.0 and xxx.xxx.xxx.xxx. No luck…
EDIT2: I have also tried to set the IMAP server to listen on an unpriviliged port and use IP-tables to NAT/Redirect. Still nuttin'…
Please advice,
Oblivian
Labels:
- Labels:
-
Archive
10 REPLIES 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2010 10:46 AM
I also needed to set
imap.server.web.application.context.url=http://your.host.com:8080/alfresco
in alfresco-global.properties
Perhaps this is newer. I am using 3.2r2
imap.server.web.application.context.url=http://your.host.com:8080/alfresco
in alfresco-global.properties
Perhaps this is newer. I am using 3.2r2
