<?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>ひろぽっぽれす &#187; aliases</title>
	<atom:link href="http://hiropo.co.uk/archives/category/aliases/feed" rel="self" type="application/rss+xml" />
	<link>http://hiropo.co.uk</link>
	<description>Web系エンジニアの適当なブログです。どうでも酔いものばかり作ってます。</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:09:15 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>メールaliases</title>
		<link>http://hiropo.co.uk/archives/159</link>
		<comments>http://hiropo.co.uk/archives/159#comments</comments>
		<pubDate>Sun, 21 Jun 2009 10:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FedoraCore]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[aliases]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://hiropo.co.uk/?p=159</guid>
		<description><![CDATA[ひとつのメールアドレスにくるメールをふたつのメールアドレスに転送することでバックアップ的なことをしたいと思う。 どうやらaliasesで簡単にできるようです。 aaa@localhost にくるメールを aaa@localhost と、bbb@etc.com に転送する。 PLAIN TEXT CODE: #vi /etc/aliases aaa: aaa,bbb@etc.com これだけでOKなのです。 aliasesって便利！]]></description>
			<content:encoded><![CDATA[<p>ひとつのメールアドレスにくるメールをふたつのメールアドレスに転送することでバックアップ的なことをしたいと思う。<br />
どうやらaliasesで簡単にできるようです。</p>
<p>aaa@localhost にくるメールを aaa@localhost と、bbb@etc.com に転送する。</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showCodeTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:IG_LINE_COLOUR_1;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#vi /etc/aliases</div>
</li>
<li style="font-weight: bold;color:IG_LINE_COLOUR_2;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">aaa: aaa,bbb@etc.<span style="">com</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>これだけでOKなのです。<br />
aliasesって便利！</p>
]]></content:encoded>
			<wfw:commentRss>http://hiropo.co.uk/archives/159/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
