<?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>Michiel Bijland &#187; smtp</title>
	<atom:link href="http://michiel.bijland.net/tag/smtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://michiel.bijland.net</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 08:41:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Redirecting&#160;SMTP</title>
		<link>http://michiel.bijland.net/2007/08/16/redirecting-smtp/</link>
		<comments>http://michiel.bijland.net/2007/08/16/redirecting-smtp/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 14:14:24 +0000</pubDate>
		<dc:creator>Michiel Bijland</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://michiel.bijland.net/2007/08/16/redirecting-smtp/</guid>
		<description><![CDATA[Due to my new appartement I have a new ISP, like all of them reroutes every connection on port 25 to it's own smtp server. This is fine if you use their e-mail service but not if you are a domain owner or small company that just wants to use it's own mail server. Today I fixed this issue in 10 minutes using rinetd on a server of mine, it redirects tcp traffic from one port to another, bypassing port 25 until I'm past my isp network.]]></description>
			<content:encoded><![CDATA[<p>Due to my new appartement I have a new ISP, like all of them reroutes every connection on port 25 to it&#8217;s own smtp server. This is fine if you use their e-mail service but not if you are a domain owner or small company that just wants to use it&#8217;s own mail server. Today I fixed this issue in 10 minutes using <a href="http://www.boutell.com/rinetd/" title="rinetd">rinetd</a> on a server of mine, it redirects tcp traffic from one port to another, bypassing port 25 until I&#8217;m past my isp&nbsp;network.</p>
<p>The setup is quite&nbsp;simple:</p>
<ol>
<li>apt-get install rinetd</li>
<li>note down, server ip and destination ip(mail server)</li>
<li>add your redirect line according to format</li>
<li>restart rinetd</li>
<li>all, done.</li>
</ol>
<p>This is of course if you are running ubuntu or debian on your server, but for other distros it should be almost as&nbsp;simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://michiel.bijland.net/2007/08/16/redirecting-smtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
