ejabberd - Comments for "running ejabberd for the domain on a subdomain host." https://www.ejabberd.im/node/3824 en settings are correct https://www.ejabberd.im/node/3824#comment-55155 <p>Hello,</p> <p>Thanks for the explanation. Seems my settings were correct. I have noticed during the Dig lookup that my requested was handled by a different DNS server than expected.</p> <p>$ dig _xmpp-client._tcp.mydomain.com srv @8.8.8.8 # or 208.67.222.222</p> <p>Finally the easy to remember Google Public DNS came in handy. Seems that the requests are handled as expected for Internet users. I will have to reconfigure some DNS servers now?!?!?!!!</p> <p>greets,</p> <p>Gerard</p> Thu, 14 Jan 2010 19:45:51 +0000 gbraad comment 55155 at https://www.ejabberd.im Ok, then: You installed https://www.ejabberd.im/node/3824#comment-55146 <p>Ok, then:</p> <ul> <li>You installed ejabberd in the machine VPS02.mydomain.net </li><li>You configured in ejabberd.cfg something like {hosts, ["mydomain.com"]}. </li><li>mydomain.com points to VPS01.mydomain.net </li><li>You want to set in a Jabber client an account like <noindex><a href="mailto:gbradd@mydomain.com" rel="nofollow" >gbradd@mydomain.com</a></noindex>, and the client should connect to ejabberd </li></ul> <p>To accomplish that, it should be enough that you configure SRV stuff in your DNS properly, and that the Jabber client supports that.</p> <p>The result of a proper DNS configuration is that you get different results for those queries:<br /> $ dig mydomain.com<br /> $ dig _xmpp-client._tcp.mydomain.com srv</p> <p>You will also want to setup support for this:<br /> $ dig _xmpp-server._tcp.mydomain.com srv</p> <p>See the section <noindex><a href="http://www.jabberdoc.org/section05#5_7" rel="nofollow" >5.7. Setting DNS SRV Records</a></noindex> of the <noindex><a href="http://www.jabberdoc.org/FrontPage" rel="nofollow" >Jabberd 2 Documentation Project</a></noindex>.</p> Tue, 12 Jan 2010 12:26:00 +0000 mfoss comment 55146 at https://www.ejabberd.im