On this page:

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

_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

_carddavs._tcp 86400 IN SRV 0 1 443 bm.mydomain.com
  • No labels