<?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>Ansis World &#187; 1und1</title>
	<atom:link href="http://ansi.interblc.com/tag/1und1/feed/" rel="self" type="application/rss+xml" />
	<link>http://ansi.interblc.com</link>
	<description>Family, Work, Life</description>
	<lastBuildDate>Mon, 08 Feb 2010 09:30:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Howto Setup Ubuntu postfix to send email with 1und1 as smarthost</title>
		<link>http://ansi.interblc.com/2008/07/24/howto-setup-ubuntu-postfix-to-send-email-with-1und1-as-smarthost/</link>
		<comments>http://ansi.interblc.com/2008/07/24/howto-setup-ubuntu-postfix-to-send-email-with-1und1-as-smarthost/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 13:21:20 +0000</pubDate>
		<dc:creator>Ansi</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[1und1]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://ansi.interblc.com/?p=25</guid>
		<description><![CDATA[Installing Postfix with apt-get install postfix or choose dpkg-reconfigure postfix when you allready installed postfix before. The configuration working for me is &#8220;satelite&#8221;. System Mail Name: your maildomain name (interblc.com) not the dns name of your server. SMTP relay host:smtp.1und1.de Root and Postmaster mail recipient: your user account or external email address Other destinations to [...]]]></description>
			<content:encoded><![CDATA[<p>Installing Postfix with</p>
<p>apt-get install postfix</p>
<p>or choose dpkg-reconfigure postfix when you allready installed postfix before.</p>
<p>The configuration working for me is &#8220;satelite&#8221;.</p>
<ol>
<li>System Mail Name: your maildomain name (interblc.com) not the dns name of your server.</li>
<li>SMTP relay host:<strong>smtp.1und1.de</strong></li>
<li>Root and Postmaster mail recipient: your user account or external email address</li>
<li>Other destinations to accept mail for: your servername, localhost.localdomain,localhost</li>
<li>Force synchronous updates on mail queue: If you have ext3 oder reiser NO otherwise better YES</li>
<li>Local Networks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128</li>
<li>Procmail for local delivery: Yes</li>
<li>Mailbox size limit: 0</li>
<li>Local address extension character: +</li>
<li>Internet Protocol:All</li>
</ol>
<p>Edit /etc/postfix/main.cf and add these lines at the end:</p>
<p>smtp_sasl_auth_enable = yes<br />
smtp_sasl_security_options = noanonymous<br />
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password</p>
<p>Create <strong>/etc/postfox/sasl_password</strong> with one line:</p>
<p>smtp.1und1.de <strong>MAILACCOUNT_at_1und1</strong>:<strong>PASSWD</strong></p>
<p>Create and db file from this passwd file with</p>
<p><strong>postmap /etc/postfix/sasl_password</strong></p>
<p>Restart postfix with:</p>
<p><strong>/etc/init.d/postfix restart</strong><br />
Now it should work. Give it a try with</p>
<p>date | mail -s &#8220;testing&#8221; regen@wetter.de</p>
<p>and watch the logfile with</p>
<p>tail -f /var/log/mail.log</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://ansi.interblc.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ansi.interblc.com/2008/07/24/howto-setup-ubuntu-postfix-to-send-email-with-1und1-as-smarthost/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
