mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
修复邮局 4190 端口
Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
parent
36be513592
commit
3277ff4e7d
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user