Community support is offered through the mailing list. You can subscribe to it and ask questions related to SOGo.
The SOGo community is very large and active so do not hesitate to subscribe to the mailing list and ask questions. However, please make sure to respect the following guidelines when posting a new message :
Groupware deployment projects are complex in nature because they usually involve many different technologies. We have done hundreds of large-scale deployment projects for prestigious organizations, all around the world. Let us help you make this deployment project a success by using our unmatched expertise!
If you are looking for a SOGo expert to help you:
Bronze |
Silver |
Gold |
Platinum |
|
---|---|---|---|---|
Duration | 1 year prepaid contract. Unused tickets are not prolonged. | |||
Support Method | Support Portal | Support Portal / Phone | Support Portal / Phone | Support Portal / Phone |
Response Time | 1 business day | 4 business hours | 2 business hours | 1 business hour |
Support Hours | Office Hours | Office Hours | Office Hours | Office Hours |
Notifications | None | Security | Security / Bug Fixes | Security / Bug Fixes |
Bug Fixes | No | No | No | Yes |
Included Incidents | 5 | 10 | 30 | 75 |
Included Consulting Hours | - | - | 4 | 8 |
Cost | 500 € | 1,500 € | 5,000 € | 7,500 € |
Order | Order | Order | Order |
This article lists the steps to install a development version; you may prefer to follow the steps to install the official Ubuntu release versions.
Alinto signs its Ubuntu packages with its GPG key. Integrity verification happens all by itself on package installation, all you need to do is first import the key into your apt keychain then update your local apt configuration:
sudo wget -O- "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9" | sudo gpg --dearmor | sudo apt-key add -
sudo apt-get update
Alinto strongly suggests that HTTPS be used for repository communications. All of Alinto’s repositories are HTTPS-enabled, and you can safely replace all the repository hyperlinks below with their https:// counterpart.
If your apt tools do not support https, you’ll first need to install an extra package:
sudo apt-get install apt-transport-https
SOGo uses the GNUstep framework. The related packages are available from the Universe repository. Make sure it is enabled in your sources.list configuration file (/etc/apt/sources.list).
HTTP requests to the SOGo daemon will be relayed by your Web server. It is recommended to install Apache2:
sudo apt-get install apache2
To install SOGo nightly v5 under Ubuntu, add the proper entry to your apt source list (/etc/apt/sources.list
):
deb http://packages.sogo.nu/nightly/5/ubuntu/ focal focal
deb http://packages.sogo.nu/nightly/5/ubuntu/ bionic bionic
deb http://packages.sogo.nu/nightly/5/ubuntu/ xenial xenial
deb http://packages.sogo.nu/nightly/5/ubuntu/ trusty trusty
deb http://packages.sogo.nu/nightly/5/ubuntu/ precise precise
To install SOGo nightly v2 under Ubuntu, add the proper entry to your apt source list (/etc/apt/sources.list
):
deb http://packages.sogo.nu/nightly/2/ubuntu/ focal focal
deb http://packages.sogo.nu/nightly/2/ubuntu/ bionic bionic
deb http://packages.sogo.nu/nightly/2/ubuntu/ xenial xenial
deb http://packages.sogo.nu/nightly/2/ubuntu/ trusty trusty
deb http://packages.sogo.nu/nightly/2/ubuntu/ precise precise
Once the repository above has been configured, installation of SOGo is straightforward:
sudo apt-get update
sudo apt-get install sogo
Complete the installation by following the Configuration section of the installation guide.
If you encounter a possible bug with SOGo, you can access our bug tracking system.
By default you will have the viewer rights, but you need to contact us to upgrade your account to report issues (the procedure is detailed on the bug tracker).
Please make sure to respect the following guidelines when reporting a bug: