Some user has OX appsuite mailbox problem after UCS update

HI I just implement email server and using UCS appcenter to install OX, all are working property but after UCS packet update I got report form user they can not get mailbox after login it says : " Could not get a default folder for this application. Application may not work as expected until this problem is solvec."

How to fixed this bug?
Thanks
Best regards

This message appears, if the user is missing some basic mail folders that are used by OX (like Sent, Spam etc).

To see how a working mail account should look like, you can create a new user (lets call him test@YOUR.DOMAIN). You must use the “open-xchange groupware account” user template.
If you look at /var/spool/dovecot/private/YOUR.DOMAIN/ then there might not be a directory “test”. But after the first login in the OX webinterface as user “test”, all directories should be created:

[code]# find /var/spool/dovecot/private/YOUR.DOMAIN/test/ -type d

/var/spool/dovecot/private/YOUR.DOMAIN/test/
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-ham
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-ham/cur
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-ham/tmp
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-ham/new
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-spam
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-spam/cur
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-spam/tmp
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.confirmed-spam/new
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Papierkorb
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Papierkorb/cur
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Papierkorb/tmp
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Papierkorb/new
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/cur
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Spam
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Spam/cur
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Spam/tmp
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Spam/new
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Entw&APw-rfe
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Entw&APw-rfe/cur
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Entw&APw-rfe/tmp
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Entw&APw-rfe/new
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/tmp
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/new
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Gesendete Objekte
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Gesendete Objekte/cur
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Gesendete Objekte/tmp
/var/spool/dovecot/private/YOUR.DOMAIN/test/Maildir/.Gesendete Objekte/new[/code]

Those directories should also exist for your user. If you look with “ls”, don’t forget the “-a”, because Maildir folder names start with a dot and are hidden by default.

If your user is missing those directories after login, please check the following UCR variables:

[code]# ucr search --brief mail/dovecot/mailbox

mail/dovecot/mailbox/delete: yes
mail/dovecot/mailbox/rename: yes
mail/dovecot/mailbox/share_keywords:
mail/dovecot/mailboxes/auto/.:
mail/dovecot/mailboxes/auto/Entwürfe: subscribe
mail/dovecot/mailboxes/auto/Gesendete Objekte: subscribe
mail/dovecot/mailboxes/auto/Ham: no
mail/dovecot/mailboxes/auto/Papierkorb: subscribe
mail/dovecot/mailboxes/auto/Spam: no
mail/dovecot/mailboxes/special/.
:
mail/dovecot/mailboxes/special/Drafts: \Drafts
mail/dovecot/mailboxes/special/Entwürfe: \Drafts
mail/dovecot/mailboxes/special/Gesendete Objekte: \Sent
mail/dovecot/mailboxes/special/Junk: \Junk
mail/dovecot/mailboxes/special/Papierkorb: \Trash
mail/dovecot/mailboxes/special/Sent Messages: \Sent
mail/dovecot/mailboxes/special/Sent: \Sent
mail/dovecot/mailboxes/special/Spam: \Junk
mail/dovecot/mailboxes/special/Trash: \Trash
mail/dovecot/mailboxes/special/confirmed-spam: \Junk[/code]

Please also take a look at /var/log/open-xchange/open-xchange.log.0
Open a terminal, run

tail -f /var/log/open-xchange/open-xchange.log.0

and then login with your user. Hopefully it tells you which folders OX is missing.

Thanks for reply the problem was solved by deleted user folder and login again
I found another problem when user login it says

‘There was an issue in authenticating your E-Mail password. This may be due to a recent password change. To continue please log out now and then log back in with your most current password.’

here is log

