06-13-2012 01:59 AM
# IMAP
imap.server.enabled=true
imap.server.port=143
imap.server.host=localhost
imap.server.attachments.extraction.enabled=true
imap.mail.from.default=alfresco@demo.alfresco.org
# Default IMAP mount points
imap.config.home.store=${spaces.store}
imap.config.home.rootPath=/${spaces.company_home.childname}
imap.config.home.folderPath=Imap Home
imap.config.server.mountPoints=AlfrescoIMAP
imap.config.server.mountPoints.default.mountPointName=IMAP
imap.config.server.mountPoints.default.modeName=ARCHIVE
imap.config.server.mountPoints.default.store=${spaces.store}
imap.config.server.mountPoints.default.rootPath=/${spaces.company_home.childname}
imap.config.server.mountPoints.value.AlfrescoIMAP.
mountPointName=Alfresco IMAP
imap.config.server.mountPoints.value.AlfrescoIMAP.modeName=MIXED
2012-06-13 09:20:50,129 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'imap' subsystem, ID: [imap, default]
2012-06-13 09:20:50,381 INFO [repo.imap.AlfrescoImapServer] [main] IMAP service started on host:port localhost:143
2012-06-13 09:20:50,381 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'imap' subsystem, ID: [imap, default] complete
2012-06-13 09:20:50,381 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'email' subsystem, ID: [email, outbound]
Exception in thread "Thread-57" java.lang.RuntimeException: java.net.BindException: Permission denied
at com.icegreen.greenmail.imap.ImapServer.run(ImapServer.java:67)
Caused by: java.net.BindException: Permission denied
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at com.icegreen.greenmail.imap.ImapServer.openServerSocket(ImapServer.java:35)
at com.icegreen.greenmail.imap.ImapServer.run(ImapServer.java:65)
2012-06-13 09:20:50,500 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'email' subsystem, ID: [email, outbound] complete
2012-06-13 09:20:50,500 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'email' subsystem, ID: [email, inbound]
2012-06-13 09:20:50,557 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'email' subsystem, ID: [email, inbound] complete
Exception in thread "Thread-57" java.lang.RuntimeException: java.net.BindException: Permission denied
at com.icegreen.greenmail.imap.ImapServer.run(ImapServer.java:67)
Caused by: java.net.BindException: Permission denied
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at com.icegreen.greenmail.imap.ImapServer.openServerSocket(ImapServer.java:35)
at com.icegreen.greenmail.imap.ImapServer.run(ImapServer.java:65)
06-13-2012 03:24 AM
Exception in thread "Thread-57" java.lang.RuntimeException: java.net.BindException: Permission denied
at com.icegreen.greenmail.imap.ImapServer.run(ImapServer.java:67)
Caused by: java.net.BindException: Permission denied
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at com.icegreen.greenmail.imap.ImapServer.openServerSocket(ImapServer.java:35)
at com.icegreen.greenmail.imap.ImapServer.run(ImapServer.java:65)
06-13-2012 04:46 AM
06-13-2012 04:55 AM
06-13-2012 05:01 AM
because root has the permission on that IMAP port 143
06-13-2012 05:08 AM
I feel there is a chance I am running into this problem, because I am running alfresco not as root user, the port no below 1024 is not to be given.
I think a work around of redirecting the port will work
Later I tried running the service using root, when I ran the service using root, then also I am facing the same problems and messages
06-13-2012 05:22 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.