Calendars-Discovery
Jump To: Support > KB > NetManager > Calendars > Discovery
DNS autodiscovery
Some clients can autodiscover calendars and addressbooks simply by entering your email address (iOS for example). To enable this, set up the following DNS SRV records (weight and priority can be set to 0):
_service._proto Class Type Pri Wght Port Target -------------------------------------------------------------------------- _caldav._tcp IN SRV 0 0 80 mail.mydomain.com. _caldavs._tcp IN SRV 0 0 443 mail.mydomain.com. _carddav._tcp IN SRV 0 0 80 mail.mydomain.com. _carddavs._tcp IN SRV 0 0 443 mail.mydomain.com.
The following records are not generally required, but there may be some clients that cannot use .well-known to find the correct paths:
_caldav._tcp IN TXT "path=/dav" _caldavs._tcp IN TXT "path=/dav" _carddav._tcp IN TXT "path=/dav" _carddavs._tcp IN TXT "path=/dav"