• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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