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:
Key | Example |
---|---|
_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:
Key | Example |
---|---|
_carddavs._tcp | _carddavs._tcp 86400 IN SRV 0 1 443 bm.mydomain.com. |
_carddavs._tcp | _carddavs._tcp TXT path=/dav |