<?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>paulooi.com &#187; Unix/FreeBSD</title>
	<atom:link href="http://www.paulooi.com/category/technology/unixfreebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulooi.com</link>
	<description>still finding the tagline</description>
	<lastBuildDate>Mon, 04 Jan 2010 04:00:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Exim, refused: too many connections</title>
		<link>http://www.paulooi.com/2006/06/21/exim-refused-too-many-connections/</link>
		<comments>http://www.paulooi.com/2006/06/21/exim-refused-too-many-connections/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 03:02:18 +0000</pubDate>
		<dc:creator>Paul Ooi</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix/FreeBSD]]></category>

		<guid isPermaLink="false">http://www.paulooi.com/2006/06/21/exim-refused-too-many-connections/</guid>
		<description><![CDATA[One of our mailserver having problem last week. It&#8217;s caused by the massive connections connected into the server sending out newsletter(large database unstoppable loops) from one host. 
2006-06-15 08:50:06 Connection from [201.xx.xx.xx] refused: too many connections
2006-06-15 08:50:20 Connection from [201.xx.xx.xx] refused: too many connections
2006-06-15 08:50:24 Connection from [201.xx.xx.xx] refused: too many connections
2006-06-15 08:50:28 Connection from [...]]]></description>
			<content:encoded><![CDATA[<p>One of our mailserver having problem last week. It&#8217;s caused by the massive connections connected into the server sending out newsletter(large database unstoppable loops) from one host. </p>
<blockquote><p>2006-06-15 08:50:06 Connection from [201.xx.xx.xx] refused: too many connections<br />
2006-06-15 08:50:20 Connection from [201.xx.xx.xx] refused: too many connections<br />
2006-06-15 08:50:24 Connection from [201.xx.xx.xx] refused: too many connections<br />
2006-06-15 08:50:28 Connection from [201.xx.xx.xx] refused: too many connections<br />
2006-06-15 08:50:32 Connection from [201.xx.xx.xx] refused: too many connections</p></blockquote>
<p>Exim default allow maximum 20 connections from a host. You can increase the connection in the main configuration file by adding in this line;</p>
<p><code>smtp_accept_max = 50</code></p>
<p>For more information, visit <a href="http://www.fastmirrors.org/exim/exim-html-3.00/doc/html/spec_toc.html#TOC325" target="_blank">Exim&#8217;s documentation site</a>. </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.paulooi.com%2F2006%2F06%2F21%2Fexim-refused-too-many-connections%2F&amp;linkname=Exim%2C%20refused%3A%20too%20many%20connections"><img src="http://www.paulooi.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.paulooi.com/2006/06/21/exim-refused-too-many-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
