<?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: Determining number of users on a qmail server</title>
	<atom:link href="http://www.annelisabeth.com/blog/2005/11/08/determining-number-of-users-on-a-qmail-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.annelisabeth.com/blog/2005/11/08/determining-number-of-users-on-a-qmail-server/</link>
	<description>writes about tech, faith and whatever</description>
	<pubDate>Fri, 18 May 2012 02:00:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: EddieR</title>
		<link>http://www.annelisabeth.com/blog/2005/11/08/determining-number-of-users-on-a-qmail-server/#comment-484</link>
		<dc:creator>EddieR</dc:creator>
		<pubDate>Fri, 18 Nov 2005 10:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.annelisabeth.com/blog/2005/11/08/determining-number-of-users-on-a-qmail-server/#comment-484</guid>
		<description>Another (and quicker) solution: If you have vpopmail with mysql support, you can count number of rows in vpopmail.vpopmail or vpopmail.lastauth.

select count(*) from vpopmail.vpopmail;
</description>
		<content:encoded><![CDATA[<p>Another (and quicker) solution: If you have vpopmail with mysql support, you can count number of rows in vpopmail.vpopmail or vpopmail.lastauth.</p>
<p>select count(*) from vpopmail.vpopmail;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo black &#38; white</title>
		<link>http://www.annelisabeth.com/blog/2005/11/08/determining-number-of-users-on-a-qmail-server/#comment-483</link>
		<dc:creator>seo black &#38; white</dc:creator>
		<pubDate>Sat, 12 Nov 2005 20:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.annelisabeth.com/blog/2005/11/08/determining-number-of-users-on-a-qmail-server/#comment-483</guid>
		<description>Why do not use:
`find /home/vpopmail/domains -name lastauth &#124; wc -l'
?
It will do the exactly the same in one step, avoid additional grep call and doesn't require a temporary file.
</description>
		<content:encoded><![CDATA[<p>Why do not use:<br />
`find /home/vpopmail/domains -name lastauth | wc -l&#8217;<br />
?<br />
It will do the exactly the same in one step, avoid additional grep call and doesn&#8217;t require a temporary file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

