<?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>email &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Mon, 26 Sep 2011 10:02:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>使用Postfix和Dovecot搭建邮件服务器</title>
		<link>https://wordpress.youran.me/%e4%bd%bf%e7%94%a8postfix%e5%92%8cdovecot%e6%90%ad%e5%bb%ba%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8/</link>
					<comments>https://wordpress.youran.me/%e4%bd%bf%e7%94%a8postfix%e5%92%8cdovecot%e6%90%ad%e5%bb%ba%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 07:39:45 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[邮件服务器]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=74</guid>

					<description><![CDATA[本文介绍在Centos 5中安装配置邮件服务器的过程。 首先安装postfix及dovecot： yum install postfix dovecot 然后开始配置postfix，编辑/etc/postfix/main.cf的一些变量： myhostname = mail.example.com mydomain = example.com myorigin = $mydomain inet_interfaces = all mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mynetworks = 127.0.0.0/8 relay_domains = home_mailbox = Maildir/ 其中example.com要按照个人要求进行修改。 &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e4%bd%bf%e7%94%a8postfix%e5%92%8cdovecot%e6%90%ad%e5%bb%ba%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/34 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/7 queries in 0.001 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:07:49 by W3 Total Cache
-->