Educational ICT Virtualisation Specialist

Twitter LinkedIn E-mail
Precedence Technologies Ltd
Technology House, 36a Union Lane
Cambridge, CB4 1QB, United Kingdom
T: +44 (0)8456 446 800 / +44 (0)1223 359900
E: enquiries@precedence.co.uk
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"
© Copyright Precedence Technologies 1999-2024
Page last modified on October 18, 2018, at 09:29 AM by sborrill