Email settings files plus lex string audit program spec
This commit is contained in:
97
json5/mai-ACC.json5
Normal file
97
json5/mai-ACC.json5
Normal file
@@ -0,0 +1,97 @@
|
||||
//
|
||||
// Generated by sm1-html-2-json5 version:0.5 Chameleon version:4.5.4 On Python:3.12.3 at 2025-06-29 08:36:06
|
||||
//
|
||||
{
|
||||
'PackageName': 'mai-ACC',
|
||||
'prefix': 'acc',
|
||||
'MenuHeading': 'Miscellaneous',
|
||||
'MenuDescription': 'mai- A C C',
|
||||
'MenuNavigation': '2000 400',
|
||||
'firstPanel': 'PARAMS',
|
||||
'signalEvent': 'smeserver-mai-acc-update',
|
||||
'html': [
|
||||
{
|
||||
'Name': 'params',
|
||||
'route': 'PARAMS',
|
||||
'Header': 'E-mail settings',
|
||||
'SubHeader': 'Manage mai-ACC settings:',
|
||||
'Paragraph1': 'POP3 server accessDisabledAllow access only from local networksAllow private and public (secure POP3S)Allow both POP3 and POP3S',
|
||||
'Input1': {
|
||||
'Type': 'Select',
|
||||
'Value': '',
|
||||
'Name': 'POPAccess',
|
||||
'Label': 'POPAccess',
|
||||
'Options': [
|
||||
{
|
||||
'Value': 'disabled',
|
||||
'Text': 'Disabled'
|
||||
},
|
||||
{
|
||||
'Value': 'private',
|
||||
'Text': 'Allow access only from local networks'
|
||||
},
|
||||
{
|
||||
'Value': 'publicSSL',
|
||||
'Text': 'Allow private and public (secure POP3S)'
|
||||
},
|
||||
{
|
||||
'Value': 'public',
|
||||
'Text': 'Allow both POP3 and POP3S'
|
||||
}
|
||||
]
|
||||
},
|
||||
'Paragraph2': 'IMAP server accessDisabledAllow access only from local networksAllow private and public (secure IMAPS)Allow both IMAP and IMAPS',
|
||||
'Input2': {
|
||||
'Type': 'Select',
|
||||
'Value': '',
|
||||
'Name': 'IMAPAccess',
|
||||
'Label': 'IMAPAccess',
|
||||
'Options': [
|
||||
{
|
||||
'Value': 'disabled',
|
||||
'Text': 'Disabled'
|
||||
},
|
||||
{
|
||||
'Value': 'private',
|
||||
'Text': 'Allow access only from local networks'
|
||||
},
|
||||
{
|
||||
'Value': 'publicSSL',
|
||||
'Text': 'Allow private and public (secure IMAPS)'
|
||||
},
|
||||
{
|
||||
'Value': 'public',
|
||||
'Text': 'Allow both IMAP and IMAPS'
|
||||
}
|
||||
]
|
||||
},
|
||||
'Paragraph3': 'Webmail accessDisabledAllow HTTPS (secure)Allow HTTPS (secure) from local networks',
|
||||
'Input3': {
|
||||
'Type': 'Select',
|
||||
'Value': '',
|
||||
'Name': 'WebMail',
|
||||
'Label': 'WebMail',
|
||||
'Options': [
|
||||
{
|
||||
'Value': 'disabled',
|
||||
'Text': 'Disabled'
|
||||
},
|
||||
{
|
||||
'Value': 'enabledSSL',
|
||||
'Text': 'Allow HTTPS (secure)'
|
||||
},
|
||||
{
|
||||
'Value': 'localnetworkSSL',
|
||||
'Text': 'Allow HTTPS (secure) from local networks'
|
||||
}
|
||||
]
|
||||
},
|
||||
'Input4': {
|
||||
'Type': 'Submit',
|
||||
'Value': 'Save',
|
||||
'Name': null,
|
||||
'Label': null
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user