修复邮局 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

View File

@ -47,6 +47,14 @@ additionalProperties:
required: true required: true
rule: paramPort rule: paramPort
type: number type: number
- default: 4190
edit: true
envKey: PANEL_APP_PORT_MANAGESIEVE
labelZh: ManageSieve 端口 (保持默认)
labelEn: ManageSieve Port (keep default)
required: true
rule: paramPort
type: number
- default: "0" - default: "0"
edit: true edit: true
envKey: ENABLE_POP3 envKey: ENABLE_POP3

View File

@ -19,8 +19,9 @@ services:
- ${PANEL_APP_PORT_SMTPS}:465 - ${PANEL_APP_PORT_SMTPS}:465
- ${PANEL_APP_PORT_ESMTP}:587 - ${PANEL_APP_PORT_ESMTP}:587
- ${PANEL_APP_PORT_IPAPS}:993 - ${PANEL_APP_PORT_IPAPS}:993
- ${PANEL_APP_PORT_POP:-}:110 - ${PANEL_APP_PORT_POP}:110
- ${PANEL_APP_PORT_POPS:-}:995 - ${PANEL_APP_PORT_POPS}:995
- ${PANEL_APP_PORT_MANAGESIEVE}:4190
env_file: env_file:
- /etc/1panel/envs/global.env - /etc/1panel/envs/global.env
- /etc/1panel/envs/mailserver/mailserver.env - /etc/1panel/envs/mailserver/mailserver.env