<?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>andr3w.net &#187; ports</title>
	<atom:link href="http://andr3w.net/tag/ports/feed/" rel="self" type="application/rss+xml" />
	<link>http://andr3w.net</link>
	<description>amateur web development...</description>
	<lastBuildDate>Fri, 19 Mar 2010 17:34:57 +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>Make Postfix Listen to Multiple Ports</title>
		<link>http://andr3w.net/2009/03/make-postfix-listen-to-multiple-ports/</link>
		<comments>http://andr3w.net/2009/03/make-postfix-listen-to-multiple-ports/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 19:01:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://andr3w.net/?p=53</guid>
		<description><![CDATA[If you need postfix to listen on multiple ports (like I do) add lines like the following (replace numbers with whatever ports you desire):
123# In /etc/postfix/master.cf
25        inet  n       -       -       -       -       smtpd
26        inet [...]]]></description>
			<content:encoded><![CDATA[<p>If you need postfix to listen on multiple ports (like I do) add lines like the following (replace numbers with whatever ports you desire):</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># In /etc/postfix/master.cf<br />
25        inet  n       -       -       -       -       smtpd<br />
26        inet  n       -       -       -       -       smtpd</div></td></tr></tbody></table></div>
<p>Make sure to open the ports in iptables as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://andr3w.net/2009/03/make-postfix-listen-to-multiple-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
