Hello, I want to make dns template with SRV autodiscover record for MS Outlook, but unfortunately SRV records contains more fields then CNAME or A records and I don't know in which order I have to put additional fields such as weight or port. Does anybody know how correctly use SRV records in dns templates ?
Crete a srv record in ispconfig and then check it in the database (table dns_rr) to see how it is composed, you will see that it does not has more fields then a txt , mx or a record.
this works for me: SRV|_sipfederationtls._tcp|1 5061 sipfed.online.lync.com.|100|60 SRV|_sip._tls|1 443 sipdir.online.lync.com.|100|60
If anyone needs SRV records for autodiscover (Microsoft Exchange Autodiscover) SRV template is: SRV|[service|weight port server-host-name.|priority|ttl SRV|_autodiscover._tcp|10 443 discover.velikan.net.|1|300 ...translates into: _autodiscover._tcp 300 SRV 1 10 443 discover.velikan.net.