[code] at com.openexchange.groupware.settings.impl.RdbSettingStorage.readValues(RdbSettingStorage.java:329)
at com.openexchange.jslob.config.ConfigJSlobService.addConfigTreeToJslob(ConfigJSlobService.java:546)
at com.openexchange.jslob.config.ConfigJSlobService.get(ConfigJSlobService.java:474)
at com.openexchange.jslob.json.action.ListAction.perform(ListAction.java:111)
at com.openexchange.jslob.json.action.JSlobAction.perform(JSlobAction.java:124)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.login.DefaultAppSuiteLoginRampUp$3.call(DefaultAppSuiteLoginRampUp.java:171)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
… 3 common frames omitted
2015-09-04T09:49:23,318+0700 ERROR [OXWorker-0000192] com.openexchange.ajax.requesthandler.DispatcherServlet.logException(DispatcherServlet.java:588)
Error processing request.
com.openexchange.ajax.action=get
com.openexchange.ajax.module=folders
com.openexchange.database.schema=localhost_5
com.openexchange.grizzly.queryString=action=get&altNames=true&id=default0&timezone=UTC&tree=0&session=e797af9dd6d5490297e6f9037114bff7
com.openexchange.grizzly.remoteAddress=10.0.110.154
com.openexchange.grizzly.remotePort=52892
com.openexchange.grizzly.requestURI=/ajax/folders
com.openexchange.grizzly.serverName=10.0.200.102
com.openexchange.grizzly.servletPath=/ajax/folders
com.openexchange.grizzly.threadName=OXWorker-0000192
com.openexchange.grizzly.userAgent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36
com.openexchange.mail.accountId=0
com.openexchange.mail.host=mail.pluscard.la
com.openexchange.mail.login=oxadmin@pluscard.la
com.openexchange.request.trackingId=3e99a37b1a434a79ac0439e1bede4974
com.openexchange.session.authId=0b937860eaeb48e09c4f32731cc2e2a8
com.openexchange.session.clientId=open-xchange-appsuite
com.openexchange.session.contextId=10
com.openexchange.session.loginName=oxadmin
com.openexchange.session.sessionId=e797af9dd6d5490297e6f9037114bff7
com.openexchange.session.userId=2
com.openexchange.session.userName=oxadmin
com.openexchange.exception.OXException: MSG-1000 Categories=PERMISSION_DENIED Message=‘There was an issue in authenticating your E-Mail password. This may be due to a recent password change. To continue please log out now and then log back in with your most current password. (server=mail.pluscard.la | user=oxadmin@pluscard.la)’ exceptionID=1898717956-157
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:173)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:166)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:139)
at com.openexchange.mail.mime.MimeMailExceptionCode.create(MimeMailExceptionCode.java:404)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:202)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:151)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:797)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:633)
at com.openexchange.folderstorage.mail.MailFolderStorage.getFolder(MailFolderStorage.java:855)
at com.openexchange.folderstorage.mail.MailFolderStorage.getFolder(MailFolderStorage.java:840)
at com.openexchange.folderstorage.cache.CacheFolderStorage.loadFolder(CacheFolderStorage.java:1676)
at com.openexchange.folderstorage.cache.CacheFolderStorage.loadFolder(CacheFolderStorage.java:1664)
at com.openexchange.folderstorage.cache.CacheFolderStorage.getFolder(CacheFolderStorage.java:1123)
at com.openexchange.folderstorage.cache.CacheFolderStorage.getFolder(CacheFolderStorage.java:1103)
at com.openexchange.folderstorage.internal.performers.GetPerformer.doGet(GetPerformer.java:131)
at com.openexchange.folderstorage.internal.FolderServiceImpl.getFolder(FolderServiceImpl.java:213)
at com.openexchange.folder.json.actions.GetAction.doPerform(GetAction.java:116)
at com.openexchange.folder.json.actions.AbstractFolderAction.perform(AbstractFolderAction.java:97)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.ajax.requesthandler.DispatcherServlet.handle(DispatcherServlet.java:430)
at com.openexchange.ajax.requesthandler.DispatcherServlet.doGet(DispatcherServlet.java:353)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:532)
at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:181)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:445)
at com.openexchange.http.grizzly.servletfilter.RequestReportingFilter.doFilter(RequestReportingFilter.java:135)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.servletfilter.WrappingFilter.doFilter(WrappingFilter.java:234)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiAuthFilter.doFilter(OSGiAuthFilter.java:140)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.invokeFilterChain(OSGiServletHandler.java:413)
at org.glassfish.grizzly.servlet.ServletHandler.doServletService(ServletHandler.java:252)
at org.glassfish.grizzly.servlet.ServletHandler.service(ServletHandler.java:194)
at com.openexchange.http.grizzly.service.http.OSGiMainHandler.service(OSGiMainHandler.java:195)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.HttpHandlerChain.service(HttpHandlerChain.java:196)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.OXHttpServerFilter.handleRead(OXHttpServerFilter.java:351)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:265)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:134)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:78)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:770)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:55)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:135)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$MDCProvidingRunnable.run(CustomThreadPoolExecutor.java:2498)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:813)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:840)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.mail.AuthenticationFailedException: [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:855)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:122)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
… 49 common frames omitted
Caused by: com.sun.mail.iap.CommandFailedException: A3 NO [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.iap.Protocol.handleResult(Protocol.java:368)
at com.sun.mail.imap.protocol.IMAPProtocol.authplain(IMAPProtocol.java:712)
at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:991)
at com.sun.mail.imap.JavaIMAPStore.login(JavaIMAPStore.java:168)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:835)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:115)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:623)
at com.openexchange.groupware.settings.tree.modules.mail.Namespace.getValue(Namespace.java:95)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readSharedValue(RdbSettingStorage.java:376)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readValues(RdbSettingStorage.java:329)
at com.openexchange.jslob.config.ConfigJSlobService.addConfigTreeToJslob(ConfigJSlobService.java:546)
at com.openexchange.jslob.config.ConfigJSlobService.get(ConfigJSlobService.java:474)
at com.openexchange.jslob.json.action.ListAction.perform(ListAction.java:111)
at com.openexchange.jslob.json.action.JSlobAction.perform(JSlobAction.java:124)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.login.DefaultAppSuiteLoginRampUp$3.call(DefaultAppSuiteLoginRampUp.java:171)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
… 3 common frames omitted
2015-09-04T09:49:23,325+0700 ERROR [OXWorker-0000192] com.openexchange.exception.LogLevel.log(LogLevel.java:173)
MSG-1000 Categories=PERMISSION_DENIED Message=‘There was an issue in authenticating your E-Mail password. This may be due to a recent password change. To continue please log out now and then log back in with your most current password. (server=mail.pluscard.la | user=oxadmin@pluscard.la)’ exceptionID=1898717956-157
com.openexchange.ajax.action=get
com.openexchange.ajax.module=folders
com.openexchange.database.schema=localhost_5
com.openexchange.grizzly.queryString=action=get&altNames=true&id=default0&timezone=UTC&tree=0&session=e797af9dd6d5490297e6f9037114bff7
com.openexchange.grizzly.remoteAddress=10.0.110.154
com.openexchange.grizzly.remotePort=52892
com.openexchange.grizzly.requestURI=/ajax/folders
com.openexchange.grizzly.serverName=10.0.200.102
com.openexchange.grizzly.servletPath=/ajax/folders
com.openexchange.grizzly.threadName=OXWorker-0000192
com.openexchange.grizzly.userAgent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36
com.openexchange.mail.accountId=0
com.openexchange.mail.host=mail.pluscard.la
com.openexchange.mail.login=oxadmin@pluscard.la
com.openexchange.request.trackingId=3e99a37b1a434a79ac0439e1bede4974
com.openexchange.session.authId=0b937860eaeb48e09c4f32731cc2e2a8
com.openexchange.session.clientId=open-xchange-appsuite
com.openexchange.session.contextId=10
com.openexchange.session.loginName=oxadmin
com.openexchange.session.sessionId=e797af9dd6d5490297e6f9037114bff7
com.openexchange.session.userId=2
com.openexchange.session.userName=oxadmin
com.openexchange.exception.OXException: MSG-1000 Categories=PERMISSION_DENIED Message=‘There was an issue in authenticating your E-Mail password. This may be due to a recent password change. To continue please log out now and then log back in with your most current password. (server=mail.pluscard.la | user=oxadmin@pluscard.la)’ exceptionID=1898717956-157
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:173)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:166)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:139)
at com.openexchange.mail.mime.MimeMailExceptionCode.create(MimeMailExceptionCode.java:404)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:202)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:151)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:797)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:633)
at com.openexchange.folderstorage.mail.MailFolderStorage.getFolder(MailFolderStorage.java:855)
at com.openexchange.folderstorage.mail.MailFolderStorage.getFolder(MailFolderStorage.java:840)
at com.openexchange.folderstorage.cache.CacheFolderStorage.loadFolder(CacheFolderStorage.java:1676)
at com.openexchange.folderstorage.cache.CacheFolderStorage.loadFolder(CacheFolderStorage.java:1664)
at com.openexchange.folderstorage.cache.CacheFolderStorage.getFolder(CacheFolderStorage.java:1123)
at com.openexchange.folderstorage.cache.CacheFolderStorage.getFolder(CacheFolderStorage.java:1103)
at com.openexchange.folderstorage.internal.performers.GetPerformer.doGet(GetPerformer.java:131)
at com.openexchange.folderstorage.internal.FolderServiceImpl.getFolder(FolderServiceImpl.java:213)
at com.openexchange.folder.json.actions.GetAction.doPerform(GetAction.java:116)
at com.openexchange.folder.json.actions.AbstractFolderAction.perform(AbstractFolderAction.java:97)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.ajax.requesthandler.DispatcherServlet.handle(DispatcherServlet.java:430)
at com.openexchange.ajax.requesthandler.DispatcherServlet.doGet(DispatcherServlet.java:353)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:532)
at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:181)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:445)
at com.openexchange.http.grizzly.servletfilter.RequestReportingFilter.doFilter(RequestReportingFilter.java:135)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.servletfilter.WrappingFilter.doFilter(WrappingFilter.java:234)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiAuthFilter.doFilter(OSGiAuthFilter.java:140)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.invokeFilterChain(OSGiServletHandler.java:413)
at org.glassfish.grizzly.servlet.ServletHandler.doServletService(ServletHandler.java:252)
at org.glassfish.grizzly.servlet.ServletHandler.service(ServletHandler.java:194)
at com.openexchange.http.grizzly.service.http.OSGiMainHandler.service(OSGiMainHandler.java:195)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.HttpHandlerChain.service(HttpHandlerChain.java:196)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.OXHttpServerFilter.handleRead(OXHttpServerFilter.java:351)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:265)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:134)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:78)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:770)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:55)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:135)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$MDCProvidingRunnable.run(CustomThreadPoolExecutor.java:2498)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:813)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:840)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.mail.AuthenticationFailedException: [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:855)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:122)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
… 49 common frames omitted
Caused by: com.sun.mail.iap.CommandFailedException: A3 NO [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.iap.Protocol.handleResult(Protocol.java:368)
at com.sun.mail.imap.protocol.IMAPProtocol.authplain(IMAPProtocol.java:712)
at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:991)
at com.sun.mail.imap.JavaIMAPStore.login(JavaIMAPStore.java:168)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:835)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:115)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:623)
at com.openexchange.groupware.settings.tree.modules.mail.Namespace.getValue(Namespace.java:95)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readSharedValue(RdbSettingStorage.java:376)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readValues(RdbSettingStorage.java:329)
at com.openexchange.jslob.config.ConfigJSlobService.addConfigTreeToJslob(ConfigJSlobService.java:546)
at com.openexchange.jslob.config.ConfigJSlobService.get(ConfigJSlobService.java:474)
at com.openexchange.jslob.json.action.ListAction.perform(ListAction.java:111)
at com.openexchange.jslob.json.action.JSlobAction.perform(JSlobAction.java:124)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.login.DefaultAppSuiteLoginRampUp$3.call(DefaultAppSuiteLoginRampUp.java:171)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
… 3 common frames omitted
2015-09-04T09:49:25,161+0700 ERROR [OXWorker-0000196] com.openexchange.ajax.requesthandler.DispatcherServlet.logException(DispatcherServlet.java:588)
Error processing request.
com.openexchange.ajax.action=all
com.openexchange.ajax.module=mail
com.openexchange.database.schema=localhost_5
com.openexchange.grizzly.queryString=action=all&folder=default0%2FINBOX&columns=610%2C600%2C601%2C611&unseen=true&deleted=false&sort=610&order=desc&limit=100&session=e797af9dd6d5490297e6f9037114bff7
com.openexchange.grizzly.remoteAddress=10.0.110.154
com.openexchange.grizzly.remotePort=52888
com.openexchange.grizzly.requestURI=/ajax/mail
com.openexchange.grizzly.serverName=10.0.200.102
com.openexchange.grizzly.servletPath=/ajax/mail
com.openexchange.grizzly.threadName=OXWorker-0000196
com.openexchange.grizzly.userAgent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36
com.openexchange.mail.accountId=0
com.openexchange.mail.host=mail.pluscard.la
com.openexchange.mail.login=oxadmin@pluscard.la
com.openexchange.request.trackingId=b42e2826564c40d185460ed7a275c9d0
com.openexchange.session.authId=0b937860eaeb48e09c4f32731cc2e2a8
com.openexchange.session.clientId=open-xchange-appsuite
com.openexchange.session.contextId=10
com.openexchange.session.loginName=oxadmin
com.openexchange.session.sessionId=e797af9dd6d5490297e6f9037114bff7
com.openexchange.session.userId=2
com.openexchange.session.userName=oxadmin
com.openexchange.exception.OXException: MSG-1000 Categories=PERMISSION_DENIED Message=‘There was an issue in authenticating your E-Mail password. This may be due to a recent password change. To continue please log out now and then log back in with your most current password. (server=mail.pluscard.la | user=oxadmin@pluscard.la)’ exceptionID=1898717956-159
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:173)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:166)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:139)
at com.openexchange.mail.mime.MimeMailExceptionCode.create(MimeMailExceptionCode.java:404)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:202)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:151)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:797)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:623)
at com.openexchange.mail.MailServletInterfaceImpl.initMailAccess(MailServletInterfaceImpl.java:2445)
at com.openexchange.mail.MailServletInterfaceImpl.initConnection(MailServletInterfaceImpl.java:2422)
at com.openexchange.mail.MailServletInterfaceImpl.openFor(MailServletInterfaceImpl.java:2417)
at com.openexchange.mail.json.actions.AllAction.perform0(AllAction.java:328)
at com.openexchange.mail.json.actions.AllAction.perform(AllAction.java:212)
at com.openexchange.mail.json.actions.AbstractMailAction.perform(AbstractMailAction.java:201)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.ajax.requesthandler.DispatcherServlet.handle(DispatcherServlet.java:430)
at com.openexchange.ajax.requesthandler.DispatcherServlet.doGet(DispatcherServlet.java:353)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:532)
at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:181)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:445)
at com.openexchange.http.grizzly.servletfilter.RequestReportingFilter.doFilter(RequestReportingFilter.java:135)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.servletfilter.WrappingFilter.doFilter(WrappingFilter.java:234)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiAuthFilter.doFilter(OSGiAuthFilter.java:140)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.invokeFilterChain(OSGiServletHandler.java:413)
at org.glassfish.grizzly.servlet.ServletHandler.doServletService(ServletHandler.java:252)
at org.glassfish.grizzly.servlet.ServletHandler.service(ServletHandler.java:194)
at com.openexchange.http.grizzly.service.http.OSGiMainHandler.service(OSGiMainHandler.java:195)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.HttpHandlerChain.service(HttpHandlerChain.java:196)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.OXHttpServerFilter.handleRead(OXHttpServerFilter.java:351)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:265)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:134)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:78)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:770)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:55)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:135)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$MDCProvidingRunnable.run(CustomThreadPoolExecutor.java:2498)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:813)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:840)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.mail.AuthenticationFailedException: [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:855)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:122)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
… 45 common frames omitted
Caused by: com.sun.mail.iap.CommandFailedException: A3 NO [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.iap.Protocol.handleResult(Protocol.java:368)
at com.sun.mail.imap.protocol.IMAPProtocol.authplain(IMAPProtocol.java:712)
at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:991)
at com.sun.mail.imap.JavaIMAPStore.login(JavaIMAPStore.java:168)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:835)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:115)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:623)
at com.openexchange.groupware.settings.tree.modules.mail.Namespace.getValue(Namespace.java:95)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readSharedValue(RdbSettingStorage.java:376)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readValues(RdbSettingStorage.java:329)
at com.openexchange.jslob.config.ConfigJSlobService.addConfigTreeToJslob(ConfigJSlobService.java:546)
at com.openexchange.jslob.config.ConfigJSlobService.get(ConfigJSlobService.java:474)
at com.openexchange.jslob.json.action.ListAction.perform(ListAction.java:111)
at com.openexchange.jslob.json.action.JSlobAction.perform(JSlobAction.java:124)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.login.DefaultAppSuiteLoginRampUp$3.call(DefaultAppSuiteLoginRampUp.java:171)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
… 3 common frames omitted
2015-09-04T09:49:25,166+0700 ERROR [OXWorker-0000196] com.openexchange.exception.LogLevel.log(LogLevel.java:173)
MSG-1000 Categories=PERMISSION_DENIED Message=‘There was an issue in authenticating your E-Mail password. This may be due to a recent password change. To continue please log out now and then log back in with your most current password. (server=mail.pluscard.la | user=oxadmin@pluscard.la)’ exceptionID=1898717956-159
com.openexchange.ajax.action=all
com.openexchange.ajax.module=mail
com.openexchange.database.schema=localhost_5
com.openexchange.grizzly.queryString=action=all&folder=default0%2FINBOX&columns=610%2C600%2C601%2C611&unseen=true&deleted=false&sort=610&order=desc&limit=100&session=e797af9dd6d5490297e6f9037114bff7
com.openexchange.grizzly.remoteAddress=10.0.110.154
com.openexchange.grizzly.remotePort=52888
com.openexchange.grizzly.requestURI=/ajax/mail
com.openexchange.grizzly.serverName=10.0.200.102
com.openexchange.grizzly.servletPath=/ajax/mail
com.openexchange.grizzly.threadName=OXWorker-0000196
com.openexchange.grizzly.userAgent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36
com.openexchange.mail.accountId=0
com.openexchange.mail.host=mail.pluscard.la
com.openexchange.mail.login=oxadmin@pluscard.la
com.openexchange.request.trackingId=b42e2826564c40d185460ed7a275c9d0
com.openexchange.session.authId=0b937860eaeb48e09c4f32731cc2e2a8
com.openexchange.session.clientId=open-xchange-appsuite
com.openexchange.session.contextId=10
com.openexchange.session.loginName=oxadmin
com.openexchange.session.sessionId=e797af9dd6d5490297e6f9037114bff7
com.openexchange.session.userId=2
com.openexchange.session.userName=oxadmin
com.openexchange.exception.OXException: MSG-1000 Categories=PERMISSION_DENIED Message=‘There was an issue in authenticating your E-Mail password. This may be due to a recent password change. To continue please log out now and then log back in with your most current password. (server=mail.pluscard.la | user=oxadmin@pluscard.la)’ exceptionID=1898717956-159
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:173)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:166)
at com.openexchange.exception.OXExceptionFactory.create(OXExceptionFactory.java:139)
at com.openexchange.mail.mime.MimeMailExceptionCode.create(MimeMailExceptionCode.java:404)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:202)
at com.openexchange.mail.mime.MimeMailException.handleMessagingException(MimeMailException.java:151)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:797)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:623)
at com.openexchange.mail.MailServletInterfaceImpl.initMailAccess(MailServletInterfaceImpl.java:2445)
at com.openexchange.mail.MailServletInterfaceImpl.initConnection(MailServletInterfaceImpl.java:2422)
at com.openexchange.mail.MailServletInterfaceImpl.openFor(MailServletInterfaceImpl.java:2417)
at com.openexchange.mail.json.actions.AllAction.perform0(AllAction.java:328)
at com.openexchange.mail.json.actions.AllAction.perform(AllAction.java:212)
at com.openexchange.mail.json.actions.AbstractMailAction.perform(AbstractMailAction.java:201)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.ajax.requesthandler.DispatcherServlet.handle(DispatcherServlet.java:430)
at com.openexchange.ajax.requesthandler.DispatcherServlet.doGet(DispatcherServlet.java:353)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:532)
at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:181)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:445)
at com.openexchange.http.grizzly.servletfilter.RequestReportingFilter.doFilter(RequestReportingFilter.java:135)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.servletfilter.WrappingFilter.doFilter(WrappingFilter.java:234)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiAuthFilter.doFilter(OSGiAuthFilter.java:140)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.doFilter(OSGiServletHandler.java:435)
at com.openexchange.http.grizzly.service.http.OSGiServletHandler$FilterChainImpl.invokeFilterChain(OSGiServletHandler.java:413)
at org.glassfish.grizzly.servlet.ServletHandler.doServletService(ServletHandler.java:252)
at org.glassfish.grizzly.servlet.ServletHandler.service(ServletHandler.java:194)
at com.openexchange.http.grizzly.service.http.OSGiMainHandler.service(OSGiMainHandler.java:195)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.HttpHandlerChain.service(HttpHandlerChain.java:196)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:164)
at org.glassfish.grizzly.http.server.OXHttpServerFilter.handleRead(OXHttpServerFilter.java:351)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:265)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:134)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:112)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:78)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:770)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:115)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:55)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:135)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$MDCProvidingRunnable.run(CustomThreadPoolExecutor.java:2498)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:813)
at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:840)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.mail.AuthenticationFailedException: [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:855)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:122)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
… 45 common frames omitted
Caused by: com.sun.mail.iap.CommandFailedException: A3 NO [AUTHENTICATIONFAILED] Authentication failed.
at com.sun.mail.iap.Protocol.handleResult(Protocol.java:368)
at com.sun.mail.imap.protocol.IMAPProtocol.authplain(IMAPProtocol.java:712)
at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:991)
at com.sun.mail.imap.JavaIMAPStore.login(JavaIMAPStore.java:168)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:835)
at javax.mail.Service.connect(Service.java:364)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:978)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:115)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:112)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:97)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:364)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:987)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:883)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:823)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:731)
at com.openexchange.mail.api.MailAccess.connect0(MailAccess.java:700)
at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:623)
at com.openexchange.groupware.settings.tree.modules.mail.Namespace.getValue(Namespace.java:95)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readSharedValue(RdbSettingStorage.java:376)
at com.openexchange.groupware.settings.impl.RdbSettingStorage.readValues(RdbSettingStorage.java:329)
at com.openexchange.jslob.config.ConfigJSlobService.addConfigTreeToJslob(ConfigJSlobService.java:546)
at com.openexchange.jslob.config.ConfigJSlobService.get(ConfigJSlobService.java:474)
at com.openexchange.jslob.json.action.ListAction.perform(ListAction.java:111)
at com.openexchange.jslob.json.action.JSlobAction.perform(JSlobAction.java:124)
at com.openexchange.ajax.requesthandler.DefaultDispatcher.perform(DefaultDispatcher.java:254)
at com.openexchange.login.DefaultAppSuiteLoginRampUp$3.call(DefaultAppSuiteLoginRampUp.java:171)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
… 3 common frames omitted

