• Windows邮件服务器hMailServer,网页前端访问平台Webmail搭建


    //实现:搭建网页前端访问平台Webmail,通过网页访问hMailServer个人邮件
    //环境:
    Windows Server 2008 R2
    IIS
    PHP
    Mysql
    Webmail_php
    //前置环境配置:
    1、Windows下搭建IIS+php环境
    2、Windows下安装mysql
    //【服务器管理器】--【角色】--【Web 服务器(IIS)】--【Internet 信息服务器(IIS) 管理器】--【网站】--停用或者删除“默认站点”
    //【服务器管理器】--【角色】--【Web 服务器(IIS)】--【Internet 信息服务器(IIS) 管理器】--【网站】--【添加网站】--“网站名称”,“物理路径”,“类型”,“IP地址”,“端口”,如图

    clip_image001
    (hmailserver-2011092217)

    //下载“Webmail_php”,解压,复制“webmail”文件夹下所有文件到网站根目录“www”
    //访问安装页面,安装Webmail
    http://192.168.5.223/install/

    clip_image002
    (hmailserver-2011092219)
    clip_image003
    (hmailserver-2011092220)
    clip_image004
    (hmailserver-2011092221)

    //“SQL Login,数据库用户名”、“SQL password,数据库密码”、“Database name,数据库名称”、“Host,数据库IP地址”

    clip_image005
    (hmailserver-2011092222)

    //设置网页管理密码

    clip_image006
    (hmailserver-2011092223)

    //服务器地址,启用的服务

    clip_image007
    (hmailserver-2011092224)

    //完成安装

    clip_image008
    (hmailserver-2011092225)

    //网页设置管理页面,http://192.168.5.223/adminpanel

    clip_image009
    (hmailserver-2011092226)

    //修改网页语言及时区
    Domains-->Default domain settings-->Generail-->Regional Settings-->Language,Chinese-Simplified>-->TimeZone,GMT +08:00-->Save

    //访问邮件
    http://192.168.5.223

    //至此,网页前端访问平台Webmail搭建完成。

  • 相关阅读:
    git常用命令及多人协同开发及遇到的问题
    LightOJ
    LightOJ
    LightOJ
    LightOJ
    LightOJ
    LightOJ
    LightOJ
    LightOJ
    Codeforces Round #604 (Div. 2) E. Beautiful Mirrors
  • 原文地址:https://www.cnblogs.com/luwenbin/p/3105881.html
Copyright © 2020-2023  润新知