修复邮局 4190 端口

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-08-26 10:50:52 +08:00
parent 36be513592
commit 3277ff4e7d
2 changed files with 11 additions and 2 deletions
+3 -2
View File
@@ -19,8 +19,9 @@ services:
- ${PANEL_APP_PORT_SMTPS}:465
- ${PANEL_APP_PORT_ESMTP}:587
- ${PANEL_APP_PORT_IPAPS}:993
- ${PANEL_APP_PORT_POP:-}:110
- ${PANEL_APP_PORT_POPS:-}:995
- ${PANEL_APP_PORT_POP}:110
- ${PANEL_APP_PORT_POPS}:995
- ${PANEL_APP_PORT_MANAGESIEVE}:4190
env_file:
- /etc/1panel/envs/global.env
- /etc/1panel/envs/mailserver/mailserver.env