[/code]

How to fix
thank you
Best regards

I guess this:

at com.openexchange.mail.api.MailAccess.connect(MailAccess.java:633) com.openexchange.mail.host=mail.pluscard.la com.openexchange.mail.login=oxadmin@pluscard.la com.openexchange.session.loginName=oxadmin
means, that the user oxadmin could be authenticated to log into OX, but it could not log into the IMAP server. Please reset its password and try again.

You could also try to login as that user via IMAP with an email client (Thunderbird) using the email address (oxadmin@pluscard.la) as the login name and the password should be the same as for the user oxadmin.

Please also check the file permissions in the folder /var/spool/dovecot/private/pluscard.la/ Everything should belong to dovemail:dovemail.

You can also look into the logfile of the IMAP server: /var/log/dovecot.log If you wish for more detailed logging:

[code]# ucr set mail/dovecot/logging/auth_debug=yes mail/dovecot/logging/auth_debug_passwords=yes mail/dovecot/logging/auth_verbose=yes mail/dovecot/logging/auth_verbose_passwords=yes

doveadm reload

tail -f /var/log/dovecot.log[/code]

Then try to log into OX again.

Hi,
I have the same problem.
I have a fresh vanilla installation with one domain controller and one OX App server.
Installed the the OXapp server with ucs mailserver (i.e. postfix and dovecot) and as a ucs dc slave.
I have not change any configurations except for dovecot logging as per instruction in this thread.
There are no folders in the user/maildir directory.

