SMTP connect to "hostname" failed connection refused

I have configured messanger server. I have trouble with send/receive email. i cheched the log right after starting server , in http log i see

Network Warning: SMTP connect to

"hostname" failed: Connection refused

I have checked port 25 via telnet that is working. i get msg from messaging server. Can anybody please help me?

Thanks in advance

Message was edited by:

Kinnari

[418 byte] By [Kinnari] at [2007-11-26 8:38:40]
# 1
does it really say, "hostname"?Do you have mapping to include 127.0.0.1 in "local_ip"?Do you have a mapping to reject connections from the local host?
jay_plesset at 2007-7-6 22:12:49 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Hi,

What is the following parameter set to?

service.http.smtphost

(configutil -o service.http.smtphost)

You may need to specifically set this to the hostname of your SMTP server. Also make sure that the /etc/hosts file doesn't actually contain the word 'hostname' for some reason.

Cheers,

Shane.

shane_hjorth at 2007-7-6 22:12:49 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
hey buddies, Thanks for your help . My problem is fixed. I had port mismatch with MTA and SMTP. Thanks again.
Kinnari at 2007-7-6 22:12:49 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...