If you use non-cdmon DNS servers, you need to create some records manually so that you can access the SOGo web application correctly.
These records tell the Internet where the SOGo service is located for your domain. Without them, you will not be able to open the web application from your custom domain and some internal functions, such as managing calendars and contacts within the web application itself, may not work properly.
Here are what records to add.
Access to the SOGo webmail manager
Create the following CNAME record on your DNS server:
Type | Name/Host | Value (Destination) |
---|
CNAME | sogo | mail.tudomain.tld |
Important: Substitute tudominio.tld for your real domain. Example: if your domain ismidominio.com, the value would be mail.midomain.com
Synchronization of calendar and contacts
In order for the web application to display calendars and contacts, create the following SRV and TXT records.
Name/Host | Type | Priority | Weight | Puerto Rico | Destination |
---|
_caldav._tcp | SRV | 0 | 0 | 443 | sogo.tutomain.tld |
_caldavs._tcp | SRV | 0 | 0 | 443 | sogo.tutomain.tld |
_carddav._tcp | SRV | 0 | 0 | 443 | sogo.tutomain.tld |
_carddavs._tcp | SRV | 0 | 0 | 443 | sogo.tutomain.tld |
Important: Substitute tudominio.tld for your real domain. Example: if your domain ismidominio.com, the value would be mail.midomain.com
Name/Host | Type | Value |
---|
_caldav._tcp | TXT | path=/SOGo/dav/ |
_caldavs._tcp | TXT | path=/SOGo/dav/ |
_carddav._tcp | TXT | path=/SOGo/dav/ |
_carddavs._tcp | TXT | path=/SOGo/dav/ |
Once the records are created, wait a few minutes (according to the spread of DNS) and verify that you can access correctly:
https://sogo.tudominio.tld
If everything works, the SOGo settings with your external domain will be ready.
Related Articles
How to access and manage email accounts from SOGo
SOGo is a modern and functional new web interface that allows you to access, manage, and organize your email account. This tool complements the current Roundcube webmail, offering additional features such as an integrated calendar, tasks, and address ...
How to add SOGo contacts to other email clients
SOGo allows you to synchronize your address book with other compatible email clients using the CardDAV protocol. This allows you to view, edit, or add contacts directly from your usual client without having to access the web interface. In this guide, ...
How to use contacts in Sogo
SOGo allows you to manage your personal contacts through a clean and intuitive interface. From the address book, you can create new contacts, group them into lists or categories, and easily view their details. Below, we explain how to do it: ...
How to add additional accounts in SOGo
This guide will show you how to set up additional email accounts (such as other accounts created in cdmon, Gmail, Outlook, cPanel, etc.) within your SOGo interface, allowing you to manage all your emails only one place. Step 1: Access Your Main ...
How to add the SOGo calendar to other email clients
SOGo allows you to easily synchronize your calendar with other managers thanks to the CalDAV protocol. In this guide, we explain step by step how to configure your SOGo calendar in several different environments: Mac Mail (macOS) Thunderbird iPhone ...