<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>spamcollect &#187; qmail</title>
	<atom:link href="http://www.spamcollect.com/archives/category/qmail/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spamcollect.com</link>
	<description>about, all the spam in my life</description>
	<lastBuildDate>Fri, 25 Nov 2011 09:47:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>QMail recipies at maurus.net</title>
		<link>http://www.spamcollect.com/archives/35</link>
		<comments>http://www.spamcollect.com/archives/35#comments</comments>
		<pubDate>Fri, 15 Feb 2008 08:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[qmail]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/archives/35</guid>
		<description><![CDATA[Jonas from the maurus.net weblog is writing down some qmail recipies. The first entry is about &#8220;Forwarding mail and changing the envelope sender&#8221;. I guess for everyone who is interested in qmail and working with it, there will be some helpful insights.]]></description>
			<content:encoded><![CDATA[<p>Jonas from the <a href="http://www.maurus.net">maurus.net weblog</a> is writing down some qmail recipies. <a href="http://maurus.net/weblog/2008/02/14/qmail-recipes-forwarding-mail-and-changing-the-envelope-sender/">The first entry is about &#8220;Forwarding mail and changing the envelope sender&#8221;</a>. <br />
I guess for everyone who is interested in qmail and working with it, there will be some helpful insights. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>compile error on qmail and other djb products like ucspi-tcp, daemontools, djbdns, tinydns</title>
		<link>http://www.spamcollect.com/archives/12</link>
		<comments>http://www.spamcollect.com/archives/12#comments</comments>
		<pubDate>Wed, 01 Aug 2007 13:53:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[qmail]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/archives/12</guid>
		<description><![CDATA[since the new gcc version is out, djb software has its problems with compiling. also netqmail has problems. something with errno &#8230; bla&#8230;bla&#8230;bla&#8230; there is a simple fix for that. just go to the sourcecode and find the file conf-cc. edit it and add the following code : cc -O2 -include /usr/include/errno.h now it should [...]]]></description>
			<content:encoded><![CDATA[<p>since the new gcc version is out, djb software has its problems with compiling. also netqmail has problems.<br />
something with errno &#8230; bla&#8230;bla&#8230;bla&#8230;</p>
<p>there is a simple fix for that.<br />
just go to the sourcecode and find the file conf-cc.<br />
edit it and add the following code :<br />
<code>cc -O2 -include /usr/include/errno.h</code></p>
<p>now it should work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATE: little performance tuning for qmail + vpopmail</title>
		<link>http://www.spamcollect.com/archives/11</link>
		<comments>http://www.spamcollect.com/archives/11#comments</comments>
		<pubDate>Thu, 19 Jul 2007 09:59:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[qmail]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/archives/11</guid>
		<description><![CDATA[after looking around, i found this entry in life with qmail. after changing all things descriped there, my qmail is running and running and breaking records. in addition to that, you should look here at tcpserver config]]></description>
			<content:encoded><![CDATA[<p>after looking around, i found this entry in <a href="http://www.lifewithqmail.org/lwq.html#smtp-slow">life with qmail</a>. after changing all things descriped there, my qmail is running and running and breaking records. <img src='http://www.spamcollect.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>in addition to that, you should look here at <a href="http://cr.yp.to/ucspi-tcp/tcpserver.html">tcpserver config</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>little performance tuning for qmail + vpopmail</title>
		<link>http://www.spamcollect.com/archives/5</link>
		<comments>http://www.spamcollect.com/archives/5#comments</comments>
		<pubDate>Thu, 10 May 2007 11:31:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[qmail]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/archives/5</guid>
		<description><![CDATA[i use qmail in combination with vpopmail from inter7 on my servers. the most start scripts for qmail use tcpserver and tcpserver uses recursive dns for every request. so if there is a lot of traffic or spam or whatever, tcpserver sometime takes to long to resolv these ip addresses and no more connections are [...]]]></description>
			<content:encoded><![CDATA[<p>i use qmail in combination with vpopmail from inter7 on my servers. </p>
<p>the most start scripts for qmail use tcpserver and tcpserver uses recursive dns for every request.<br />
so if there is a lot of traffic or spam or whatever, tcpserver sometime takes to long to resolv these ip addresses and no more connections are able to be opened in that time.<br />
the resultion is to set the params like this:</p>
<p><code>tcpserver -H</code></p>
<p>the -H means don&#8217;t resolve the ip. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simscan with clamd &amp; spamassassin</title>
		<link>http://www.spamcollect.com/archives/3</link>
		<comments>http://www.spamcollect.com/archives/3#comments</comments>
		<pubDate>Sun, 22 Apr 2007 11:15:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[qmail]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.spamcollect.com/archives/3</guid>
		<description><![CDATA[i use simscan to scan every mail on one of my mailservers. i don&#8217;t often restart my servers, so sometime i get the following error in my smtp log file. 2007-04-20 12:11:13.004232500 connect(): No such file or directory most of the time this happens when clamd or spamassassin is not started. normally this should happen [...]]]></description>
			<content:encoded><![CDATA[<p>i use simscan to scan every mail on one of my mailservers.<br />
i don&#8217;t often restart my servers, so sometime i get the following error in my smtp log file.</p>
<p><code>2007-04-20 12:11:13.004232500 connect(): No such file or directory  </code></p>
<p>most of the time this happens when clamd or spamassassin is not started. normally this should happen on the restart. </p>
<p>in my case<br />
<code>clamd &#038;</code><br />
solved the issue. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.spamcollect.com/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

