Skip to content

Commit

Permalink
修复中文文档在docker中运行命令的imap端口设置问题 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitchw authored Jan 7, 2025
1 parent 69800a8 commit a505b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PMail是一个追求极简部署流程、极致资源占用的个人域名邮箱

### 5、邮件客户端支持

只要支持pop3、smtp协议的邮件客户端均可使用
只要支持pop3、smtp、imap协议的邮件客户端均可使用

### 6、多域名、多用户支持

Expand Down Expand Up @@ -65,10 +65,10 @@ PMail是一个追求极简部署流程、极致资源占用的个人域名邮箱
或者

`docker run -p 25:25 -p 80:80 -p 443:443 -p 110:110 -p 465:465 -p 995:995 -v $(pwd)/config:/work/config ghcr.io/jinnrry/pmail:latest`
`docker run -p 25:25 -p 80:80 -p 443:443 -p 110:110 -p 465:465 -p 995:995 -p 993:993 -v $(pwd)/config:/work/config ghcr.io/jinnrry/pmail:latest`

> [!IMPORTANT]
> 如果你服务器开启了防火墙,你需要打开25、80、110、443、465、995端口
> 如果你服务器开启了防火墙,你需要打开25、80、110、443、465、995、993端口
## 3、配置

Expand Down Expand Up @@ -157,4 +157,4 @@ IMAP端口: 993(SSL)

# 致谢

感谢 [Jetbrains](http://jetbrains.com/) 为本项目免费提供开发工具。
感谢 [Jetbrains](http://jetbrains.com/) 为本项目免费提供开发工具。

0 comments on commit a505b6f

Please sign in to comment.