I have also tested the mailaccounts with Thunderbird to no avail.

It is definitly an authentication problem since I can see that dovecot is complaining.

I am using the current VM distribution updated to 4.0-3 errata352. Installed OX App thru UCS Appcenter.

Have I missed some configuration? I used the official installation manual OXSE4UCS_Installation_en. However do I need an Open-xchange license key to make it work?

I really need assistance I am lost here

Regards Bengt-Åke

Please run in one terminal:

ucr set mail/dovecot/logging/auth_debug=yes mail/dovecot/logging/auth_debug_passwords=yes mail/dovecot/logging/auth_verbose=yes mail/dovecot/logging/auth_verbose_passwords=yes doveadm reload tail -f /var/log/dovecot.log

And in another terminal run:

apt-get install fetchmail fetchmail --check --nodetach --protocol IMAP --all --keep --username test@your.domain 127.0.0.1

Then post the output here. Please use a test account, as the password will be visible.

Hi ,

Output from the fetchmail command:
root@ucsox1:~# fetchmail --check --nodetach --protocol IMAP --all --keep --username musse@sunhut.net 127.0.0.1
fetchmail: WARNING: Running as root is discouraged.
Enter password for musse@sunhut.net@127.0.0.1:
fetchmail: Server certificate verification error: unable to get local issuer certificate
fetchmail: This means that the root signing certificate (issued for /C=US/ST=SE/L=SE/O=Sunhut/OU=Univention Corporate Server/CN=ucsox1.sunhut.local/emailAddr … nhut.local) is not in the trusted CA certificate locations, or that c_rehash needs to be run on the certificate directory. For details, please see the documentation of --sslcertpath and --sslcertfile in the manual page.
fetchmail: Server certificate verification error: certificate not trusted
fetchmail: Server certificate verification error: unable to verify the first certificate
fetchmail: Warning: the connection is insecure, continuing anyways. (Better use --sslcertck!)
fetchmail: Authorization failure on musse@sunhut.net@127.0.0.1
fetchmail: For help, see fetchmail.info/fetchmail-FAQ.html#R15

