Veröffentlicht am Donnerstag, 08 Mai 2014 06:55 | Geschrieben von Super User | | Zugriffe: 6116
Check email passwords:
mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e ‘select m.mail_name,a.password,d.name from mail m,accounts a,domains d where m.account_id=a.id and m.dom_id=d.id;’