Sei un sistemista? Un cliente non riesce ad utilizzare la webmail e devi assisterò?

Se parallel plesk è impostato per scrivere le password in plain text con questa query MYSQL query puoi trovarla.

ATTENZIONE: use this command only if you have really no other choice!!!

SELECT CONCAT(mail_name,"@",name) as email_address,accounts.password
FROM mail left join domains on domains.id=mail.dom_id left join accounts
ON accounts.id=mail.account_id;

Fonte: http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/

This page has been readed 4909 times

Leave a Reply

Your email address will not be published. Required fields are marked *