Windows下免费、开源邮件服务器hMailServer

//实现:Windows下搭建免费、开源的邮件服务器hMailServer

//环境:
Windows Server 2008
R2
IIS+PHP+mysql
hMailServer-5.3.3
libmysql.dll  
   
   
 //win32

//前置环境配置:
1、Windows下搭建IIS+php环境
2、Windows下安装mysql

//安装hMailServer
//安装过程简单,全程上图,部分有注解……

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092201)


(hmailserver-2011092202)

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092203)

//选择hMailServer服务器的安装路径

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092204)

//安装服务端和管理工具,默认

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092205)

//这里选择使用自己搭建的mysql数据

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092206)

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092207)

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092208)

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092209)

//创建新的hMailServer数据库

Windows下免费、开源邮件服务器hMailServer-LMLPHP

(hmailserver-2011092210)

//数据库类型,mysql

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092211)

//“Database server
address”mysql服务器的ip地址,“Port”端口号(默认,3306),“Database
name”hMailServer的数据库名“hmailserver”(名字随意),“Username”mysql服务器的用户名,“Password”mysql服务器的密码

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092212)

//hmailserver服务的依赖,默认留空,不选

Windows下免费、开源邮件服务器hMailServer-LMLPHP

(hmailserver-2011092213)

//这里需要注意,在【下一步】的时候,会提示缺少“libmysql.dll”动态链接库文件,而且要win32版本的。该文件可从mysql的源码包
(win32)或安装后的“mysql\lib\”文件夹下拷贝(必须是win32版本的mysql),复制到“hMailServer\Bin\”目录下

Windows下免费、开源邮件服务器hMailServer-LMLPHP
(hmailserver-2011092214)

//至此,hMailServer服务器安装完成……

04-16 04:13