Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Sv translation
languageen
Remarque

This page is no longer being updated. From BlueMind 4.8, please refer to the new BlueMind documentation


Volet
borderWidth3

On this page:

Sommaire
maxLevel2

Related:

Adding DNS SRV records

Calendar (calDav)

The DNS domain configuration must be modified to allow the external network to recognize the BlueMind server bm.mydomain.com as the calDav server for the domain mydomain.com.

The following SRV records must be added:

KeyExample

_caldavs._tcp

Bloc de code
_caldavs._tcp 86400 IN SRV 0 1 443 server.example.com

Contacts (cardDav)

Similarly as for Calendar, the domain's DNS configuration must be modified to allow the external server to recognize the BlueMind server bm.mydomain.com as the cardDav server for the domain mydomain.com.

The following SRV records must be added:

CléExemple

_carddavs._tcp

Bloc de code
_carddavs._tcp 86400 IN SRV 0 1 443 bm.mydomain.com
Sv translation
languagede
Remarque

Diese Seite ist nicht mehr aktuell. Ab der Version BlueMind 4.8 finden Sie alle Infos in der neuen Dokumentation

 

 

Volet
borderWidth3

Auf dieser Seite:

Sommaire
maxLevel2

Verwandt:

Hinzufügen von DNS-Einträgen vom Typ SRV

Calendar (calDav)

Die DNS-Konfiguration der Domain muss geändert werden, damit das externe Netzwerk den BlueMind-Server bm.mydomain.com als calDav-Server für die Domain mydomain.com erkennen kann.

Die folgenden Einträge vom Typ VRS sind hinzuzufügen:

SchlüsselBeispiel

_caldavs._tcp

Bloc de code
_caldavs._tcp 86400 IN SRV 0 1 443 server.example.com

Contacts (cardDav)

Wie bei Calendar muss die DNS-Konfiguration der Domain geändert werden, damit das externe Netzwerk den BlueMind-Server bm.mydomain.com als carDav-Server für die Domain mydomain.com erkennen kann.

Die folgenden Einträge vom Typ VRS sind hinzuzufügen:

SchlüsselBeispiel

_carddavs._tcp

Bloc de code
_carddavs._tcp 86400 IN SRV 0 1 443 bm.mydomain.com