step-by-step: CommuniGate
Скачиваем дистрибутив:
https://communigatepro.ru/server
https://doc.communigatepro.ru/admin/common/History.html
Установка:
|
1 |
dpkg -i cgatepro-linux_6.5-5hotfix1_amd64.deb |
http://ip_сервера:8010/
Доступ в админку только с ip прописанных в файле:
/var/communigate/settings/ClientHosts.data
Настройка:
General → Info (Main Domain Name: Задать основной домен mail.ваш_домен.ru)
Settings → Network → Client IPs (Client IP Addresses: Добавить свой текущий IP)
Settings → Mail → SMTP → Receiving → TCP (Добавляем: 2525 порт)
Settings → Mail → SMTP → Sending (Send Encrypted (SSL/TLS) TLS Version: 1.2)
Settings → Real-Time → SIP → Transport → TCP (Отключаем: Local IP Address:127.0.0.1)
Settings → Real-Time → SIP → Transport → UDP (Отключаем: Local IP Address:127.0.0.1)
Settings → Real-Time → XMPP → Receiving (Отключаем: Local IP Address:127.0.0.1)
Settings → Access → FTP → TCP (Отключаем: Local IP Address:127.0.0.1)
Settings → Services → LDAP → TCP (Отключаем: Local IP Address:127.0.0.1)
Users → Domain Defaults (Enabled Domain Services: Отключить ненужные сервисы если надо)
Перезагрузка сервера:
|
1 |
systemctl restart CommuniGate |
Удаление:
|
1 2 3 4 |
systemctl stop CommuniGate apt purge cgatepro-linux После удаления проверь, что пакета больше нет: dpkg -l | grep CommuniGate |