<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get Plesk e-mail addresses and passwords</title>
	<atom:link href="http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Karl</title>
		<link>http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-22901</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 09 May 2011 07:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-22901</guid>
		<description>Muharrem would this help:

select CONCAT(mail_name,&quot;@&quot;,name) as email_address, md5(substring(accounts.password, &#039;1&#039;)) from mail left join domains on domains.id=mail.dom_id left join accounts on accounts.id=mail.account_id;</description>
		<content:encoded><![CDATA[<p>Muharrem would this help:</p>
<p>select CONCAT(mail_name,"@",name) as email_address, md5(substring(accounts.password, '1')) from mail left join domains on domains.id=mail.dom_id left join accounts on accounts.id=mail.account_id;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muharrem</title>
		<link>http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-16424</link>
		<dc:creator>Muharrem</dc:creator>
		<pubDate>Fri, 23 Jul 2010 00:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-16424</guid>
		<description>Hello;

Thanks for tip. I want ask question about email passwords. I need see password with md5 on mysql database this is possible ?

Thanks Muharrem</description>
		<content:encoded><![CDATA[<p>Hello;</p>
<p>Thanks for tip. I want ask question about email passwords. I need see password with md5 on mysql database this is possible ?</p>
<p>Thanks Muharrem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawnkltucker</title>
		<link>http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-15621</link>
		<dc:creator>shawnkltucker</dc:creator>
		<pubDate>Thu, 03 Dec 2009 18:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-15621</guid>
		<description>Very Handy, Thanks.</description>
		<content:encoded><![CDATA[<p>Very Handy, Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-15407</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 27 Jul 2009 10:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-15407</guid>
		<description>Beautiful major &amp; Joel</description>
		<content:encoded><![CDATA[<p>Beautiful major &amp; Joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-15303</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 25 May 2009 05:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-15303</guid>
		<description>Just stumbled across this article and thought I&#039;d share my own quick fix to display the mailbox password. Modify the SQL query to the following:

select CONCAT(mail_name,&quot;@&quot;,name) as email_address, substring(accounts.password, &#039;1&#039;) from mail left join domains on domains.id=mail.dom_id left join accounts on accounts.id=mail.account_id;

There&#039;s probably a more elegant solution but this seems to work :-)</description>
		<content:encoded><![CDATA[<p>Just stumbled across this article and thought I'd share my own quick fix to display the mailbox password. Modify the SQL query to the following:</p>
<p>select CONCAT(mail_name,"@",name) as email_address, substring(accounts.password, '1') from mail left join domains on domains.id=mail.dom_id left join accounts on accounts.id=mail.account_id;</p>
<p>There's probably a more elegant solution but this seems to work <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ghosti</title>
		<link>http://rackerhacker.com/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-13346</link>
		<dc:creator>ghosti</dc:creator>
		<pubDate>Tue, 03 Feb 2009 09:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/01/get-plesk-e-mail-addresses-and-passwords/#comment-13346</guid>
		<description>but.... how to show password in plain text? thanks a lot....</description>
		<content:encoded><![CDATA[<p>but.... how to show password in plain text? thanks a lot....</p>
]]></content:encoded>
	</item>
</channel>
</rss>

