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 :
You can also visit and contribute to the official SOGo Wiki maintained by SOGo users.
Go to the WikiGroupware 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 | 1 year | 1 year | 1 year |
Support Method | Support Portal | Support Portal / Phone | Support Portal / Phone | Support Portal / Phone |
Response Time | 1 business day | 4 business hours | 2 hours | 1 hour |
Support Hours | From 8:00am to 5:00pm EST/EDT - Monday to Friday |
From 8:00am to 5:00pm EST/EDT - Monday to Friday |
24 / 7 | 24 / 7 |
Multi-Server | No | No | Yes | Yes |
Notifications | None | Security | Security / Bug Fixes | Security / Bug Fixes |
Bug Fixes | No | No | No | Yes |
Included Incidents | 5 | 10 | 30 | 75 |
Included Consulting Hours | - | - | 2 | 4 |
Cost | $750 USD 700 € |
$1,500 USD 1400 € |
$5,000 USD 4600 € |
$10,000 USD 9200 € |
Order | Order | Order | Order |
If you want to resell SOGo support contracts to your customers, and even better, participate in providing support, contact us to learn more about the partner programs offered by Inverse.
This article lists the steps to install a development version; you may prefer to follow the steps to install the official Debian release versions.
Inverse signs its Debian 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 gpg --keyserver hkp://keys.gnupg.net --recv-key 0x810273C4
sudo gpg --armor --export 0x810273C4 | sudo apt-key add -
sudo apt-get update
Inverse strongly suggests that HTTPS be used for repository communications. All of Inverse'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
To install SOGo v5 nightly under Debian, add the proper entry to your apt source list (/etc/apt/sources.list
):
deb http://packages.inverse.ca/SOGo/nightly/5/debian/ buster buster
deb http://packages.inverse.ca/SOGo/nightly/5/debian/ stretch stretch
deb http://packages.inverse.ca/SOGo/nightly/5/debian/ jessie jessie
deb http://packages.inverse.ca/SOGo/nightly/5/debian/ wheezy wheezy
deb http://packages.inverse.ca/SOGo/nightly/5/debian/ squeeze squeeze
To install SOGo v2 nightly under Debian, add the proper entry to your apt source list (/etc/apt/sources.list
):
deb http://packages.inverse.ca/SOGo/nightly/2/debian/ buster buster
deb http://packages.inverse.ca/SOGo/nightly/2/debian/ stretch stretch
deb http://packages.inverse.ca/SOGo/nightly/2/debian/ jessie jessie
deb http://packages.inverse.ca/SOGo/nightly/2/debian/ wheezy wheezy
deb http://packages.inverse.ca/SOGo/nightly/2/debian/ squeeze squeeze
Once the repository above has been configured, installation of SOGo is straightforward:
sudo apt-get update
sudo apt-get install sogo
If you encounter a possible bug with SOGo, you can access our bug tracking system
Please make sure to respect the following guidelines when reporting a bug: