<?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>Postfix &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Thu, 20 Aug 2015 16:32:55 +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>Archlinux下配置邮件服务器(Postfix, Courier IMAP, Squirrelmail)</title>
		<link>https://wordpress.youran.me/archlinux%e4%b8%8b%e9%85%8d%e7%bd%ae%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8postfix-courier-imap-squirrelmail/</link>
					<comments>https://wordpress.youran.me/archlinux%e4%b8%8b%e9%85%8d%e7%bd%ae%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8postfix-courier-imap-squirrelmail/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 04:26:07 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Courier IMAP]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Squirrelmail]]></category>
		<category><![CDATA[邮件服务器]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=242</guid>

					<description><![CDATA[翻译并修改自Archlinux Wiki。话说Archlinux的Wiki真好啊，基本上需要的资料都能找到。和AUR一起，是我最喜欢Archlinux的两样东西。 1. 安装MySQL、PHP和Apache并配置。 此处不多说，参照此文。 2. 安装配置Postfix pacman -S postfix 2.1 配置DNS 如果你有自己的域名，需要配置好MX记录和A(或者CNAME)记录，具体方法不在本文讨论之内。 2.2 修改/etc/postfix/main.cf 按照如下示例修改main.cf文件（yourdomain.net替换成你自己的域名）： myhostname = mail.yourdomain.net mydomain = yourdomain.net myorigin = $mydomain mydestination = localhost mynetworks_style = host relay_domains = $mydestination home_mailbox &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/archlinux%e4%b8%8b%e9%85%8d%e7%bd%ae%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8postfix-courier-imap-squirrelmail/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>邮件服务器的安全设置</title>
		<link>https://wordpress.youran.me/%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8%e7%9a%84%e5%ae%89%e5%85%a8%e8%ae%be%e7%bd%ae/</link>
					<comments>https://wordpress.youran.me/%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8%e7%9a%84%e5%ae%89%e5%85%a8%e8%ae%be%e7%bd%ae/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 08:29:46 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[sasl]]></category>
		<category><![CDATA[tls]]></category>
		<category><![CDATA[加密]]></category>
		<category><![CDATA[邮件服务器]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=85</guid>

					<description><![CDATA[上一篇文章介绍了简单的邮件服务器架设，本文继续介绍对此服务器进行安全上的加固，即添加SASL认证及TLS加密。 首先，安装必要软件： yum install cyrus-sasl cyrus-sasl-plain 接着修改/etc/postfix/main.cf，添加下列参数： smtpd_sasl_auth_enable = yes smtpd_delay_reject=yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = $myhostname broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination 接着将/etc/dovecot.conf的相关行的注释去除，形成下列的配置： auth default { &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8%e7%9a%84%e5%ae%89%e5%85%a8%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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:08:13 by W3 Total Cache
-->