Output from /var/log/dovecot.log:
Nov 2 18:30:45 ucsox1 dovecot: auth-worker(6596): Fatal: master: service(auth-worker): child 6596 killed with signal 6 (core dumps disabled)
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: passwd-file /etc/dovecot/master-users: Read 1 users in 0 secs
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: auth client connected (pid=6692)
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011session=IGU1NpIjsQB/AAAB#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=55473#011resp=AG11c3NlQHN1bmh1dC5uZXQAcGFzc3dvcmQwMQ== (previous base64 data may contain sensitive data)
Nov 2 18:36:05 ucsox1 dovecot: auth: Debug: pam(musse@sunhut.net,127.0.0.1,<IGU1NpIjsQB/AAAB>): cache miss
Nov 2 18:36:05 ucsox1 dovecot: auth-worker(6697): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov 2 18:36:05 ucsox1 dovecot: auth-worker(6697): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
Nov 2 18:36:05 ucsox1 dovecot: auth-worker(6697): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker(6697): Debug: passwd-file /etc/dovecot/master-users: Read 1 users in 0 secs
Nov 2 18:36:05 ucsox1 dovecot: auth-worker(6697): Debug: pam(musse@sunhut.net,127.0.0.1): lookup service=dovecot
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: *** glibc detected *** dovecot/auth: double free or corruption (!prev): 0x00000000012d1400 ***
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: ======= Backtrace: =========
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /lib/x86_64-linux-gnu/libc.so.6(+0x76a16)[0x7f7a56ec4a16]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /lib/x86_64-linux-gnu/libc.so.6(cfree+0x6c)[0x7f7a56ec97bc]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /usr/lib/x86_64-linux-gnu/libuniventionpolicy.so.0(univention_ldap_close+0x62)[0x7f7a555191b2]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /lib/security/pam_univentionmailcyrus.so(pam_sm_authenticate+0x3d7)[0x7f7a5571b377]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /lib/x86_64-linux-gnu/libpam.so.0(+0x3224)[0x7f7a573e5224]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /lib/x86_64-linux-gnu/libpam.so.0(pam_authenticate+0x2f)[0x7f7a573e4a5f]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: dovecot/auth[0x424ede]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: dovecot/auth[0x418bd3]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /usr/lib/dovecot/libdovecot.so.0(io_loop_call_io+0x4e)[0x7f7a57aa681e]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run_internal+0xd7)[0x7f7a57aa77f7]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0x9)[0x7f7a57aa68a9]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /usr/lib/dovecot/libdovecot.so.0(io_loop_run+0x38)[0x7f7a57aa6928]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /usr/lib/dovecot/libdovecot.so.0(master_service_run+0x13)[0x7f7a57a544d3]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: dovecot/auth(main+0x300)[0x40cb90]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)[0x7f7a56e6cead]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: dovecot/auth[0x40cda9]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: ======= Memory map: ========
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 00400000-00444000 r-xp 00000000 fe:00 2242245 /usr/lib/dovecot/auth
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 00644000-00646000 rw-p 00044000 fe:00 2242245 /usr/lib/dovecot/auth
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 011db000-012df000 rw-p 00000000 00:00 0 [heap]
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a4c000000-7f7a4c021000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a4c021000-7f7a50000000 —p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51b52000-7f7a51b67000 r-xp 00000000 fe:00 1700612 /lib/x86_64-linux-gnu/libgcc_s.so.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51b67000-7f7a51d67000 —p 00015000 fe:00 1700612 /lib/x86_64-linux-gnu/libgcc_s.so.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51d67000-7f7a51d68000 rw-p 00015000 fe:00 1700612 /lib/x86_64-linux-gnu/libgcc_s.so.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51d68000-7f7a51d69000 r-xp 00000000 fe:00 1700971 /lib/x86_64-linux-gnu/security/pam_permit.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51d69000-7f7a51f68000 —p 00001000 fe:00 1700971 /lib/x86_64-linux-gnu/security/pam_permit.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51f68000-7f7a51f69000 rw-p 00000000 fe:00 1700971 /lib/x86_64-linux-gnu/security/pam_permit.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51f69000-7f7a51f6a000 r-xp 00000000 fe:00 1700981 /lib/x86_64-linux-gnu/security/pam_deny.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a51f6a000-7f7a52169000 —p 00001000 fe:00 1700981 /lib/x86_64-linux-gnu/security/pam_deny.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52169000-7f7a5216a000 rw-p 00000000 fe:00 1700981 /lib/x86_64-linux-gnu/security/pam_deny.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5216a000-7f7a52173000 r-xp 00000000 fe:00 2228138 /usr/lib/libcrack.so.2.8.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52173000-7f7a52373000 —p 00009000 fe:00 2228138 /usr/lib/libcrack.so.2.8.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52373000-7f7a52374000 r–p 00009000 fe:00 2228138 /usr/lib/libcrack.so.2.8.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52374000-7f7a52375000 rw-p 0000a000 fe:00 2228138 /usr/lib/libcrack.so.2.8.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52375000-7f7a52378000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52378000-7f7a5237b000 r-xp 00000000 fe:00 1704908 /lib/x86_64-linux-gnu/security/pam_cracklib.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5237b000-7f7a5257a000 —p 00003000 fe:00 1704908 /lib/x86_64-linux-gnu/security/pam_cracklib.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5257a000-7f7a5257b000 rw-p 00002000 fe:00 1704908 /lib/x86_64-linux-gnu/security/pam_cracklib.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5257b000-7f7a5257d000 r-xp 00000000 fe:00 1700704 /lib/x86_64-linux-gnu/security/pam_mkhomedir.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5257d000-7f7a5277c000 —p 00002000 fe:00 1700704 /lib/x86_64-linux-gnu/security/pam_mkhomedir.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5277c000-7f7a5277d000 rw-p 00001000 fe:00 1700704 /lib/x86_64-linux-gnu/security/pam_mkhomedir.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5277d000-7f7a52780000 r-xp 00000000 fe:00 1704901 /lib/security/pam_runasroot.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52780000-7f7a5297f000 —p 00003000 fe:00 1704901 /lib/security/pam_runasroot.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5297f000-7f7a52980000 rw-p 00002000 fe:00 1704901 /lib/security/pam_runasroot.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52980000-7f7a52988000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52988000-7f7a5298c000 r-xp 00000000 fe:00 1700985 /lib/x86_64-linux-gnu/security/pam_limits.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5298c000-7f7a52b8b000 —p 00004000 fe:00 1700985 /lib/x86_64-linux-gnu/security/pam_limits.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52b8b000-7f7a52b8c000 rw-p 00003000 fe:00 1700985 /lib/x86_64-linux-gnu/security/pam_limits.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52b8c000-7f7a52b8f000 r-xp 00000000 fe:00 1700983 /lib/x86_64-linux-gnu/security/pam_access.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52b8f000-7f7a52d8f000 —p 00003000 fe:00 1700983 /lib/x86_64-linux-gnu/security/pam_access.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52d8f000-7f7a52d90000 rw-p 00003000 fe:00 1700983 /lib/x86_64-linux-gnu/security/pam_access.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52d90000-7f7a52d93000 r-xp 00000000 fe:00 1700987 /lib/x86_64-linux-gnu/security/pam_env.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52d93000-7f7a52f92000 —p 00003000 fe:00 1700987 /lib/x86_64-linux-gnu/security/pam_env.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52f92000-7f7a52f93000 rw-p 00002000 fe:00 1700987 /lib/x86_64-linux-gnu/security/pam_env.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52f93000-7f7a52f94000 r-xp 00000000 fe:00 1700975 /lib/x86_64-linux-gnu/security/pam_nologin.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a52f94000-7f7a53194000 —p 00001000 fe:00 1700975 /lib/x86_64-linux-gnu/security/pam_nologin.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53194000-7f7a53195000 rw-p 00001000 fe:00 1700975 /lib/x86_64-linux-gnu/security/pam_nologin.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53195000-7f7a531b3000 r-xp 00000000 fe:00 1700684 /lib/x86_64-linux-gnu/libselinux.so.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a531b3000-7f7a533b2000 —p 0001e000 fe:00 1700684 /lib/x86_64-linux-gnu/libselinux.so.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a533b2000-7f7a533b3000 r–p 0001d000 fe:00 1700684 /lib/x86_64-linux-gnu/libselinux.so.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a533b3000-7f7a533b4000 rw-p 0001e000 fe:00 1700684 /lib/x86_64-linux-gnu/libselinux.so.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a533b4000-7f7a533b5000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a533b5000-7f7a533c2000 r-xp 00000000 fe:00 1700979 /lib/x86_64-linux-gnu/security/pam_unix.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a533c2000-7f7a535c1000 —p 0000d000 fe:00 1700979 /lib/x86_64-linux-gnu/security/pam_unix.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a535c1000-7f7a535c2000 rw-p 0000c000 fe:00 1700979 /lib/x86_64-linux-gnu/security/pam_unix.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a535c2000-7f7a535ce000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a535ce000-7f7a535e7000 r-xp 00000000 fe:00 2233450 /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a535e7000-7f7a537e7000 —p 00019000 fe:00 2233450 /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a537e7000-7f7a537e8000 rw-p 00019000 fe:00 2233450 /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a537e8000-7f7a5382c000 r-xp 00000000 fe:00 2233649 /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5382c000-7f7a53a2c000 —p 00044000 fe:00 2233649 /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53a2c000-7f7a53a30000 rw-p 00044000 fe:00 2233649 /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53a30000-7f7a53a33000 r-xp 00000000 fe:00 1700648 /lib/x86_64-linux-gnu/libcom_err.so.2.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53a33000-7f7a53c32000 —p 00003000 fe:00 1700648 /lib/x86_64-linux-gnu/libcom_err.so.2.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53c32000-7f7a53c33000 r–p 00002000 fe:00 1700648 /lib/x86_64-linux-gnu/libcom_err.so.2.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53c33000-7f7a53c34000 rw-p 00003000 fe:00 1700648 /lib/x86_64-linux-gnu/libcom_err.so.2.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53c34000-7f7a53cda000 r-xp 00000000 fe:00 2229341 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53cda000-7f7a53eda000 —p 000a6000 fe:00 2229341 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53eda000-7f7a53edc000 r–p 000a6000 fe:00 2229341 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53edc000-7f7a53ede000 rw-p 000a8000 fe:00 2229341 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53ede000-7f7a53edf000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53edf000-7f7a53f31000 r-xp 00000000 fe:00 2233658 /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a53f31000-7f7a54131000 —p 00052000 fe:00 2233658 /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54131000-7f7a54135000 rw-p 00052000 fe:00 2233658 /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54135000-7f7a54145000 r-xp 00000000 fe:00 2233652 /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54145000-7f7a54345000 —p 00010000 fe:00 2233652 /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54345000-7f7a54346000 rw-p 00010000 fe:00 2233652 /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54346000-7f7a5436f000 r-xp 00000000 fe:00 2233655 /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5436f000-7f7a5456e000 —p 00029000 fe:00 2233655 /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5456e000-7f7a5456f000 rw-p 00028000 fe:00 2233655 /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5456f000-7f7a54640000 r-xp 00000000 fe:00 2233457 /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54640000-7f7a54840000 —p 000d1000 fe:00 2233457 /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54840000-7f7a54845000 rw-p 000d1000 fe:00 2233457 /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54845000-7f7a548dc000 r-xp 00000000 fe:00 2233661 /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a548dc000-7f7a54adb000 —p 00097000 fe:00 2233661 /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54adb000-7f7a54ae1000 rw-p 00096000 fe:00 2233661 /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54ae1000-7f7a54aed000 r-xp 00000000 fe:00 1704906 /lib/x86_64-linux-gnu/security/pam_krb5.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54aed000-7f7a54ced000 —p 0000c000 fe:00 1704906 /lib/x86_64-linux-gnu/security/pam_krb5.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54ced000-7f7a54cee000 r–p 0000c000 fe:00 1704906 /lib/x86_64-linux-gnu/security/pam_krb5.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54cee000-7f7a54cef000 rw-p 0000d000 fe:00 1704906 /lib/x86_64-linux-gnu/security/pam_krb5.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54cef000-7f7a54d04000 r-xp 00000000 fe:00 1700620 /lib/x86_64-linux-gnu/libnsl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54d04000-7f7a54f03000 —p 00015000 fe:00 1700620 /lib/x86_64-linux-gnu/libnsl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54f03000-7f7a54f04000 r–p 00014000 fe:00 1700620 /lib/x86_64-linux-gnu/libnsl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54f04000-7f7a54f05000 rw-p 00015000 fe:00 1700620 /lib/x86_64-linux-gnu/libnsl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54f05000-7f7a54f07000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54f07000-7f7a54f11000 r-xp 00000000 fe:00 1704907 /lib/x86_64-linux-gnu/security/pam_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a54f11000-7f7a55110000 —p 0000a000 fe:00 1704907 /lib/x86_64-linux-gnu/security/pam_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55110000-7f7a55111000 r–p 00009000 fe:00 1704907 /lib/x86_64-linux-gnu/security/pam_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55111000-7f7a55112000 rw-p 0000a000 fe:00 1704907 /lib/x86_64-linux-gnu/security/pam_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55112000-7f7a55114000 r-xp 00000000 fe:00 2235101 /usr/lib/x86_64-linux-gnu/libuniventionconfig.so.0.0.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55114000-7f7a55313000 —p 00002000 fe:00 2235101 /usr/lib/x86_64-linux-gnu/libuniventionconfig.so.0.0.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55313000-7f7a55314000 rw-p 00001000 fe:00 2235101 /usr/lib/x86_64-linux-gnu/libuniventionconfig.so.0.0.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55314000-7f7a55316000 r-xp 00000000 fe:00 2229596 /usr/lib/x86_64-linux-gnu/libuniventiondebug.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55316000-7f7a55515000 —p 00002000 fe:00 2229596 /usr/lib/x86_64-linux-gnu/libuniventiondebug.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55515000-7f7a55516000 rw-p 00001000 fe:00 2229596 /usr/lib/x86_64-linux-gnu/libuniventiondebug.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55516000-7f7a5551a000 r-xp 00000000 fe:00 2235103 /usr/lib/x86_64-linux-gnu/libuniventionpolicy.so.0.0.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5551a000-7f7a55719000 —p 00004000 fe:00 2235103 /usr/lib/x86_64-linux-gnu/libuniventionpolicy.so.0.0.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55719000-7f7a5571a000 rw-p 00003000 fe:00 2235103 /usr/lib/x86_64-linux-gnu/libuniventionpolicy.so.0.0.1
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5571a000-7f7a5571c000 r-xp 00000000 fe:00 1704879 /lib/security/pam_univentionmailcyrus.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5571c000-7f7a5591b000 —p 00002000 fe:00 1704879 /lib/security/pam_univentionmailcyrus.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5591b000-7f7a55920000 rw-p 00001000 fe:00 1704879 /lib/security/pam_univentionmailcyrus.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55920000-7f7a5592a000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5592a000-7f7a55941000 r-xp 00000000 fe:00 1700820 /lib/x86_64-linux-gnu/libz.so.1.2.7
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55941000-7f7a55b40000 —p 00017000 fe:00 1700820 /lib/x86_64-linux-gnu/libz.so.1.2.7
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55b40000-7f7a55b41000 r–p 00016000 fe:00 1700820 /lib/x86_64-linux-gnu/libz.so.1.2.7
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55b41000-7f7a55b42000 rw-p 00017000 fe:00 1700820 /lib/x86_64-linux-gnu/libz.so.1.2.7
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55b42000-7f7a55d0a000 r-xp 00000000 fe:00 2229244 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55d0a000-7f7a55f0a000 —p 001c8000 fe:00 2229244 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55f0a000-7f7a55f34000 rw-p 001c8000 fe:00 2229244 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55f34000-7f7a55f37000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55f37000-7f7a55f8d000 r-xp 00000000 fe:00 2229245 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a55f8d000-7f7a5618c000 —p 00056000 fe:00 2229245 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a5618c000-7f7a56196000 rw-p 00055000 fe:00 2229245 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56196000-7f7a561b0000 r-xp 00000000 fe:00 2229249 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a561b0000-7f7a563af000 —p 0001a000 fe:00 2229249 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a563af000-7f7a563b0000 r–p 00019000 fe:00 2229249 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a563b0000-7f7a563b1000 rw-p 0001a000 fe:00 2229249 /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a563b1000-7f7a563c4000 r-xp 00000000 fe:00 1700623 /lib/x86_64-linux-gnu/libresolv-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a563c4000-7f7a565c3000 —p 00013000 fe:00 1700623 /lib/x86_64-linux-gnu/libresolv-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a565c3000-7f7a565c4000 r–p 00012000 fe:00 1700623 /lib/x86_64-linux-gnu/libresolv-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a565c4000-7f7a565c5000 rw-p 00013000 fe:00 1700623 /lib/x86_64-linux-gnu/libresolv-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a565c5000-7f7a565c7000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a565c7000-7f7a565d5000 r-xp 00000000 fe:00 2227969 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.3
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a565d5000-7f7a567d4000 —p 0000e000 fe:00 2227969 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.3
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a567d4000-7f7a567d5000 rw-p 0000d000 fe:00 2227969 /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.3
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a567d5000-7f7a56822000 r-xp 00000000 fe:00 2227968 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.3
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56822000-7f7a56a22000 —p 0004d000 fe:00 2227968 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.3
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56a22000-7f7a56a25000 rw-p 0004d000 fe:00 2227968 /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.3
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56a25000-7f7a56a27000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56a27000-7f7a56a31000 r-xp 00000000 fe:00 2365672 /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56a31000-7f7a56c31000 —p 0000a000 fe:00 2365672 /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56c31000-7f7a56c32000 rw-p 0000a000 fe:00 2365672 /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56c32000-7f7a56c49000 r-xp 00000000 fe:00 1700622 /lib/x86_64-linux-gnu/libpthread-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56c49000-7f7a56e48000 —p 00017000 fe:00 1700622 /lib/x86_64-linux-gnu/libpthread-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56e48000-7f7a56e49000 r–p 00016000 fe:00 1700622 /lib/x86_64-linux-gnu/libpthread-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56e49000-7f7a56e4a000 rw-p 00017000 fe:00 1700622 /lib/x86_64-linux-gnu/libpthread-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56e4a000-7f7a56e4e000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56e4e000-7f7a56fd0000 r-xp 00000000 fe:00 1700619 /lib/x86_64-linux-gnu/libc-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a56fd0000-7f7a571d0000 —p 00182000 fe:00 1700619 /lib/x86_64-linux-gnu/libc-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a571d0000-7f7a571d4000 r–p 00182000 fe:00 1700619 /lib/x86_64-linux-gnu/libc-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a571d4000-7f7a571d5000 rw-p 00186000 fe:00 1700619 /lib/x86_64-linux-gnu/libc-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a571d5000-7f7a571da000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a571da000-7f7a571e1000 r-xp 00000000 fe:00 1700626 /lib/x86_64-linux-gnu/librt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a571e1000-7f7a573e0000 —p 00007000 fe:00 1700626 /lib/x86_64-linux-gnu/librt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a573e0000-7f7a573e1000 r–p 00006000 fe:00 1700626 /lib/x86_64-linux-gnu/librt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a573e1000-7f7a573e2000 rw-p 00007000 fe:00 1700626 /lib/x86_64-linux-gnu/librt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a573e2000-7f7a573ef000 r-xp 00000000 fe:00 1700690 /lib/x86_64-linux-gnu/libpam.so.0.83.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a573ef000-7f7a575ee000 —p 0000d000 fe:00 1700690 /lib/x86_64-linux-gnu/libpam.so.0.83.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a575ee000-7f7a575ef000 rw-p 0000c000 fe:00 1700690 /lib/x86_64-linux-gnu/libpam.so.0.83.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a575ef000-7f7a575f7000 r-xp 00000000 fe:00 1700630 /lib/x86_64-linux-gnu/libcrypt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a575f7000-7f7a577f6000 —p 00008000 fe:00 1700630 /lib/x86_64-linux-gnu/libcrypt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a577f6000-7f7a577f7000 r–p 00007000 fe:00 1700630 /lib/x86_64-linux-gnu/libcrypt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a577f7000-7f7a577f8000 rw-p 00008000 fe:00 1700630 /lib/x86_64-linux-gnu/libcrypt-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a577f8000-7f7a57826000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57826000-7f7a57828000 r-xp 00000000 fe:00 1700632 /lib/x86_64-linux-gnu/libdl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57828000-7f7a57a28000 —p 00002000 fe:00 1700632 /lib/x86_64-linux-gnu/libdl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57a28000-7f7a57a29000 r–p 00002000 fe:00 1700632 /lib/x86_64-linux-gnu/libdl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57a29000-7f7a57a2a000 rw-p 00003000 fe:00 1700632 /lib/x86_64-linux-gnu/libdl-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57a2a000-7f7a57af8000 r-xp 00000000 fe:00 2242286 /usr/lib/dovecot/libdovecot.so.0.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57af8000-7f7a57cf8000 —p 000ce000 fe:00 2242286 /usr/lib/dovecot/libdovecot.so.0.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57cf8000-7f7a57cfd000 rw-p 000ce000 fe:00 2242286 /usr/lib/dovecot/libdovecot.so.0.0.0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57cfd000-7f7a57cff000 rw-p 00000000 00:00 0
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57cff000-7f7a57d1f000 r-xp 00000000 fe:00 1700614 /lib/x86_64-linux-gnu/ld-2.13.so
Nov 2 18:36:05 ucsox1 dovecot: auth-worker: Error: 7f7a57f04000-7f7a57f09000 rw-p 00000000 00:00 0

