mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-24 21:05:09 +08:00
测试应用 邮件服务器
Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
parent
fe03b4e21f
commit
f4918db509
@ -47,7 +47,7 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 0
|
||||
- default: "0"
|
||||
edit: true
|
||||
envKey: ENABLE_POP3
|
||||
labelZh: 启用 POP3
|
||||
@ -56,9 +56,9 @@ additionalProperties:
|
||||
type: select
|
||||
values:
|
||||
- label: 启用
|
||||
value: 1
|
||||
value: "1"
|
||||
- label: 禁用
|
||||
value: 0
|
||||
value: "0"
|
||||
- default: 110
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_POP
|
||||
@ -82,7 +82,7 @@ additionalProperties:
|
||||
labelEn: Postmaster email address
|
||||
required: true
|
||||
type: text
|
||||
- default: 0
|
||||
- default: "0"
|
||||
edit: true
|
||||
envKey: ENABLE_AMAVIS
|
||||
labelZh: 内容过滤器 (Amavis支持)
|
||||
@ -91,10 +91,10 @@ additionalProperties:
|
||||
type: select
|
||||
values:
|
||||
- label: 启用
|
||||
value: 1
|
||||
value: "1"
|
||||
- label: 禁用
|
||||
value: 0
|
||||
- default: 0
|
||||
value: "0"
|
||||
- default: "0"
|
||||
edit: true
|
||||
envKey: ENABLE_CLAMAV
|
||||
labelZh: 邮件病毒扫描 (ClamAV支持)
|
||||
@ -103,9 +103,9 @@ additionalProperties:
|
||||
type: select
|
||||
values:
|
||||
- label: 启用
|
||||
value: 1
|
||||
value: "1"
|
||||
- label: 禁用
|
||||
value: 0
|
||||
value: "0"
|
||||
- default: "manual"
|
||||
edit: true
|
||||
envKey: SSL_TYPE
|
||||
|
Loading…
Reference in New Issue
Block a user