IMAP not working - Ubuntu 9.04 & Alfresco 3.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2009 06:18 PM
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 hostort 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
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2009 06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2009 07:23 AM
Thank you for your replies, but did you read my post?
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…EDIT: I was answering a post no longer present.
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'…
I have tried all "listening" options I can think of…
Anyone actually running IMAP on Ubuntu 9.04/Alfresco 3.2 Community, installed from the partner repository and got it to work? It might be something systemwise preventing listening ports below 1024 or something.
Please advice,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2009 07:30 AM
The IMAP service may still be listening on the wrong network adapter. When you ping the server from the machine with the IMAP client, what does its IP address resolve to? Make sure that the IMAP server is listening on the same IP address. 'localhost' may not resolve to the network adapter connected to the outside world so you should probably specify an explicit IP.
00:00:22,054 INFO [org.alfresco.repo.imap.AlfrescoImapServer] IMAP service started on hostort 10.70.10.20:143.Well, according the enclosed log in my original post the server listens on: 10.70.10.20:143, which is also what I get when ping the host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2009 09:26 AM
Is there really no other configs that should be altered except /usr/share/tomcat6/shared/classes/alfresco-global.properties?
Oblivian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2009 04:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2009 05:44 PM
So, the conclusion is that Alfresco can't be runned on ports below 1024. Next is to use iptables to redirect the ports then.
Thanks again! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2009 06:03 PM
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2009 05:04 AM
web.application.context.url=http://your.host.com:8080/alfresco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2009 12:52 PM