<?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>Rudolf Maduro - Life Coach &#187; Postfix</title>
	<atom:link href="http://www.rudolfmaduro.com/category/english/linux/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rudolfmaduro.com</link>
	<description>Get a taste of Life with Online Life Coach Rudolf Maduro</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:54:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div style="float:right; padding-bottom:10px;">
<script type="text/javascript"><!--
google_ad_client = "pub-9572787728013152";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "241a12";
google_color_bg = "241a12";
google_color_link = "585d8b";
google_color_url = "585d8b";
google_color_text = "333000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>	<item>
		<title>Postfix relay all mail to one mailbox</title>
		<link>http://www.rudolfmaduro.com/2010/05/18/postfix-relay-all-mail-to-one-mailbox/</link>
		<comments>http://www.rudolfmaduro.com/2010/05/18/postfix-relay-all-mail-to-one-mailbox/#comments</comments>
		<pubDate>Tue, 18 May 2010 09:13:32 +0000</pubDate>
		<dc:creator>Rudolf</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[always_bcc]]></category>
		<category><![CDATA[bcc]]></category>
		<category><![CDATA[bounce_queue]]></category>
		<category><![CDATA[lifetime]]></category>
		<category><![CDATA[maximal_queue]]></category>
		<category><![CDATA[relayhost]]></category>

		<guid isPermaLink="false">http://www.rudolfmaduro.com/?p=143</guid>
		<description><![CDATA[Postfix relay all mail to one mailbox To configure postfix to relay all outgoing mail to one localmailbox is very easy.Use the following settings in your /etc/postfix/main.cf and reload your postfix daemon with &#8220;sudo postfix reload&#8221; First configure the relay of all outgoing mail to one local mailbox: always_bcc = yourusername@localhost Second if you want [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Postfix relay all mail to one mailbox</strong></p>
<p style="text-align: left;">To configure postfix to relay all outgoing mail to one localmailbox is very easy.Use the following settings in your /etc/postfix/main.cf and reload your postfix daemon with &#8220;sudo postfix reload&#8221;</p>
<p style="text-align: left;">First configure the relay of all outgoing mail to one local mailbox:</p>
<p style="text-align: left;"><code>always_bcc = yourusername@localhost</code></p>
<p style="text-align: left;">Second if you want to discard all outgoing mail too you need some extra settings  (this comes in handy when you are configuring a test server that must not mail to the outside world)</p>
<p style="text-align: left;">step 1) set a relayhost to a non-existant ip in your network</p>
<p style="text-align: left;"><code>relayhost = 10.0.0.2</code></p>
<p style="text-align: left;">step 2) change the bounce queue settings so that bounced mail will be discarded instantly.</p>
<p style="text-align: left;"><code>bounce_queue_lifetime = 0<br />
maximal_queue_lifetime = 0</code></p>
<p style="text-align: left;">Now you are done! You have a test mailserver that can accept mail no matter to what e-mail adres it was addressed in the first place, deliver a blind carbon copy locally and discard the outgoing copy so that e-mail never leaves the server. You can use the command line program &#8220;<code>mutt</code>&#8221; to read the mail that has been delivered locally.</p>
<p style="text-align: left;">Rudolf Maduro &#8211; IT Specialist &amp; Personal Life Coach</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rudolfmaduro.com/2010/05/18/postfix-relay-all-mail-to-one-mailbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

