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
//安装过程简单,全程上图,部分有注解……

clip_image001

(hmailserver-2011092201)
clip_image002
(hmailserver-2011092202)
clip_image003
(hmailserver-2011092203)

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

clip_image004

(hmailserver-2011092204)

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

clip_image005

(hmailserver-2011092205)

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

clip_image006

(hmailserver-2011092206)
clip_image007
(hmailserver-2011092207)
clip_image008
(hmailserver-2011092208)

clip_image009

(hmailserver-2011092209)

//创建新的hMailServer数据库

clip_image010

(hmailserver-2011092210)

//数据库类型,mysql

clip_image011
(hmailserver-2011092211)

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

clip_image012
(hmailserver-2011092212)

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

clip_image013

(hmailserver-2011092213)

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

clip_image014
(hmailserver-2011092214)

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

原文地址:https://www.cnblogs.com/luwenbin/p/3105864.html