Changed port for ASC.UrlShortener

This commit is contained in:
Svetlana Maleeva 2020-03-23 18:10:29 +03:00
parent efcd4a2b89
commit 872fb8dacb
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
// line below for 10.5
// var communityServerPortList = [25,80,110,143,443,465,587,993,995,999,3306,5222,5232,6379,8083,9300,9800,9865,9866,9871,9882,9883,9899];
var communityServerPortList = [25,80,110,143,443,587,999,3306,5222,5232,6379,8083,9300,9800,9865,9866,9871,9882,9883,9899];
var communityServerPortList = [25,80,110,143,443,587,3306,5222,5232,6379,8083,9300,9800,9865,9866,9871,9882,9883,9899,9999];
var documentServerPortList = [80,443,5432,5672,6379,8000,8080];
var mailServerPortList = [25,143,587,3306,8081,4190,465,993,995];

View File

@ -26,7 +26,7 @@
995: {
"description": "el puerto predeterminado para el protocolo de oficina de correo (Post Office Protocol) sobre SSL, que es uno de los protocolos principales usado para recuperar mensajes de correo del servidor, descargándolos al cliente; la diferencia de POP3 común es que utiliza la conexión segura SSL",
},
999: {
9999: {
"description": "el puerto predeterminado para el servicio ASC.UrlShortener usado para acortar los enlaces de documentos al compartirlos con las personas fuera del portal",
},
3306: {

View File

@ -56,7 +56,7 @@
"community": [0,0,1],
"mail": [0,1,0]
},
999: {
9999: {
"service": "ASC.UrlShortener",
"description": "the default port for the ASC.UrlShortener service used to shorten the document links when sharing them with the people outside the portal",
"community": [1,0,0]

View File

@ -26,7 +26,7 @@
995: {
"description": "порт по умолчанию для протокола POP (англ. Post Office Protocol — протокол почтового отделения) поверх SSL, одного из основных протоколов, используемых для получения сообщений электронной почты с сервера путем скачивания их на клиент; отличие от обычного протокола POP3 заключается в использовании безопасного соединения с использованием SSL",
},
999: {
9999: {
"description": "порт по умолчанию для сервиса ASC.UrlShortener, используемого для сокращения ссылок на документы при предоставлении доступа сторонним пользователям, которые не являются участниками портала",
},
3306: {