<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Maverick</title>
	<atom:link href="http://animesh.bansriyar.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://animesh.bansriyar.com/blog</link>
	<description>Animesh's Blog</description>
	<pubDate>Thu, 06 Jan 2011 19:09:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>qmail-ldap: Rewrite maildirsize whenever a new Email comes in</title>
		<link>http://animesh.bansriyar.com/blog/?p=19</link>
		<comments>http://animesh.bansriyar.com/blog/?p=19#comments</comments>
		<pubDate>Thu, 06 Jan 2011 19:09:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://animesh.bansriyar.com/blog/?p=19</guid>
		<description><![CDATA[Probably not recommended as this will shoot the I/O requirements as the maildirsize file will be overwritten everytime a new email comes in. If you would like to do this due to some reason do the following:
In the patched qmail source with the qmail-ldap patch, around line 182 in maildir++.c uncomment the loop and the [...]]]></description>
			<content:encoded><![CDATA[<p>Probably not recommended as this will shoot the I/O requirements as the maildirsize file will be overwritten everytime a new email comes in. If you would like to do this due to some reason do the following:</p>
<p>In the patched qmail source with the qmail-ldap patch, around line 182 in maildir++.c uncomment the loop and the line containing quota_parsesize function call like this</p>
<blockquote><p>//      if (*fd != -1) {<br />
//              ret = quota_parsesize(q, fd, buf5120, i);<br />
//      } else {<br />
ret = quota_calcsize(q, fd, buf5120, i);<br />
//      }</p></blockquote>
<p>And rebuild qmail-local with &#8220;make qmail-local&#8221; and &#8220;cp qmail-local /var/qmail/bin/qmail-local&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://animesh.bansriyar.com/blog/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Cloudmark Acquires Bizanga</title>
		<link>http://animesh.bansriyar.com/blog/?p=11</link>
		<comments>http://animesh.bansriyar.com/blog/?p=11#comments</comments>
		<pubDate>Sun, 28 Feb 2010 17:01:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://animesh.bansriyar.com/blog/?p=11</guid>
		<description><![CDATA[San Francisco—February 16, 2010—Cloudmark, Inc., the global leader in carrier-grade messaging security, today announced it has entered into a definitive agreement to acquire Bizanga, Ltd., the global company behind the most scalable and full-featured message processing platform. The acquisition will benefit operators by delivering a unified solution that increases the performance, reliability and security of [...]]]></description>
			<content:encoded><![CDATA[<p>San Francisco—February 16, 2010—Cloudmark, Inc., the global leader in carrier-grade messaging security, today announced it has entered into a definitive agreement to acquire Bizanga, Ltd., the global company behind the most scalable and full-featured message processing platform. The acquisition will benefit operators by delivering a unified solution that increases the performance, reliability and security of their messaging infrastructure and decreases their system integration and management costs.</p>
<p>Here is the <a href="http://www.cloudmark.com/en/press/releases/2010-02-16--cloudmark-acquires-bizanga-to-further-vision-for-holistic-messaging-security-solutions">Original Announcement</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://animesh.bansriyar.com/blog/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>qmail: Limiting some users to receiving only local email</title>
		<link>http://animesh.bansriyar.com/blog/?p=6</link>
		<comments>http://animesh.bansriyar.com/blog/?p=6#comments</comments>
		<pubDate>Fri, 25 Jul 2008 08:52:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail]]></category>

		<category><![CDATA[qmail local email]]></category>

		<guid isPermaLink="false">http://animesh.bansriyar.com/blog/?p=6</guid>
		<description><![CDATA[I wrote this patch to limit some users to receive only local email. For example if you have email addresses that only internal domain users need to send emails to, all you need to do is create .onlylocal in the home directory of that user. The patch only modifies qmail-local.c hence should work with any [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote <a href="http://www.qmail.org/top.html#200807070" target="_blank">this patch</a> to limit some users to receive only local email. For example if you have email addresses that only internal domain users need to send emails to, all you need to do is create .onlylocal in the home directory of that user. The patch only modifies qmail-local.c hence should work with any variant of qmail. You could limit the domains who should send emails to these local users listing domains in the control file /var/qmail/control/localdomains which can be done by modifying the code.</p>
]]></content:encoded>
			<wfw:commentRss>http://animesh.bansriyar.com/blog/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
	</channel>
</rss>

