<?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; lamp</title>
	<atom:link href="http://blog.thematice.com/html/ytag/lamp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thematice.com</link>
	<description>发现自己的脑袋不好使了，用blog来记录真的很好用。</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>构建postfix邮件服务器(一)lamp平台的安装</title>
		<link>http://blog.thematice.com/html/y2010/03/17/1060/%e6%9e%84%e5%bb%bapostfix%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8%e4%b8%80lamp%e5%b9%b3%e5%8f%b0%e7%9a%84%e5%ae%89%e8%a3%85.html#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e6%259e%2584%25e5%25bb%25bapostfix%25e9%2582%25ae%25e4%25bb%25b6%25e6%259c%258d%25e5%258a%25a1%25e5%2599%25a8%25e4%25b8%2580lamp%25e5%25b9%25b3%25e5%258f%25b0%25e7%259a%2584%25e5%25ae%2589%25e8%25a3%2585</link>
		<comments>http://blog.thematice.com/html/y2010/03/17/1060/%e6%9e%84%e5%bb%bapostfix%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8%e4%b8%80lamp%e5%b9%b3%e5%8f%b0%e7%9a%84%e5%ae%89%e8%a3%85.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 13:28:47 +0000</pubDate>
		<dc:creator>稀饭</dc:creator>
				<category><![CDATA[mail]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[lamp]]></category>

		<guid isPermaLink="false">http://blog.thematice.com/?p=1060</guid>
		<description><![CDATA[在安装postfix前我们要用源码编译的方式搭建出LAMP平台。 L：表示linux系统 A：apache，web服务器，后面我们要用webmail来收发邮件 M：mysql数据库，在postfix的虚拟用户时，要用到mysql来存储虚拟用户 P：php和perl，webmail来收发邮件，和extmail邮件管理 一、linux 1.linux：RHEL5.3,安装了一些基本的软件包 二、apache的安装 1.去官网下载httpd- 2.2.14.tar.gz （http://httpd.apache.org/download.cgi） 2.解压 tar zxvf httpd-2.2.14.tar.gz 3.进入解压目录 4.配置选项（//及其后面是注释） ./configure &#8211;prefix=/usr/local/apache2   //指定apache的安装位置 &#8211;enable-so      // 使用动态加载模块功能 &#8211;enable-rewrite   //有rewrite网络地址重写功能 &#8211;enable-ssl     //有ssl功能 &#8211;with-ssl=/usr/lib   //指定 //ssl位置 &#8211;enable-auth-digest   //Apache可以使用摘要认证（Digest） &#8211;enable-cgi   //cgi支持 &#8211;enable-suexec   //suEXEC支持 &#8211;with-suexec-caller=daemon   //Apache运行时所用的UID。这是唯一允许执行程序的用户 &#8211;with-suexec-docroot=/usr/local/apache2/htdocs  //suEXEC处理器的文档根目录 4.编译make 5.安装make install 三、mysql 1.http://dev.mysql.com/downloads/mysql/5.1.html 在这个页面下载源码包（Source ）mysql5.1.43 记住是源码包，不是安装好了的包 2. 创建允许mysql数据库的用户 useradd -M -s /sbin/nologin mysql [...]]]></description>
		<wfw:commentRss>http://blog.thematice.com/html/y2010/03/17/1060/%e6%9e%84%e5%bb%bapostfix%e9%82%ae%e4%bb%b6%e6%9c%8d%e5%8a%a1%e5%99%a8%e4%b8%80lamp%e5%b9%b3%e5%8f%b0%e7%9a%84%e5%ae%89%e8%a3%85.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

