<?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"
	>
<channel>
	<title>Comments on: Finding compromised mail accounts in Plesk</title>
	<atom:link href="http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/</link>
	<description>Words of wisdom from a server administrator</description>
	<pubDate>Mon, 01 Dec 2008 19:40:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: trv</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-2567</link>
		<dc:creator>trv</dc:creator>
		<pubDate>Wed, 20 Aug 2008 18:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-2567</guid>
		<description>sublime: nope, there is no smpt_auth lines in maillog neither.
In maillog, i can find only entries like this:

Aug 18 23:26:02 113513-web1 relaylock: /var/qmail/bin/relaylock: mail from {OFFENDING_IP}:1667 (not defined)

After this entry, there is the maillog for the message that is received by this IP, but can't find how did it get there.</description>
		<content:encoded><![CDATA[<p>sublime: nope, there is no smpt_auth lines in maillog neither.<br />
In maillog, i can find only entries like this:</p>
<p>Aug 18 23:26:02 113513-web1 relaylock: /var/qmail/bin/relaylock: mail from {OFFENDING_IP}:1667 (not defined)</p>
<p>After this entry, there is the maillog for the message that is received by this IP, but can&#8217;t find how did it get there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sublime</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-2529</link>
		<dc:creator>sublime</dc:creator>
		<pubDate>Thu, 07 Aug 2008 23:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-2529</guid>
		<description>trv, madcat: Sometimes the smtp_auth entries are in the maillog rather than the messages log.  Try looking in $PRODUCT_ROOT_D/var/log/maillog . $PRODUCT_ROOT_D is defined in /etc/psa/psa.conf (in RHEL country).</description>
		<content:encoded><![CDATA[<p>trv, madcat: Sometimes the smtp_auth entries are in the maillog rather than the messages log.  Try looking in $PRODUCT_ROOT_D/var/log/maillog . $PRODUCT_ROOT_D is defined in /etc/psa/psa.conf (in RHEL country).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trv</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-514</link>
		<dc:creator>trv</dc:creator>
		<pubDate>Mon, 14 Apr 2008 12:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-514</guid>
		<description>i'd like the answer to the madcat's comments too! Any help? :)</description>
		<content:encoded><![CDATA[<p>i&#8217;d like the answer to the madcat&#8217;s comments too! Any help? <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madcat</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-497</link>
		<dc:creator>madcat</dc:creator>
		<pubDate>Sat, 05 Apr 2008 00:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-497</guid>
		<description>I've done some more research, and it appears this might be due to people using STARTTLS . The traffic is encrypted, and the username used to login isn't recorded anywhere that I can see.  Does anybody know how to turn on logging for usernames when STARTTLS is used?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done some more research, and it appears this might be due to people using STARTTLS . The traffic is encrypted, and the username used to login isn&#8217;t recorded anywhere that I can see.  Does anybody know how to turn on logging for usernames when STARTTLS is used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madcat</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-493</link>
		<dc:creator>madcat</dc:creator>
		<pubDate>Thu, 03 Apr 2008 18:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-493</guid>
		<description>I'm not seeing the 'smtp_auth' messages in /var/log/messages ... In /var/log/secure, I am seeing 

Mar 30 04:55:35 hostname xinetd[4220]: START: smtp pid=19223 from=XXX.YYY.53.75

(I changed the hostname and changed part of the IP address for privacy reasons)

Can anybody help drive another nail into spam's coffin? I would love to get something juicy like "/var/qmail/mailnames/[DOMAIN]/[USER] logged in from unknown" ... it would be nice to know which account(s) is/are compromised. Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not seeing the &#8217;smtp_auth&#8217; messages in /var/log/messages &#8230; In /var/log/secure, I am seeing </p>
<p>Mar 30 04:55:35 hostname xinetd[4220]: START: smtp pid=19223 from=XXX.YYY.53.75</p>
<p>(I changed the hostname and changed part of the IP address for privacy reasons)</p>
<p>Can anybody help drive another nail into spam&#8217;s coffin? I would love to get something juicy like &#8220;/var/qmail/mailnames/[DOMAIN]/[USER] logged in from unknown&#8221; &#8230; it would be nice to know which account(s) is/are compromised. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
