Server dialback errors

Hi,

I installed openfire 3.5.2 on a RedHat Enterprise 4 machine and everything appeared to work at first: Clients (in this case, gaim 1.5.0) were able to connect to the server and authenticate via LDAP. However, no messages can be sent. I looked at the debug log and here is what I see:

2008.07.03 10:43:25 LocalOutgoingServerSession: OS - Trying to connect to ld2058.am.freescale.net:5269(DNS lookup: ld2058.am.freescale.net:5269)

           2008.07.03 10:43:25 LocalOutgoingServerSession: OS - Plain connection to ld2058.am.freescale.net:5269 successful               2008.07.03 10:43:25 Connect Socket[http://addr=/10.82.42.42,port=42623,localport=5269

http://addr=/10.82.42.42,port=42623,localport=5269] 2008.07.03 10:43:25 LocalOutgoingServerSession: OS - Error, <starttls> was not received 2008.07.03 10:43:25 LocalOutgoingServerSession: OS - Going to try connecting using server dialback with: ld2058.am.freescale.net 2008.07.03 10:43:25 Connection closed before session established Socket[http://addr=/10.82.42.42,port=42623,localport=5269

http://addr=/10.82.42.42,port=42623,localport=5269] 2008.07.03 10:43:25 ServerDialback: OS - Trying to connect to ld2058.am.freescale.net:5269(DNS lookup: ld2058.am.freescale.net:5269) 2008.07.03 10:43:25 ServerDialback: OS - Connection to ld2058.am.freescale.net:5269 successful 2008.07.03 10:43:25 Connect Socket[http://addr=/10.82.42.42,port=42624,localport=5269

http://addr=/10.82.42.42,port=42624,localport=5269] 2008.07.03 10:43:25 ServerDialback: OS - Sent dialback key to host: ld2058.am.freescale.net id: c0dd901 from domain: ld2058 2008.07.03 10:43:25 ServerDialback: RS - Received dialback key from host: ld2058 to: ld2058.am.freescale.net 2008.07.03 10:43:25 ServerDialback: RS - Error, hostname not recognized: ld2058.am.freescale.net 2008.07.03 10:43:25 Connection closed before session established Socket[http://addr=/10.82.42.42,port=42624,localport=5269

http://addr=/10.82.42.42,port=42624,localport=5269] 2008.07.03 10:43:25

ServerDialback: OS - Unexpected answer in validation from:

ld2058.am.freescale.net id: c0dd901 for domain: ld2058

answer:<stream:error

           xmlns:stream="http://etherx.jabber.org/streams"&gt;&lt;host-unknown

xmlns=“urn:ietf:params:xml:ns:xmpp-streams”/></stream:error >

The server itself is running on ld2058.am.freescale.net using the default port configuration.

So, the first question I have is: Should a message from a client to another client on the same server act as if it’s connecting to another server? When I tried to send an IM from gaim, I set up the screen name as a full address, e.g. foo@ld2058.am.freescale.net, which I believe is what is required. Using just the userid, I got other errors.

Secondly, what might cause the “hostname not recognized” error? The hostname of “ld2058.am.freescale.net” is valid and this is the hostname of the server itself.

Any help is appreciated!