<?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>ItHowTo.ro &#187; postfix</title>
	<atom:link href="http://www.ithowto.ro/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blog about IT realated stuff by WSS</description>
	<lastBuildDate>Tue, 06 Jul 2010 16:35:28 +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>HowTo : add custom transport routes (maps) in postfix.</title>
		<link>http://www.ithowto.ro/2008/10/howto-add-custom-transport-routes-maps-in-postfix/</link>
		<comments>http://www.ithowto.ro/2008/10/howto-add-custom-transport-routes-maps-in-postfix/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 10:13:27 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[e-mail]]></category>
		<category><![CDATA[custom e-mail routes]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[transport_map]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=6</guid>
		<description><![CDATA[In postfix, when you need your e-mails for some specific domains to relay through another server ( your ip is blocked or for some other reason ) you can specify custom transport maps in the postfix config.
You have to setup postfix to use custom transport maps :
in  main.cf enable the transport_maps directive :
 transport_maps = [...]]]></description>
			<content:encoded><![CDATA[<p>In postfix, when you need your e-mails for some specific domains to relay through another server ( your ip is blocked or for some other reason ) you can specify custom transport maps in the postfix config.</p>
<p>You have to setup postfix to use custom transport maps :</p>
<p>in  <em>main.cf</em><strong> </strong>enable the <span style="#000000;"><em>transport_maps</em></span> directive :</p>
<p><em> <strong>transport_maps = hash:/etc/postfix/transport</strong></em></p>
<p>then edit the file <em>/etc/postfix/transport</em> and add to it :</p>
<p><em> <strong>example.com smtp:your.second.mailserver.com</strong></em></p>
<p>close it and then rebuild the transport database file by entering the following command :</p>
<p><strong><em>postmap  /etc/postfix/transport</em></strong></p>
<p>restart postfix and now every e-mail sent to example.com will relay through your specified e-mail server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2008/10/howto-add-custom-transport-routes-maps-in-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
