ThePanaceya
New Pleskian
Hello!
I use panel migrator to migrate mails from current server. I have only md5 salted password - no plains.
My problem - script migrate all data, but password not valid after migrate. I have found many migration examples with plain password, and none woth hashes.
My file migration.json contain this data:
update1:
hash $1$cIOoY6tl$2gzPfBjoEaDTYIvsLLNJ20 have password adminadmin
How correct migrate md5 hashes to plesk?
I use panel migrator to migrate mails from current server. I have only md5 salted password - no plains.
My problem - script migrate all data, but password not valid after migrate. I have found many migration examples with plain password, and none woth hashes.
My file migration.json contain this data:
Code:
"subscriptions": [
{
"source_webspace_root": "/home/user/example.net/public_html",
"name": "custom",
"mail_service": {
"mail_users": [
{
"directory": "/home/user/imap/example.net/admin/",
"password_type": "hash",
"password": "$1$cIOoY6tl$2gzPfBjoEaDTYIvsLLNJ20",
"name": "admin"
},
update1:
hash $1$cIOoY6tl$2gzPfBjoEaDTYIvsLLNJ20 have password adminadmin
How correct migrate md5 hashes to plesk?
Last edited: