Skip to main content

calDav/cardDav Server Administration

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.
_caldavs._tcp_caldavs._tcp TXT path=/dav

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:

KeyExample
_carddavs._tcp_carddavs._tcp 86400 IN SRV 0 1 443 bm.mydomain.com.
_carddavs._tcp_carddavs._tcp TXT path=/dav