From 3277ff4e7d2c8901d5a4c643894062ebf3dc1815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Mon, 26 Aug 2024 10:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=82=AE=E5=B1=80=204190=20?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- apps/mailserver/14.0.0/data.yml | 8 ++++++++ apps/mailserver/14.0.0/docker-compose.yml | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/apps/mailserver/14.0.0/data.yml b/apps/mailserver/14.0.0/data.yml index 968640cd..97f72bb6 100644 --- a/apps/mailserver/14.0.0/data.yml +++ b/apps/mailserver/14.0.0/data.yml @@ -47,6 +47,14 @@ additionalProperties: required: true rule: paramPort 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" edit: true envKey: ENABLE_POP3 diff --git a/apps/mailserver/14.0.0/docker-compose.yml b/apps/mailserver/14.0.0/docker-compose.yml index 12cc32db..301d4004 100644 --- a/apps/mailserver/14.0.0/docker-compose.yml +++ b/apps/mailserver/14.0.0/docker-compose.yml @@ -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