-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpre-config.json
114 lines (114 loc) · 2.81 KB
/
pre-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"system": {
"XFrameOptions": "SAMEORIGIN"
},
"modules": {
"Core": {
"SiteName": "Afterlogic WebMail Lite PHP",
"ProductName": "Afterlogic WebMail Lite PHP",
"EnableFailedLoginBlock": true,
"LoginBlockAvailableTriesCount": 10,
"LoginBlockDurationMinutes": 3
},
"CoreWebclient": {
"HeaderModulesOrder": ["mail", "contacts"],
"DefaultAnonymScreenHash": "login",
"DefaultUserScreenHash": "mail",
"ThemeList": ["Default", "DefaultDark", "DeepForest", "Funny", "Sand"]
},
"Dav": {
"Disabled": true
},
"SessionTimeoutWebclient": {
"Disabled": true
},
"Dropbox": {
"Disabled": true
},
"DropboxAuthWebclient": {
"Scopes": "auth"
},
"Mail": {
"MessagesSortBy": {
"Allow": true,
"List": [],
"DefaultSortBy": "arrival",
"DefaultSortOrder": "desc"
},
"AllowDefaultAccountForUser": true,
"AutocreateMailAccountOnNewUserFirstLogin": true,
"XOriginatingIPHeaderName": ""
},
"MailWebclient": {
"AllowSearchMessagesBySubject": true
},
"OAuthIntegratorWebclient": {
"AllowNewUsersRegister": false
},
"ChangePasswordWebclient": {
"Disabled": true
},
"MailChangePasswordPoppassdPlugin": {
"Disabled": true
},
"MailSaveMessageAsPdfPlugin": {
"Disabled": true
},
"MailTnefWebclientPlugin": {
"Disabled": true
},
"MailAuthCpanel": {
"Disabled": true
},
"MailSignupDirectadmin": {
"Disabled": true
},
"MailSignupPlesk": {
"Disabled": true
},
"CpanelIntegrator": {
"Disabled": true
},
"StandardLoginFormWebclient": {
"UseDropdownLanguagesView": true,
"BottomInfoHtmlText": "Powered by <a href=\"https:\/\/afterlogic.org\/webmail-lite\" target=\"_blank\">Afterlogic WebMail Lite</a>"
},
"RecaptchaWebclientPlugin": {
"Disabled": true
},
"MailMasterPassword": {
"Disabled": true
},
"MailNotesPlugin": {
"Disabled": true
},
"MailLoginFormWebclient": {
"Disabled": true,
"UseDropdownLanguagesView": true,
"BottomInfoHtmlText": "Powered by <a href=\"https:\/\/afterlogic.com\/webmail-lite\" target=\"_blank\">Afterlogic WebMail Lite</a>"
},
"SecuritySettingsWebclient": {
"Disabled": true
},
"IPAllowList": {
"Disabled": true
},
"TwoFactorAuth": {
"Disabled": true,
"FacetIds": [
"android:apk-key-hash:fbENTvCSeR-AwJV5rrrBsb98p-jEw0c5SSOMul_KwaI",
"android:apk-key-hash:ruyLw8eJtT5fZ1ZusXSCHTp0yMZIlr6CVx5kq76ApiQ",
"android:apk-key-hash:aEdaWviMajF83fPsXVc1yaZVUy1OiKakbZqP62f5D48"
]
},
"OverrideUserSettings": {
"Disabled": true
},
"Contacts": {
"ImportContactsLink": "https://afterlogic.com/docs/webmail-lite-8/frequently-asked-questions/importing-contacts"
},
"StandardResetPassword": {
"Disabled": true
}
}
}