![]() |
|
Rouncube error conection IMAP - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Email Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=35) +---- Thread: Rouncube error conection IMAP (/showthread.php?tid=1816) |
Rouncube error conection IMAP - narge - 07-27-2015 Hi people I have a issue in my server, when i try to login for any account, the webmail show this error "Conection error with the server IMAP", i was searching in the logs of rouncube and i see this [27-Jul-2015 02:08:46 -0400]: IMAP Error: Login failed for cobros1@hosting.org from 127.0.0.1. AUTHENTICATE PLAIN: * BYE Internal error occurred. Refer to server log for more information. in /etc/sentora/panel/etc/apps/webmail/program/lib/Roundcube/rcube_imap.php on line 184 (POST /etc/apps/webmail/?_task=login?_task=login&_action=login The only change recently is of version PHP, 5.4 to 5.5 from centos oficial to remi repo. The port for IMAP(143) and POP3(110) is open. What am I missing? Thanks in advanced RE: Rouncube error conection IMAP - Me.B - 07-28-2015 Bingo you changed PHP but.... the remi repo seem don't ship php IMAP extension that roundcube need. That's it. I never backed those changes and now you see why. When upgrading PHP you need to ensure you have ALL the existing packages included in the new repos and that's no so easy! M B RE: Rouncube error conection IMAP - narge - 07-28-2015 (07-28-2015, 12:18 AM)Me.B Wrote: Bingo you changed PHP but.... the remi repo seem don't ship php IMAP extension that roundcube need. Thanks for your response I searched in the remi repo and found this extension... Instalado: php55-php-imap.x86_64 0:5.5.27-1.el7.remi Finally restart the webserver but the error still occurs, what else?, any other extension needed? Best regards RE: Rouncube error conection IMAP - Me.B - 07-29-2015 Check the logs for error. likely another extension is missing here. It's a complicated issue and never tested it that either plan to. M B RE: Rouncube error conection IMAP - narge - 07-30-2015 (07-29-2015, 12:53 AM)Me.B Wrote: Check the logs for error. likely another extension is missing here. Thank you for you support, finally, the problem was about the access to the folder "vmail", where sentora save the mailboxes. RE: Rouncube error conection IMAP - Orangs - 05-10-2016 And how u fix this access for "vmail" directory? I have too this error. When i create new Mailbox, new folder in "var/sentora/vmail/" doesnt created. How i can fix this issue? Here is error log from "var/sentora/logs/rounduce/errors" [09-May-2016 21:55:39 +0200]: IMAP Error: Login failed for 2@inspire-design.cz from 78.102.134.28. AUTHENTICATE PLAIN: Authentication failed. in /etc/sentora/panel/etc/apps/webmail/program/lib/Roundcube/rcube_imap.php on line 184 (POST /etc/apps/webmail/?_task=login?_task=login&_action=login) Thanks for any ideas or help. Have a nice rest of the day. |