I am having an imap/PAM issue on a new Ubuntu 6.0.6 install... here's the pam error from /var/log/auth.log:
Oct 30 17:15:34 mail2 saslauthd[7646]: DEBUG: auth_pam: pam_authenticate failed: Permission denied
Oct 30 17:15:34 mail2 saslauthd[7646]: do_auth : auth failure: [user=testuser] [service=imap] [realm=] [mech=pam] [reason=PAM auth error]
and from the /var/log/open-xchange/open-xchange.log.0
SEVERE: MSG-1001 Category=3 Message=Wrong or missing login data to access server localhost. exceptionID=-273492505-15
MSG-1001 Category=3 Message=Wrong or missing login data to access server localhost. exceptionID=-273492505-15
at com.openexchange.mail.mime.MIMEMailException.handl eMessagingException(MIMEMailException.java:348)
at com.openexchange.imap.IMAPConnection.connectIntern al(IMAPConnection.java:271)
at com.openexchange.mail.MailConnection.connect(MailC onnection.java:450)
at com.openexchange.mail.MailInterfaceImpl.initConnec tion(MailInterfaceImpl.java:148)
at com.openexchange.mail.MailInterfaceImpl.getMessage s(MailInterfaceImpl.java:338)
at com.openexchange.mail.MailInterfaceImpl.getAllMess ages(MailInterfaceImpl.java:218)
at com.openexchange.ajax.Mail.actionGetAllMails(Mail. java:512)
at com.openexchange.ajax.Mail.actionGetAllMails(Mail. java:431)
at com.openexchange.ajax.Mail.actionGet(Mail.java:284 )
at com.openexchange.ajax.Mail.doGet(Mail.java:249)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:689)
at com.openexchange.ajax.AJAXServlet.service(AJAXServ let.java:399)
at com.openexchange.ajax.SessionServlet.service(Sessi onServlet.java:138)
at com.openexchange.ajax.PermissionServlet.service(Pe rmissionServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at com.openexchange.tools.ajp13.AJPv13Request.respons e(AJPv13Request.java:92)
at com.openexchange.tools.ajp13.AJPv13RequestHandler. createResponse(AJPv13RequestHandler.java:357)
at com.openexchange.tools.ajp13.AJPv13Connection.crea teResponse(AJPv13Connection.java:168)
at com.openexchange.tools.ajp13.AJPv13Listener.run(AJ Pv13Listener.java:246)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.mail.AuthenticationFailedException: Login failed: authentication failure
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPSt ore.java:474)
at javax.mail.Service.connect(Service.java:275)
at com.openexchange.imap.IMAPConnection.connectIntern al(IMAPConnection.java:252)
Can someone Please let me know how to fix this so email folders show up in the groupware?
Oct 30 17:15:34 mail2 saslauthd[7646]: DEBUG: auth_pam: pam_authenticate failed: Permission denied
Oct 30 17:15:34 mail2 saslauthd[7646]: do_auth : auth failure: [user=testuser] [service=imap] [realm=] [mech=pam] [reason=PAM auth error]
and from the /var/log/open-xchange/open-xchange.log.0
SEVERE: MSG-1001 Category=3 Message=Wrong or missing login data to access server localhost. exceptionID=-273492505-15
MSG-1001 Category=3 Message=Wrong or missing login data to access server localhost. exceptionID=-273492505-15
at com.openexchange.mail.mime.MIMEMailException.handl eMessagingException(MIMEMailException.java:348)
at com.openexchange.imap.IMAPConnection.connectIntern al(IMAPConnection.java:271)
at com.openexchange.mail.MailConnection.connect(MailC onnection.java:450)
at com.openexchange.mail.MailInterfaceImpl.initConnec tion(MailInterfaceImpl.java:148)
at com.openexchange.mail.MailInterfaceImpl.getMessage s(MailInterfaceImpl.java:338)
at com.openexchange.mail.MailInterfaceImpl.getAllMess ages(MailInterfaceImpl.java:218)
at com.openexchange.ajax.Mail.actionGetAllMails(Mail. java:512)
at com.openexchange.ajax.Mail.actionGetAllMails(Mail. java:431)
at com.openexchange.ajax.Mail.actionGet(Mail.java:284 )
at com.openexchange.ajax.Mail.doGet(Mail.java:249)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:689)
at com.openexchange.ajax.AJAXServlet.service(AJAXServ let.java:399)
at com.openexchange.ajax.SessionServlet.service(Sessi onServlet.java:138)
at com.openexchange.ajax.PermissionServlet.service(Pe rmissionServlet.java:86)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at com.openexchange.tools.ajp13.AJPv13Request.respons e(AJPv13Request.java:92)
at com.openexchange.tools.ajp13.AJPv13RequestHandler. createResponse(AJPv13RequestHandler.java:357)
at com.openexchange.tools.ajp13.AJPv13Connection.crea teResponse(AJPv13Connection.java:168)
at com.openexchange.tools.ajp13.AJPv13Listener.run(AJ Pv13Listener.java:246)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.mail.AuthenticationFailedException: Login failed: authentication failure
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPSt ore.java:474)
at javax.mail.Service.connect(Service.java:275)
at com.openexchange.imap.IMAPConnection.connectIntern al(IMAPConnection.java:252)
Can someone Please let me know how to fix this so email folders show up in the groupware?
Comment