ispCP - Board - Support
I need to unencrypt a domain and email password - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: I need to unencrypt a domain and email password (/thread-14139.html)



I need to unencrypt a domain and email password - Nomis - 06-09-2011 12:22 AM

Hi

I need to unencrypt a domain and a email password for one of my clients.

I found this on the web http://isp-control.net/forum/thread-5495-post-91738.html#pid91738

I did what it said except i could not find /root/bin so i just put it in the root dir.

I get a error command unknown

I am running:
ispCP 1.0.7 OMEGA - build: 20101124 - Codename: Priamos
on a debian 5


RE: I need to unencrypt a domain and email password - Nomis - 06-13-2011 06:07 PM

I see lots of people are reading this post, but i am not seeing any answers.

I need to move this domain on to a different server, the reason for the request is so that i can move it with little or no inconvenience to my client.

I have already created the domain, all i now need to do it created the mail accounts, but i need the password for each mail account. I used to be able to log into the database and do a look up there on our previous version but cant do that on this version.

If you dont want to post the answer here you can mail me at nomis@globalsa.co.za


RE: I need to unencrypt a domain and email password - kilburn - 06-13-2011 08:37 PM

Your answer is not even remotely related to ispcp, but to basic linux skills. Essentially, you have to input its full path when you want to run a script that is not on your path. This is, you have to run:
Code:
/root/decrypt_mailpw.php



RE: I need to unencrypt a domain and email password - joximu - 06-14-2011 05:12 PM

Hi Nomis
if you move the client on the same ispcp installation, then you can copy the crypted passwords...

btw. only the mail (and mysql) passords are encrypted - the domain passwords are hashes...

/J