• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

After Migration: e-mail user can't login with roundcube

veduardo

New Pleskian
Hey there,

I have done the migration with the Migration Manager from Confixx to Plesk 12.0.18.
Users can login tho the mail account with Outlook, thats no problem(old password is working). If the webmailer is set to Hord the user also can login. But if i switch to roundcube it is not possible to login to the Webmailer! You get the message "Die Anmeldung ist fehlgeschlagen." (Login failed) roundcube-login.jpg

After changing the email password in plesk, it is then possibe to login(even if the new password is identical to the old one)?!?

Is this a known bug? Is there a solution for that?!? I really don't want to email every customor to ask him to change his password?!?
 
Plesk has a bunch of log - files to investigate problems, please have a look at:


... and try to find the depending log - files, to investigate your issue. If you need help with the investigations, please add the corresponding configuration - files as well as the log - files entries, which point to issues/problems/failures. It is always a good idea to add your operating system as well then, because some locations and commands are slightly different depending on the used OS.
 
I had this exact same problem after migrating mail accounts from Cpanel to Plesk 12. Outlook works, Horde works, Roundcube doesn't work unless I manually change the password after migration (even if only to the exact same as before).

The roundcube log only holds the following relevant entry:
IMAP Error: Login failed for <user email> from <user IP>. AUTHENTICATE CRAM-MD5: A0001 NO Login failed. in /usr/share/psa-roundcube/program/lib/Roundcube/rcube_imap.php on line 184 (POST /roundcube/?_task=login?_task=login&_action=login)

Seems the issue is that the passwords for the imported email accounts are stored in a different format from what roundcube expects. I fixed this by adding the following in the config.inc.php file at /usr/share/psa-roundcube/config/

$config['imap_auth_type'] = 'LOGIN';
 
Hi Simon1234,

your issue is unfortunately based on different used encryptions methods, which can't be solved other than to renew the password over Plesk. The same issue as for migrations from cPanel to Plesk for FTP - accounts.
 
Back
Top