<?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>LINUXQQ &#187; Postfix</title>
	<atom:link href="http://www.linuxqq.net/archives/tag/postfix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxqq.net</link>
	<description>LINUXQQ狂人时代</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:39:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Postfix</title>
		<link>http://www.linuxqq.net/archives/42.html</link>
		<comments>http://www.linuxqq.net/archives/42.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 03:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[乱7八糟]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://www.linuxqq.net/?p=42</guid>
		<description><![CDATA[ SMTP服务器的构建 （ Postfix ） &#60; SMTP服务器的构建 （ Postfix ） &#62; （最近更新日：2006/09/28） 前　　言 　　在CentOS中，默认的邮件服务器（SMTP方面）是sendmail，但sendmail有若干的缺点，比如，配置复杂、安全漏洞曾被多次发现&#8211;并且依然存在隐患、邮件发送速度慢等等，这里就不再一一叙述。而另一个被广泛应用于邮件服务方面的“Postfix”的缺点就少得多，或者说它就是针对于sendmail的缺点，而被设计的。对应sendmail的短处，它在各方面也比较成熟。所以，无特殊要求，这里不推荐用sendmail来构建邮件服务器。本站介绍的邮件服务器配置方法，也将基于Postfix。 添加MX记录（这里假设使用动态域名） 　　由于MX记录添加后，可能生效要等待一段时间（通常为数分钟或数十分钟，也可能马上生效），所以在安装配置前，我们首先为动态域名添加MX记录。添加方法也会因域名ISP的不同而不同，但大致信息如下： 　　　　　mx mail.centospub.com. 10 　　　　　a mail 服务器的IP地址 　　mail为别名，10为优先度。这个别名指向服务器的IP地址。（如有疑问或需要帮忙请到 技术论坛 发贴。） 　　确认MX记录的添加是否生效的方法： [root@sample ~]# host -t mx centospub.com centospub.com mail is handled by 10 mail.centospub.com.　 ← 确认MX记录生效 安装Postfix 　　然后，安装Postfix。 [root@sample ~]# yum -y install postfix　 ← 在线安装Postfix Setting up Install Process Setting [...]]]></description>
		<wfw:commentRss>http://www.linuxqq.net/archives/42.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

