Linux教程之Mail办事器Postfix+Dovecot+Extmail+Extman基于假造账号
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!Mail办事器(Postfix+Dovecot+Extmail+Extman基于假造账号)实行拓扑
LAMP(Linux+Apache+MySQL+PHP)情况搭建
起首必要搭建LAMP情况
装置Apache
#tar-zxvfapr-util-1.5.1.tar.gz-C/usr/local/src/
#cd/usr/local/src/apr-1.4.6/
#./configure--prefix=/usr/local/apr
#make
#makeinstall
#cdapr-util-1.5.1/
#./configure--with-apr=/usr/local/apr/bin/apr-1-config
#make
#makeinstall
#cd/mnt/cdrom/Server/
#rpm-ivh/mnt/cdrom/Server/pcre-devel-6.6-2.el5_1.7.i386.rpm
装置http
#tar-jxvfhttpd-2.4.4.tar.bz2-C/usr/local/src/
#cd/usr/local/src/httpd-2.4.4/
#./configure--prefix=/usr/local/apache--sysconfdir=/etc/httpd--enable-so--enable-ssl--enable-rewrite--with-apr=/usr/local/apr/bin/apr-1-config--with-apr-util=/usr/local/apr/bin/apu-1-config--with-pcre-with-z--enable-mpms-shared=all
#make
#makeinstall
#cd/etc/init.d/
#chmoda+xhttpd
#ln-s/usr/local/apache/include//usr/include/apche
#vim/etc/man.config
装置mysql
#groupaddmysql
#useradd-r-gmysqlmysql
#cd/usr/local/
#ln-s/usr/local/src/mysql-5.5.15-linux2.6-i686/mysql
#chown-Rmysql.
#chgrp-Rmysql.
#scripts/mysql_install_db--user=mysql
#chown-Rroot.
#chown-Rmysqldata
#cpsupport-files/my-medium.cnf/etc/my.cnf
#cpsupport-files/mysql.server/etc/init.d/mysqld
#servicemysqldstart
StartingMySQL.....
#chkconfig--addmysqld
设置mysql情况变量
#vim/etc/profile
#./etc/profile
创立mysql.conf文件并增加库文件路径
#vim/etc/ld.so.conf.d/mysql.conf
/usr/local/mysql/lib
#ldconfig
处置头文件
#ln-sinclude/usr/include/mysql
给mysql数据库增加暗码
装置php
#tar-jxvfphp-5.4.13.tar.bz2-C/usr/local/src/
#./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache/bin/apxs--with-mysql=/usr/local/mysql--with-mysqli=/usr/local/mysql/bin/mysql_config--enable-mbstring--enable-xml--with-png-dir--with-png--with-jpeg-dir--with-zlib--enable-mbstring--with-freetype-dir
#make
#makeinstall
编纂/etc/profile
库文件处置
#ldconfig
处置头文件
#ln-s/usr/local/php/include//usr/include/php
编纂apache的设置文件撑持php模块
上面举行exymail的搭建
本次次要来搭建北京区域extmail
封闭开辟平台的sendmail功效,由于要搭建extmail。
变动主机名和dns指向
封闭sendmail并设为开构造闭
上传搭建extmail所必要的软件包
postfix-2.8.2.tar.gz
courier-authlib-0.63.0.tar.bz2
Unix-Syslog-0.100.tar.gz
extmail-1.2.tar.gz
extman-1.1.tar.gz
翻开saslauth办事设为开机启动
装置其他软件包
Yuminstallmysql-devel
装置postfix
#tar-zxvfpostfix-2.8.2.tar.gz-C/usr/local/src/
#cd/usr/local/src/postfix-2.8.2/
#group-g2525postfix
Linux教程之Mail办事器Postfix+Dovecot+Extmail+Extman基于假造账号
一定要学好命令,shell是命令语言,命令解释程序及程序设计语言的统称,shell也负责用户和操作系统之间的沟通。 学习Linux,应该怎样学,主要学些什么,一位Linux热心学习者,一段学习Linux的风云经验,历时十二个小时的思考总结,近十位网络Linux学习者权威肯定,为您学习Linux指明方向。 你需要提供精确有效的信息。Linux这并不是要求你简单的把成吨的出错代码或者数据完全转储摘录到你的提问中。 熟悉操作是日常学习Linux中的三大法宝。以下是作者学习Linux的一些个人经验,供参考: 任何一个叫做操作系统的东西都是这样子构成的:内核+用户界面+一般应用程序。 未来的学习之路将是以指数增加的方式增长的。从网管员来说,命令行实际上就是规则,它总是有效的,同时也是灵活的。 Windows有MS-DOS?方式,在该方式下通过输入DOS命令来操作电脑;Linux与Windows类似,也有命令方式,Linux?启动后如果不执行?X-WINDOWS,就会处于命令方式下,必须发命令才能操作电脑。? 任何一个叫做操作系统的东西都是这样子构成的:内核+用户界面+一般应用程序。
页:
[1]