﻿<?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://www.yaoyingying.com/tag/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaoyingying.com</link>
	<description>Everything you have seen here has been an illusion!</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:17:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Postfix Relay 的设置</title>
		<link>http://www.yaoyingying.com/2009/12/15/postfix-relay-%e7%9a%84%e8%ae%be%e7%bd%ae/</link>
		<comments>http://www.yaoyingying.com/2009/12/15/postfix-relay-%e7%9a%84%e8%ae%be%e7%bd%ae/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:21:22 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[relay]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=722</guid>
		<description><![CDATA[我想让我的Postfix smtpd允许转发任意的来自$mydestination的用户的邮件. Postfix默认转发是来自$my_networks和$replay_domains的邮件. 应该在main.cf里面如何设置? vi /usr/local/etc/postfix/main.cf smtpd_recipient_restrictions = permit_mynetworks,check_sender_access hash:/usr/local/etc/postfix/ sender_access,check_relay_domains 然后 vi /usr/local/etc/postfix/sender_access your.domain.com OK 然后 /usr/local/sbin/postmap /usr/local/etc/postfix/sender_access 然后 /usr/local/sbin/postfix reload 即可 注意：your.domain.com设置成你的邮件域名，相应路径自己修改。 缺点：别人可以利用你的服务器，用户名设置成你的用户，然后到处发垃圾邮件。 解决：建议采用sasl]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/12/15/postfix-relay-%e7%9a%84%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPS Ubuntu 上安装配置 Postfix + Courier （初级篇）</title>
		<link>http://www.yaoyingying.com/2009/03/03/vps-ubuntu-%e4%b8%8a%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae-postfix-courier-%ef%bc%88%e5%88%9d%e7%ba%a7%e7%af%87%ef%bc%89/</link>
		<comments>http://www.yaoyingying.com/2009/03/03/vps-ubuntu-%e4%b8%8a%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae-postfix-courier-%ef%bc%88%e5%88%9d%e7%ba%a7%e7%af%87%ef%bc%89/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 15:46:43 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[courier]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ununtu server]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=30</guid>
		<description><![CDATA[参考文献：http://wiki.ubuntu.org.cn/Postfix_%E5%9F%BA%E6%9C%AC%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97#.E5.AE.89.E8.A3.85.E6.A6.82.E8.BF.B0 介绍 这份指南将帮助你建立一个基本的企业级Postfix邮件服务器。主要目的是教会你如何安装和配置一个包含IMAP和POP3服务的基本Postfix邮件服务器。 安装概述 安装配置过程中，postfix通过Internet发送和接收emial，并存储在用户邮箱里。同时客户也可以通过IMAP或者POP3恢复他们的邮件。 安装Postfix 一开始我想你需要做的一件事是修改 hostname，虽然大多数参考资料不提这个，但是这里依然存在一个问题，就是 hostname 里面可能含有 test 之类的单词，这是你的mailserver 被spam 的可能原因之一，所以我干脆把 hostname 改成 mydomain.com 了。 In this setup I assume that your domain is yourdomain.com and it has a valid MX record call mail.yourdomain.com. Remember to replace yourdomain.com with your actual domain in the example codes in this howto. Also I assume [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/03/03/vps-ubuntu-%e4%b8%8a%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae-postfix-courier-%ef%bc%88%e5%88%9d%e7%ba%a7%e7%af%87%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
