Skip to content

常用操作命令

提示:bm 命令 等于 bash bm.sh

  • 查看登录默认信息

    bash
    bm default
  • 更新 BillionMail

    bash
    bm update
  • 启动 BillionMail

    bash
    bm start
  • 重启 BillionMail

    bash
    bm restart
  • 查看运行状态

    bash
    bm status
  • 停止 BillionMail

    bash
    bm stop
  • 修改 BillionMail 管理员密码

    bash
    bm change-password
  • 修改 BillionMail 管理员帐号

    bash
    bm change-user
  • 修改 BillionMail 访问端口

    bash
    bm change-port
  • 更多命令,请查看帮助

    bash
    bm help

Released under the AGPLv3 License