configuring IM [message #108113] |
Mon, 11 November 2013 20:03  |
 |
monkeymissile
Messages: 54 Registered: January 2005
|
|
|
|
Apologies for the rookie question, but I want to implement IM via Kerio and I can't quite figure out what to do. I did look at the help topics, but I'm still a bit confused.
I only want IM within our domain so it sounds like I don't need to add a server SRV record or do I?
Also, in the example provided in the help topic I understand that the feelmorelaw would be changed to our domain, but I'm not sure what the connect.feelmorelaw.com would get changed to for the IM server. It says Kerio Connect, but is that what I change it to?
again, sorry for these lame questions.
any help setting this up would be greatly appreciated.
thank you!
Justin
|
|
|
Re: configuring IM [message #108132 is a reply to message #108113] |
Tue, 12 November 2013 11:01   |
Maerad
Messages: 275 Registered: August 2013
|
|
|
|
Basically you just add the client srv to your dns server.
Let's say you own the domain "AwesomeDomain.com" and Kerio is installed on a Server with a DNS Name of "mail.AwesomeDomain.com".
Then it should look like this:
_xmpp-client._tcp.AwesomeDomain.com. 18000 IN SRV 0 5 5222
mail.awesomedomain.com.
Just take a look at you adminhandbook (Kerio Connect > Download > Manual)
The following items can be changed:
feelmorelaw.com -- domain
connect.feelmorelaw.com -- instant messaging server (Kerio Connect)
18000 -- TTL
0 -- record priority
5 -- record weight
5222 -- port of the service
[Updated on: Tue, 12 November 2013 11:02] Report message to a moderator
|
|
|
|
Re: configuring IM [message #108161 is a reply to message #108152] |
Tue, 12 November 2013 18:34  |
 |
monkeymissile
Messages: 54 Registered: January 2005
|
|
|
|
I added just the client SRV record with our DNS provider (Network Solutions), see below
_xmpp-client._tcp.ourdomain.com. 18000 IN SRV 0 5 5222 mail.ourdomain.com.
Then, I configured iChat per the instructions but I get an error message saying that iChat can't communicate with the Jabber account "myname<_at_>ourdomain.com", could not connect to host mail.ourdomain.com
any ideas?
|
|
|