The authentication process (dovecot/auth → auth-worker) crashed, because there was a memory corruption. That can be cause by different reasons, the most likely one is bad RAM. Please run the following checks:

Test file integrity of dovecot package:

ucr set repository/online/unmaintained=True univention-install debsums ucr set repository/online/unmaintained=False debsums dovecot-core

Test physical RAM:

  • reboot
  • in the boot menu choose “Memory test (memtest86+)”

Hi,

I have just run the dovecot file integrity test and the physical memtest. Anyway I am running a virtual environment with ESXi, my host is configured with 2 GB RAM and 1 CPU. Disk has used about 12 % of the provisioned space. Shouldn’t Vmware take care of bad physical memory and reallocate RAM for the guest?

There are no errors in either the dovecot files or memory.

How can I see if dovecote is using username or e-mail address for authentication?

Regards Bengt

[quote=“bhagert”]my host is configured with 2 GB RAM and 1 CPU. Disk has used about 12 % of the provisioned space. [/quote]2 GB RAM will not be enough to drive OX. 4 GB is the minimum. Depending on the number of concurrent users you should consider much more. If the VM had to swap, then a disk error could cause a memory error.

Please test with 4GB RAM.

[quote=“bhagert”]Shouldn’t Vmware take care of bad physical memory and reallocate RAM for the guest?[/quote]VMware would probably not be aware of the memory problem. Still - if you did the memtest and it turned out fine, it is probably OK.

