#a2enmod proxy
#a2enmod proxy_http
#a2enmod authn_core
#a2enmod authn_file
#a2enmod auth_basic
#a2enmod authz_user
#a2enmod env
#a2enmod dav
#a2enmod headers
#a2enmod rewrite
#a2enmod version
#a2enmod setenvif
#a2ensite SOGo
#systemctl restart httpd2
#systemctl restart sogo
http://<адрес_сервера>/SOGo/
Примечание
/var/log/sogo/sogo.log
есть ошибки вида:
Jul 06 16:14:51 sogod [12257]: [ERROR] <0x0x5578db070b40[LDAPSource]> Could not bind to the LDAP server ldaps://127.0.0.1 (389) using the bind DN: CN=sogo,CN=Users,DC=test,DC=altСледует в файл
/etc/openldap/ldap.conf
добавить опцию
TLS_REQCERT allowи перезапустить службы samba и sogo:
#systemctl restart samba
#systemctl restart sogo