Hello !
I'm new to OX and new to this forum.
Just installed OX quite successfully I think, but having trouble with connection to an external IMAP-server.
I am sure I have 'Server Name', 'Server Port', 'Login' and 'Password' filled in correctly in the GUI (Configuration>E-Mail>Accounts).
I am logged in as testuser.
I'm making connection to the mailserver of my hosting company (where I host my website and domainname)
From another mailclient all goes well...
This is what the logfile tells me :
Can someone advise ??
I'm new to OX and new to this forum.
Just installed OX quite successfully I think, but having trouble with connection to an external IMAP-server.
I am sure I have 'Server Name', 'Server Port', 'Login' and 'Password' filled in correctly in the GUI (Configuration>E-Mail>Accounts).
I am logged in as testuser.
I'm making connection to the mailserver of my hosting company (where I host my website and domainname)
From another mailclient all goes well...
This is what the logfile tells me :
Code:
Dec 12, 2009 5:15:36 PM com.openexchange.ajax.request.QuotaRequest mail SEVERE: MSG-1001 Category=3 Message=Wrong or missing login data to access server XX.XX.XX.XX with login test@jocan.be (user=3, context=1). Error message from server: Login failed. exceptionID=867600015-129 MSG-1001 Category=3 Message=Wrong or missing login data to access server XX.XX.XX.XX with login test@jocan.be (user=3, context=1). Error message from server: Login failed. exceptionID=867600015-129 at com.openexchange.mail.mime.MIMEMailException.handleMessagingException(MIMEMailException.java:403) at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:477) at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:430) at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:353) at com.openexchange.mail.MailServletInterfaceImpl.initMailAccess(MailServletInterfaceImpl.java:1320) at com.openexchange.mail.MailServletInterfaceImpl.initConnection(MailServletInterfaceImpl.java:1297) at com.openexchange.mail.MailServletInterfaceImpl.getQuotas(MailServletInterfaceImpl.java:1079) at com.openexchange.ajax.request.QuotaRequest.mail(QuotaRequest.java:150) at com.openexchange.ajax.request.QuotaRequest.action(QuotaRequest.java:105) at com.openexchange.ajax.Multiple.doAction(Multiple.java:244) at com.openexchange.ajax.Multiple.parseActionElement(Multiple.java:177) at com.openexchange.ajax.Multiple.doPut(Multiple.java:125) at javax.servlet.http.HttpServlet.service(HttpServlet.java:619) at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:373) at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:164) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:459) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:128) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:302) at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:189) at com.openexchange.ajp13.najp.AJPv13Task.call(AJPv13Task.java:346) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:735) at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:761) at java.lang.Thread.run(Thread.java:595) Caused by: javax.mail.AuthenticationFailedException: Login failed. at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:606) at javax.mail.Service.connect(Service.java:291) at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:440) ... 24 more
Comment