How to retrieve email passwords from a Debian 5 ISPconfig 3 server?

Discussion in 'Server Operation' started by JimmiJames, May 20, 2009.

  1. JimmiJames

    JimmiJames New Member

    Any ideas?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The passwords are in the mysql database. Just take a look in the mail_user table.
     
  3. JimmiJames

    JimmiJames New Member

    So I found the table, but the passwords are encrypted. I'm thinking of writing a little app to retreive the passwords, just wondering what's the encryption method?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The passwords are encrypted with crypt + salt and can not be decrypted.
     

Share This Page