• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Mailbox users not migrated to system users - Plesk 10.4.4 Linux (Debian)

A

amueller

Guest
After migrating Plesk 9.5.4 to 10.4.4 mailbox users are not migrated to system users
and therefore Email-Users are not able to login to the panel to change their settings.

Error Message is: The e-mail address was not found. This can happen if e-mail address was removed by someone else while you tried to access it.

If we create an system user and assign it to the mailbox user the login is working as expected!

- How can mailbox-users be migrated to system users manually?
 
FIXED: Users where in DB but not shown over the frontend. User where assigned to the wrong userID - an sql update did the trick.


update smb_users set userId=IDofSubscriber where userId=IDofOldAdmin (in that case IDofOldAdmin=1)
 
Back
Top