Can not receive email in SJSMS 2005Q4

Hi all,

I installed Sun java system messaging server 2005Q4. I can send email from my domain to internet but I can not receive email from internet sending into my domain.

I checked mail server again and have a problem as below:

1. When I try telnet from NON-INTERNAL IP MAPPING IP:

telnet a.b.c.d 25

220**************************************************************************

*****************

ehlo

500 5.5.1 Unknown command "XXXX" specified

It seems that ESMTP is not worked?

2. Now if I do smtp connection from INETRNAL IP:

telnet 127.0.0.1 25

# telnet 127.0.0.1 25

Trying 127.0.0.1...

Connected to 127.0.0.1.

Escape character is '^]'.

220 mailserver -- Server ESMTP (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))

ehlo

250-mailserver

250-8BITMIME

250-PIPELINING

250-DSN

250-ENHANCEDSTATUSCODES

250-EXPN

250-HELP

250-XADR

250-XSTA

250-XCIR

250-XGEN

250-XLOOP 9C45178A474EB06A1C30A74023CE25E4

250-ETRN

250-NO-SOLICITING

250 SIZE 0

I configured firewall exactly!

Please help me to solve this problem.

Thanks a lot.

[1266 byte] By [thanh_nguyen1981a] at [2007-11-26 20:42:58]
# 1

Hi,

Jay already answered this question in a previous thread.

> I checked mail server again and have a problem as

> below:

>

> 1. When I try telnet from NON-INTERNAL IP MAPPING

> IP:

> telnet a.b.c.d 25

> 220***************************************************

> ***********************

> *****************

> ehlo

> 500 5.5.1 Unknown command "XXXX" specified

Is what you have provided above REALLY what was sent back (you didn't replace characters with '*' - stars yourself?)

If so, it is the FIREWALL that is causing the problem.

> 2. Now if I do smtp connection from INETRNAL IP:

> telnet 127.0.0.1 25

> # telnet 127.0.0.1 25

> Trying 127.0.0.1...

> Connected to 127.0.0.1.

> Escape character is '^]'.

> 220 mailserver -- Server ESMTP (Sun Java System

> Messaging Server 6.2-3.04 (built Jul 15 2005))

> ehlo

Yep that is because connecting to localhost bypasses the firewall.... So I would expect this to work if the firewall was at fault.

> I configured firewall exactly!

>

> Please help me to solve this problem.

Contact your firewall vendor for assistance.

Shane.

shane_hjortha at 2007-7-10 2:03:01 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...