-
-
Notifications
You must be signed in to change notification settings - Fork 33
Home
Mr Chen edited this page Sep 30, 2022
·
18 revisions
简单的搭建一个邮件服务,是我的一个愿望。欢迎大家一起交流。
- 二进制安装
* 检查环境要求是否已满足
* 解压压缩包。
* 使用命令 cd 进入到刚刚创建的目录。
* 执行命令 ./imail service。
* imail 默认会在端口 1080 启动 HTTP 服务)。
安装完成后可继续参照配置与运行。
- 源码安装
imail要求至少使用 Go 1.15 或更高的版本进行编译,具体安装步骤请参考官方文档。
# 克隆仓库到 "imail" 子目录
git clone --depth 1 https://github.com/midoks/imail.git
# 修改工作目录
cd imail
# 编译主程序,这个步骤会下载所有依赖
go build imail.go
cd custom && mkdir ssl && ../../imail cert -ca=true -duration=8760h0m0s -host=myhost.example.com
curl -fsSL https://raw.githubusercontent.com/midoks/imail/master/scripts/install.sh | sh
curl -fsSL https://raw.githubusercontent.com/midoks/imail/master/scripts/install_dev.sh | sh