View Single Post
  #3 (permalink)  
Old 07-13-2008, 11:15 PM
dkprasad dkprasad is offline
Starter Member
 
Posts: 2
Default

Our issue: we are getting error once we configure IMAP into the Remedy Application.It is not able to receive the mail and generate a automated reply.While we are able to perform the same with other email faculities such as Qmail and Lotus notes with POP and IMAP configuration respectively.

Errro which is coming while configuring zimbra with IMAP:

No login methods supported!
javax.mail.MessagingException: No login methods supported!;
nested exception is:
com.sun.mail.iap.ProtocolException: No login methods supported!
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPSt ore.java:477)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect(Service.java:156)
at com.bmc.arsys.emaildaemon.ReceiverModule.initializ eIncommingMailbox(ReceiverModule.java:1875)
at com.bmc.arsys.emaildaemon.ReceiverModule.doWork(Re ceiverModule.java:216)
at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBas e.java:288)
at java.lang.Thread.run(Unknown Source)

Pls let me know whether this information will help you or additional details needed.
Reply With Quote