On Wed, Oct 31, 2012 at 11:14 AM, Steffan Noord <span dir="ltr"><<a href="mailto:steffannoord@gmail.com" target="_blank">steffannoord@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello list,<br></blockquote><div><br></div><div>Hello Steffan, </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">A client ask me to update his dns for office 365<br>

No problem but he also want to add a srv record<br>
How do i need to set this up ?<br>
<br>
Type: SRV<br>
Service: _sip<br>
Portocol: _tls<br>
Port: 443<br>
Weight: 1<br>
Priority: 100<br>
TTL 1 Hour<br>
Domainnaam: <a href="http://example.com" target="_blank">example.com</a><br>
Target:<a href="http://sipdir.online.lync.com" target="_blank">sipdir.online.lync.com</a></blockquote><div><br></div><div><a href="http://doc.powerdns.com/types.html">http://doc.powerdns.com/types.html</a> has a few words to say which basically boils down to "<span style="font-family:'luxi sans',sans-serif;font-size:medium">When encoding, the priority field is used to encode the priority."</span></div>
<div><br></div><div>For my Jabber Server and the gmysql backend i am running fine with the following values: </div><div><div>mysql> select * from dns_record where type='SRV' and id=1406\G</div><div>*************************** 1. row ***************************</div>
<div>         id: 1406</div><div>  domain_id: 11</div><div>       name: _xmpp-client._<a href="http://tcp.mandelbrot.zaphods.net">tcp.mandelbrot.zaphods.net</a></div><div>       type: SRV</div><div>    content: 0 5222 <a href="http://mandelbrot.zaphods.net">mandelbrot.zaphods.net</a></div>
<div>        ttl: 86400</div><div>       prio: 5</div><div>description: </div><div>    dynamic: 0</div><div>  ordername: </div><div>       auth: 1</div><div>1 row in set (0.00 sec)</div></div><div><br></div><div>Via dig this then gives:</div>
<div><div>_xmpp-client._<a href="http://tcp.mandelbrot.zaphods.net">tcp.mandelbrot.zaphods.net</a>. 86400<span class="Apple-tab-span" style="white-space:pre">      </span>IN SRV 5 0 5222 <a href="http://mandelbrot.zaphods.net">mandelbrot.zaphods.net</a>.</div>
<div>;; Received 116 bytes from 217.197.86.169#53(217.197.86.169) in 10 ms</div></div><div><br></div><div>Service and Protocol in SRV are encoded in the name of the record.</div><div>There also is a nice Wikipedia article for SRV that clears this up: <a href="http://en.wikipedia.org/wiki/SRV_record">http://en.wikipedia.org/wiki/SRV_record</a></div>
<div><br></div><div> Stefan</div></div>