<?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>Spind.net Blog &#187; Postfix</title>
	<atom:link href="http://blog.spind.net/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spind.net</link>
	<description>Stories from the trenches of System Administration</description>
	<lastBuildDate>Mon, 19 Dec 2011 09:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Sendmail and Postfix on the same server</title>
		<link>http://blog.spind.net/2009/01/13/sendmail-and-postfix-on-the-same-server/</link>
		<comments>http://blog.spind.net/2009/01/13/sendmail-and-postfix-on-the-same-server/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 09:07:05 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Alternatives]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Sendmail]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=80</guid>
		<description><![CDATA[Recently I needed sendmail and sendmail-devel to compile some software, but when I installed Sendmail, it decided to make itself my preferred MTA &#8211; and I suddenly got the same feeling of powerlessness that accompany running Microsoft Windows. Newer Linux distributions offer the Alternatives system, which basically lets you choose between different installed software that [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I needed <tt>sendmail</tt> and <tt>sendmail-devel</tt> to compile some software, but when I installed Sendmail, it decided to make itself my preferred MTA &#8211; and I suddenly got the same feeling of powerlessness that accompany running Microsoft Windows.</p>
<p>Newer Linux distributions offer the Alternatives system, which basically lets you choose between different installed software that serve the same purpose. If you&#8217;re running Sendmail and Postfix like me, you can use Alternatives to pick which MTA you prefer to use:</p>
<div class="codebox">$ /usr/sbin/alternatives</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:590px;"><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 /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">--</div></td></tr></tbody></table></div>
<p>config mta</p>
<p>There are 2 programs which provide &#8216;mta&#8217;.</p>
<p>  Selection    Command</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:590px;"><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 /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">-----------------------------------------------</div></td></tr></tbody></table></div>
<p>*  1           /usr/sbin/sendmail.sendmail<br />
 + 2           /usr/sbin/sendmail.postfix</p>
<p>Enter to keep the current selection[+], or type selection number: 2
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/01/13/sendmail-and-postfix-on-the-same-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

