-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpre-config.json
153 lines (153 loc) · 4.26 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"system": {
"DBPrefix": "",
"DBName": "afterlogic",
"DBPassword": "mailbundle",
"XFrameOptions": "SAMEORIGIN"
},
"modules": {
"AdminPanelWebclient": {
"TabsOrder": ["licensing", "admin-security", "admin-db", "logs-viewer", "system", "common", "modules", "mail", "mail-domains", "mail-accounts", "mail-servers", "contacts", "outlooksync", "openpgp", "about"],
"EntitiesOrder": ["Tenant", "Domain", "User", "MailingList"]
},
"Core": {
"SiteName": "MailSuite Pro for Linux",
"ProductName": "MailSuite Pro for Linux",
"EnableFailedLoginBlock": true,
"LoginBlockAvailableTriesCount": 10,
"LoginBlockDurationMinutes": 3
},
"CoreWebclient": {
"HeaderModulesOrder": ["mail", "contacts"],
"DefaultAnonymScreenHash": "login",
"DefaultUserScreenHash": "mail",
"AllowMobile": true,
"ThemeList": ["Default", "DefaultDark", "DeepForest", "Funny", "Sand"]
},
"SessionTimeoutWebclient": {
"Disabled": true
},
"DropboxAuthWebclient": {
"Scopes": "auth"
},
"Mail": {
"MessagesSortBy": {
"Allow": true,
"List": [],
"DefaultSortBy": "arrival",
"DefaultSortOrder": "desc"
},
"AllowDefaultAccountForUser": true,
"AutocreateMailAccountOnNewUserFirstLogin": true,
"XOriginatingIPHeaderName": ""
},
"MailWebclient": {
"AllowSearchMessagesBySubject": true
},
"ChangePasswordWebclient": {
"Disabled": false
},
"FilesWebclient": {
"ShowCommonSettings": true,
"ShowFilesApps": false,
"PublicLinksEnabled": false
},
"Calendar": {
"AllowTasks": true
},
"OAuthIntegratorWebclient": {
"AllowNewUsersRegister": false
},
"MailChangePasswordPoppassdPlugin": {
"Disabled": true
},
"MailAuthCpanel": {
"Disabled": true
},
"MailSaveMessageAsPdfPlugin": {
"Disabled": true
},
"CoreParanoidEncryptionWebclientPlugin": {
"Disabled": true
},
"LicensingWebclient": {
"TrialKeyLink": "<a href=\"https://afterlogic.com/get-trial-key?productId=afterlogic-mailsuite-pro\" target=\"_blank\">https://afterlogic.com/get-trial-key?productId=afterlogic-mailsuite-pro</a>",
"PermanentKeyLink": "<a href=\"https://afterlogic.com/purchase/mailsuite-pro-linux\" target=\"_blank\">https://afterlogic.com/purchase/mailsuite-pro-linux</a>"
},
"StandardLoginFormWebclient": {
"UseDropdownLanguagesView": true,
"BottomInfoHtmlText": "Powered by <a href=\"https:\/\/afterlogic.com\/webmail-client\" target=\"_blank\">Afterlogic WebMail Pro</a>"
},
"Autodiscover": {
"Disabled": true
},
"ActiveServer": {
"Disabled": true
},
"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"
]
},
"CpanelIntegrator": {
"Disabled": true
},
"MailSignup": {
"Disabled": true
},
"MailLoginFormWebclient": {
"Disabled": true,
"UseDropdownLanguagesView": true,
"BottomInfoHtmlText": "Powered by <a href=\"https:\/\/afterlogic.com\/webmail-client\" target=\"_blank\">Afterlogic WebMail Pro</a>"
},
"MailLoginFormMobileWebclient": {
"Disabled": true
},
"RecaptchaWebclientPlugin": {
"Disabled": true
},
"MailMasterPassword": {
"Disabled": true
},
"SettingsMobileWebclient": {
"Disabled": true
},
"OpenPgpMobileWebclient": {
"Disabled": true
},
"OverrideUserSettings": {
"Disabled": true
},
"Ios": {
"IncludePasswordInProfile": false
},
"Contacts": {
"ImportContactsLink": "https://afterlogic.com/docs/webmail-pro/frequently-asked-questions/importing-contacts",
"AllowAddressBooksManagement": true,
"AllowEditTeamContactsByTenantAdmins": true
},
"S3Filestorage": {
"Disabled": true
},
"OpenPgpFilesWebclient": {
"EnableSelfDestructingMessages": false,
"EnablePublicLinkLifetime": false
},
"MobileAppsWebclient": {
"ShowMailServerUrlApp": false,
"ShowFilesServerUrlApp": false
},
"MailScheduledMessages": {
"Disabled": true
}
}
}