[quote=“bhagert”]How can I see if dovecote is using username or e-mail address for authentication?[/quote]Dovecot actually works with both, but we support only the use of the e-mail address for authentication.

Please also check the file integrity of the following packages:

debsums libunivention-policy0 libpam-univentionmailcyrus libpam0g libc6

Hi,

No error in file integrity

I have increased the memory for the guest to 4 GB. This is a test environment not in production with few users (Low load).

Neither the Vmware host or the guest is swapping memory.

Still having the same error.

Just so that I understand it: I login to OXappsuit with my system username and then is my email address used internally?

I am lost!

Regards Bengt

If you want to test all installed packages you can run:

debsums $(dpkg-query -f '${binary:Package} ' -W) | egrep -v 'OK$'

This seems to be a Dovecot specific error on your machine. Please try to post the log output to the Dovecot mailing list. Maybe someone there can help debug this.
List-Subscribe: http://dovecot.org/cgi-bin/mailman/listinfo/dovecot or send an empty mail to dovecot-request@dovecot.org?subject=subscribe

[quote=“bhagert”]Just so that I understand it: I login to OXappsuit with my system username and then is my email address used internally? [/quote]Yes - that is right.

Did you mark the users to have an OX account?
It is done in Users→Account→"Activate User in OX".

Mastodon