<?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; postfix</title>
	<atom:link href="http://blog.shian.tw/tag/postfix/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.shian.tw</link>
	<description>學習筆記 For php、jQuery、MySql、Centos、Suse、Server、CodeIgniter</description>
	<lastBuildDate>Sun, 09 Oct 2011 16:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://blog.shian.tw/?pushpress=hub'/>
		<item>
		<title>pop-before-smtp</title>
		<link>http://blog.shian.tw/pop-before-smtp.html</link>
		<comments>http://blog.shian.tw/pop-before-smtp.html#comments</comments>
		<pubDate>Mon, 05 May 2008 03:35:35 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=51</guid>
		<description><![CDATA[pop-before-smtp 是用pop認證來代替smtp認證帳號,只要寄信之前先收信後就可以寄信,這時候smtp認證就是使用之前的pop認證 準備: 1. perl modules Time::HiRes File::Tail Net::Netmask Date::Parse DB_File 可至 http://search.cpan.org/ 下載安裝 2.pop-before-smtp-1.42.tar.gz 可至 https://sourceforge.net/project/showfiles.php?group_id=5017 下載安裝 安裝: 1. 安裝所需的 perl modules # perl Makefile.PL # make # make install 註: 這是針對perl modules 安裝的方法 2. 設定 pop-before-smtp 解壓縮： # &#8230; <a href="http://blog.shian.tw/pop-before-smtp.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/pop-before-smtp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix 多重網域+虛擬帳號</title>
		<link>http://blog.shian.tw/postfix-virtual.html</link>
		<comments>http://blog.shian.tw/postfix-virtual.html#comments</comments>
		<pubDate>Mon, 05 May 2008 03:33:12 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=49</guid>
		<description><![CDATA[利用postfix達成多重網域+虛擬帳號的設定 準備: 主要的郵件主機網址 : msa.shian.tw 新增的郵件主機虛擬網域 : mail.shian.tw 註:每個domainname必須要設 MX 設定: 1.修改 postfix main.cf # vi /etc/postfix/main.cf 修改 default_privs = nobody 新增 virtual_alias_maps virtual_alias_maps = hash:/etc/postfix/virtual 2.定義虛擬使用者的對應表 /etc/postfix/virtual # vi /etc/postfix/virtual 新增 mail.shian.tw   anything taco@mail.shian.tw taco.mail.shian.tw 註: #網域 名稱 #taco&#60;-新增的帳號 &#8230; <a href="http://blog.shian.tw/postfix-virtual.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.shian.tw/postfix-virtual.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

