i'm moving my server from ISPCONFIG to CPANEL, i want now to retrieve mail accounts from my server , so how can i read mailbox passwords as it's encrypted ! i know that it's located in table 'mail_user' but it's encryoted using crypt-salt sooooo i can't decrypt it any help !
I don't use cpanel, but I'd be very surprised if you can't simply copy the password hash to their database without needing to know the actual password; that's exactly what you typically do when moving from other systems to ISPConfig. If for some reason that's not possible, perhaps you could modify your pop3/imap server to record usernames with their plaintext passwords upon login or similar.
No i can't access the Main CPANEL database for manual insertion , i have to retrieve the passwords and create mails manually
well, that begs the question, why move to cpanel? if you, as the admin, can't directly access the main cpanel database, how are you going to troubleshoot/fix when anything goes wrong? much as we'd like to think our setups are perfect and will never fail, something will always end up going wrong.
You can't retrieve cleartext passwords, ISPConfig stores passwords securely hashed as crypt-sha512 hashes in current versions.